<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/13c9b538406af9d40730d613c6f2594dbce69457">https://github.com/macports/macports-ports/commit/13c9b538406af9d40730d613c6f2594dbce69457</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 13c9b538406 sysutils/[m-z]*: set github.tarball_from explicitly
</span>13c9b538406 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 13c9b538406af9d40730d613c6f2594dbce69457
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed Jan 29 14:52:05 2025 +1100
<span style='display:block; white-space:pre;color:#404040;'> sysutils/[m-z]*: set github.tarball_from explicitly
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> In preparation for changing the default.
</span>---
sysutils/macmon/Portfile | 4 +++-
sysutils/macports-notifier/Portfile | 2 ++
sysutils/macportsscripts/Portfile | 2 ++
sysutils/mas/Portfile | 2 ++
sysutils/memcachedb/Portfile | 2 ++
sysutils/molly-guard/Portfile | 2 ++
sysutils/neofetch/Portfile | 2 ++
sysutils/neohtop/Portfile | 2 ++
sysutils/nnn/Portfile | 2 ++
sysutils/nq/Portfile | 2 ++
sysutils/opendoas/Portfile | 2 ++
sysutils/optool/Portfile | 2 ++
sysutils/osquery/Portfile | 4 ++--
sysutils/osxutils/Portfile | 3 ++-
sysutils/pbsecret/Portfile | 2 ++
sysutils/pngpaste/Portfile | 3 ++-
sysutils/pssh-lilydjwg/Portfile | 2 ++
sysutils/pwait/Portfile | 2 ++
sysutils/pwgen/Portfile | 3 ++-
sysutils/rainbarf/Portfile | 2 ++
sysutils/rcm/Portfile | 2 ++
sysutils/rdfind/Portfile | 2 ++
sysutils/rename/Portfile | 2 ++
sysutils/rlwrap/Portfile | 3 ++-
sysutils/salt/Portfile | 2 ++
sysutils/screenresolution/Portfile | 5 +++--
sysutils/sfm/Portfile | 2 ++
sysutils/simg2img/Portfile | 5 +++--
sysutils/skhd/Portfile | 3 ++-
sysutils/sleuthkit/Portfile | 3 ++-
sysutils/smlr/Portfile | 3 ++-
sysutils/squashfs-tools/Portfile | 3 ++-
sysutils/stressdrive/Portfile | 5 +++--
sysutils/sunwait/Portfile | 3 ++-
sysutils/sysdig/Portfile | 3 ++-
sysutils/syslog-ng-devel/Portfile | 2 ++
sysutils/tag/Portfile | 3 ++-
sysutils/tfenv/Portfile | 2 ++
sysutils/tienex-apfs/Portfile | 3 ++-
sysutils/tmate/Portfile | 4 +++-
sysutils/tmux-mem-cpu-load/Portfile | 3 ++-
sysutils/tmux-pasteboard/Portfile | 5 +++--
sysutils/trash/Portfile | 2 ++
sysutils/truncate/Portfile | 5 +++--
sysutils/tzdiff/Portfile | 2 ++
sysutils/uhubctl/Portfile | 3 ++-
sysutils/vcsh/Portfile | 2 ++
sysutils/vimpager/Portfile | 2 ++
sysutils/vmrun-wrapper/Portfile | 2 ++
sysutils/watchman/Portfile | 4 +++-
sysutils/when/Portfile | 2 ++
sysutils/wifi-password/Portfile | 2 ++
sysutils/xserve-frontpanel/Portfile | 2 ++
sysutils/yank/Portfile | 2 ++
sysutils/zsh-autosuggestions/Portfile | 2 ++
sysutils/zsh-syntax-highlighting/Portfile | 2 ++
56 files changed, 120 insertions(+), 29 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/macmon/Portfile b/sysutils/macmon/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 56b913c0ed3..c534abbc7f1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/macmon/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/macmon/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,13 +5,15 @@ PortGroup github 1.0
</span> PortGroup cargo 1.0
github.setup vladkens macmon 0.5.1 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision 0
categories sysutils
license MIT
platforms macosx
maintainers {i0ntempest @i0ntempest} openmaintainer
description Sudoless performance monitoring CLI tool for Apple Silicon processors
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description ${description}, using private macOS APIs. CPU/GPU/RAM usage, power consumption\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description {*}${description}, using private macOS APIs. CPU/GPU/RAM usage, power consumption\
</span> and temperature.
checksums ${name}-${version}${extract.suffix} \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/macports-notifier/Portfile b/sysutils/macports-notifier/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d0bbf11a660..330d0fd2a6e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/macports-notifier/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/macports-notifier/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup github 1.0
</span> PortGroup xcode 1.0
github.setup sierkb portsnotifier 934e77a9b4b5f54c7e940981c8c65d08f4b7c631
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> version 0.1.2.20090520
name macports-notifier
categories sysutils aqua macports
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/macportsscripts/Portfile b/sysutils/macportsscripts/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7504d3151bd..a285ee51a8f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/macportsscripts/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/macportsscripts/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup github 1.0
</span>
epoch 2
github.setup cooljeanius macportsscripts 0.4.1 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span>
categories sysutils macports
platforms any
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/mas/Portfile b/sysutils/mas/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1d094acc8d4..2aa57b75518 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/mas/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/mas/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup mas-cli mas 1.9.0 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> set git-commit a5a928a
# This line is for displaying commit in CLI only
revision 0
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/memcachedb/Portfile b/sysutils/memcachedb/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b9ee289aac4..15c3e61c756 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/memcachedb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/memcachedb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup stvchu memcachedb 1.2.0 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision 3
checksums rmd160 023e26d09b4ceae751bd7717c769a3b5c1e214d6 \
sha256 6eba6e5adda1bc23db6bbcf4930537ccdc33fa00402ed91157faadeb86996e0f \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/molly-guard/Portfile b/sysutils/molly-guard/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9904674cb63..8b3100061ee 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/molly-guard/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/molly-guard/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,8 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup raimue molly-guard 0.4.5 macports/
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> categories sysutils
platforms any
supported_archs noarch
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/neofetch/Portfile b/sysutils/neofetch/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e4c5dd9e6e2..a52348de26d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/neofetch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/neofetch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup dylanaraps neofetch 7.1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> platforms any
supported_archs noarch
license MIT
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/neohtop/Portfile b/sysutils/neohtop/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a6480281b99..cf52f02a2b5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/neohtop/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/neohtop/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup Abdenasser neohtop 1.1.2 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision 0
categories sysutils aqua
maintainers {i0ntempest @i0ntempest} openmaintainer
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/nnn/Portfile b/sysutils/nnn/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0b4be0e838c..4e913343166 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/nnn/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/nnn/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,6 +7,8 @@ PortGroup legacysupport 1.1
</span> PortGroup makefile 1.0
github.setup jarun nnn 5.0 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision 0
categories sysutils
license BSD
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/nq/Portfile b/sysutils/nq/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e73dc80e7c2..8ed7dd98503 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/nq/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/nq/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,6 +17,8 @@ long_description nq allows creating very lightweight job queue \
</span> or any long-running processes.
github.setup leahneukirchen nq 1.0 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision 0
checksums rmd160 435ac43cf70a3ed3e435004ac79e796ba882aa65 \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/opendoas/Portfile b/sysutils/opendoas/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4214ea54fa1..3762f35f984 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/opendoas/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/opendoas/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup Duncaen opendoas 6.8.2 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision 0
categories sysutils security
license BSD
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/optool/Portfile b/sysutils/optool/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 56a12ea16fb..c75d4cc4bbf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/optool/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/optool/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup github 1.0
</span> PortGroup xcode 1.0
github.setup alexzielenski optool 0.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> set optool_commit a20c514
revision 0
categories sysutils
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/osquery/Portfile b/sysutils/osquery/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 722e83914a1..d58bec4fe94 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/osquery/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/osquery/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup cmake 1.1
</span> PortGroup github 1.0
github.setup osquery osquery 4.3.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span>
description SQL powered operating system instrumentation, monitoring, \
and analytics.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,8 +28,6 @@ categories sysutils
</span> license Apache-2 \
GPL-2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> # The osquery build process requires the git repository as it pulls in a
# large amount of its dependencies as git submodules.
fetch.type git
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/osxutils/Portfile b/sysutils/osxutils/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ff90af76d9c..d087eb3b831 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/osxutils/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/osxutils/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,8 +4,9 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup specious osxutils 1.9.0 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> categories sysutils
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> maintainers {ryandesign @ryandesign} openmaintainer
license GPL-2+
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/pbsecret/Portfile b/sysutils/pbsecret/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 796eb3a848a..86f910e4258 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/pbsecret/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/pbsecret/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup github 1.0
</span> PortGroup makefile 1.0
github.setup roosto pbsecret 9e91917de001a73fc01aa8ba96c5c83c4b7f5a34
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> version 20200219
revision 0
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/pngpaste/Portfile b/sysutils/pngpaste/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4054245bf76..4ed42b96c82 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/pngpaste/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/pngpaste/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,9 +5,10 @@ PortGroup github 1.0
</span> PortGroup makefile 1.0
github.setup jcsalterego pngpaste 0.2.3
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision 1
categories sysutils
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> license BSD
maintainers {@telotortium gmail.com:rirelan} openmaintainer
description Paste PNG into files
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/pssh-lilydjwg/Portfile b/sysutils/pssh-lilydjwg/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b3ffd3e1285..77035273c36 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/pssh-lilydjwg/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/pssh-lilydjwg/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup github 1.0
</span> PortGroup python 1.0
github.setup lilydjwg pssh 2.3.5 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> name pssh-lilydjwg
revision 0
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/pwait/Portfile b/sysutils/pwait/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2444ec6cba5..4c0a9858f02 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/pwait/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/pwait/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup github 1.0
</span>
name pwait
github.setup freebsd freebsd-src e043f37205ffbde5627ff299ad25cd532f2956f0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> set man_commit 1a7c9e1585dd3ae14b03226e359d434c10066bfb
version 20231127
revision 0
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/pwgen/Portfile b/sysutils/pwgen/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8cc1faa353c..68e1496e6a9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/pwgen/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/pwgen/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup tytso pwgen 2.08 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision 0
categories sysutils
license GPL-2+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,7 +16,6 @@ long_description \
</span> This program spits out passwords which are virtually \
guaranteed not to be found in the dictionary, but are \
(usually) pronounceable to speakers of English.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> master_sites sourceforge:project/${name}/${name}/${version}/
checksums sha1 6406deba61297784888c2ec0c14e3c735a85a2b6 \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/rainbarf/Portfile b/sysutils/rainbarf/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c5f32d30994..8a0a9d9a171 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/rainbarf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/rainbarf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup creaktive rainbarf 1.4 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span>
maintainers gmail.com:creaktive
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/rcm/Portfile b/sysutils/rcm/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 67b55e1a732..461bf435d55 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/rcm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/rcm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup thoughtbot rcm 1.3.6 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision 0
checksums rmd160 7a5c58a205c88765d149f7e29574a5e4dbf5f9ed \
sha256 f4fdfbc451d1fb5764531290a202a0a871f6b81ba3c01a6b76c49435c85080a5 \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/rdfind/Portfile b/sysutils/rdfind/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b6234b11709..64161f965c2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/rdfind/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/rdfind/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup pauldreik rdfind 1.6.0 releases/
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision 0
categories sysutils
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/rename/Portfile b/sysutils/rename/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ef692a63c5b..dfefba74cdc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/rename/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/rename/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup ap rename 0da9faa241093c90a40b15a9ff4b36e9858d4516
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> name rename
version 1.601
revision 0
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/rlwrap/Portfile b/sysutils/rlwrap/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 43d3d8488d6..c06dfab58b4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/rlwrap/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/rlwrap/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,9 +4,10 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup hanslub42 rlwrap 0.46.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision 0
categories sysutils
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> license GPL-2+
maintainers {@kakuhen} openmaintainer
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/salt/Portfile b/sysutils/salt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a893699dbed..836eb2fb373 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/salt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/salt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup github 1.0
</span> PortGroup python 1.0
github.setup saltstack salt 3000.3 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision 1
checksums rmd160 f1c2a4f0609c3cd64f3b98c3a3bf8efe39703c75 \
sha256 c5c16a328b7971fecf1dc8902f2315387894613b198581c090063abc67df8fb7 \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/screenresolution/Portfile b/sysutils/screenresolution/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7e71a5696f0..40179552530 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/screenresolution/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/screenresolution/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,19 +4,20 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup jhford screenresolution 1.6 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> checksums rmd160 e4e46d9b314667dbc93e5a990b0e00fd00f7f64e \
sha256 548179c7a50431634a91270fd1464d57a9cf2a37b9f13d4b30733743e2c6bbfc \
size 12840
categories sysutils
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> maintainers {ryandesign @ryandesign} openmaintainer
license GPL-2
description command-line utility to get, list, and set screen \
resolutions
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description ${name} is a ${description}.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description ${name} is a {*}${description}.
</span>
use_configure no
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/sfm/Portfile b/sysutils/sfm/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 546ade7ad7c..26d7205b40e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/sfm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/sfm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup makefile 1.0
</span> PortGroup legacysupport 1.0
github.setup afify sfm 0.4 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision 1
categories sysutils
license ISC
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/simg2img/Portfile b/sysutils/simg2img/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a610c90ec65..9ab1094f919 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/simg2img/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/simg2img/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,16 +6,17 @@ PortGroup github 1.0
</span> #github.setup anestisb android-simg2img 1.1.4
# 2807b36 is 3 commits after 1.1.4: includes minor cleanup and build flag fix
github.setup anestisb android-simg2img 2807b36
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> version 1.1.4
name simg2img
categories sysutils
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> maintainers nomaintainer
license Apache-2
description Tool to convert Android sparse images to raw images
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description ${description}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description {*}${description}
</span>
checksums rmd160 54a3457aa795a3f73aa383a6c2f98fa6b056152d \
sha256 df878f928fd6e6f8d7d990b56412adc8afbc08f7822f05a843d326461bee71e8 \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/skhd/Portfile b/sysutils/skhd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 71dad0d1f43..890db02f371 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/skhd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/skhd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,9 +5,10 @@ PortGroup github 1.0
</span> PortGroup makefile 1.0
github.setup koekeishiya skhd 0.3.9 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span>
categories sysutils
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> maintainers {@TheKevJames thekev.in:macports} openmaintainer
license MIT
description Simple hotkey daemon for macOS
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/sleuthkit/Portfile b/sysutils/sleuthkit/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 74480e22e8c..78d8e422162 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/sleuthkit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/sleuthkit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup sleuthkit sleuthkit 4.12.1 sleuthkit-
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision 0
checksums rmd160 226a746050b0a3381004a511a6b12a598a3550e5 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,7 +14,6 @@ checksums rmd160 226a746050b0a3381004a511a6b12a598a3550e5 \
</span>
categories sysutils
maintainers nomaintainer
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> homepage https://www.sleuthkit.org/sleuthkit/
license {cpl ibmpl}
description Forensic toolkit
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/smlr/Portfile b/sysutils/smlr/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 56c218cff9e..461cc1e3b4d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/smlr/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/smlr/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,8 +4,9 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup thenatefisher smlr 0.0.6
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> categories sysutils
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> license MIT
maintainers @thenatefisher openmaintainer
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/squashfs-tools/Portfile b/sysutils/squashfs-tools/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 50fc73cebe5..1cf9e5e215b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/squashfs-tools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/squashfs-tools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,13 +5,14 @@ PortGroup github 1.0
</span> PortGroup legacysupport 1.1
github.setup plougher squashfs-tools 4.5
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision 1
checksums rmd160 6543c75ac3313dd72aef9d951cdfb0211d299a1c \
sha256 e3bc4d23fc8e5f1ede58ea6a438fc3454ffb8dc715a60b6e78b6a10e4dfbc19a \
size 250518
categories sysutils
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> license GPL-2+
maintainers {mit.edu:quentin @quentinmit} \
openmaintainer
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/stressdrive/Portfile b/sysutils/stressdrive/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3c710f19c8d..323a1fa203f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/stressdrive/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/stressdrive/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,9 +6,10 @@ PortGroup github 1.0
</span> PortGroup xcode 1.0
github.setup rentzsch stressdrive 1.4
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision 0
categories sysutils
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> maintainers {@toy yandex.com:bstj} openmaintainer
license MIT
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,7 +19,7 @@ set danger "DANGER: ${name} will overwrite, without warning, all \
</span> Utility.app > Select Drive > Info > Disk Identifier)."
description Tool meant to verify correct operation of a drive
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description ${description} by filling a drive up with random data \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description {*}${description} by filling a drive up with random data \
</span> and ensuring all the data can be correctly read back. \
\n${danger}
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/sunwait/Portfile b/sysutils/sunwait/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 644643d753f..af56e4d86d8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/sunwait/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/sunwait/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,11 +4,12 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup klada sunwait 0.8
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> epoch 1
revision 3
categories sysutils
license GPL-3
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> maintainers nomaintainer
description calculates sunrise, sunset, twilight
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/sysdig/Portfile b/sysutils/sysdig/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8c3dd101c5c..d2ae11ff399 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/sysdig/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/sysdig/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup github 1.0
</span> PortGroup cmake 1.0
github.setup draios sysdig 0.13.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision 1
maintainers nomaintainer
categories sysutils
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,7 +23,6 @@ long_description Sysdig captures system calls and other system level events \
</span> of capturing events and doing live analysis. On the other \
platforms, you will be limited to working with the trace \
files generated by a Linux installation of sysdig.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> license GPL-2
homepage http://www.sysdig.org
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/syslog-ng-devel/Portfile b/sysutils/syslog-ng-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a0c2007631c..314cd50e007 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/syslog-ng-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/syslog-ng-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,6 +11,8 @@ legacysupport.newest_darwin_requires_legacy 15
</span>
name syslog-ng-devel
github.setup syslog-ng syslog-ng 9ca90a20318885017ff5761a31d2b0afd5dc33eb
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> version 2024.10.22
revision 0
set real_name syslog-ng
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/tag/Portfile b/sysutils/tag/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2a7be01ac6d..4bef09febb7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/tag/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/tag/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,9 +2,10 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup jdberry tag 0.10 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span>
categories sysutils
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> license MIT
maintainers {jberry @jdberry} openmaintainer
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/tfenv/Portfile b/sysutils/tfenv/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ee8155819d0..80b3bf5a433 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/tfenv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/tfenv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup select 1.0
</span> PortGroup github 1.0
github.setup tfutils tfenv 3.0.0 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> license MIT
categories sysutils
platforms any
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/tienex-apfs/Portfile b/sysutils/tienex-apfs/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6677312643d..bc29abd5bd0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/tienex-apfs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/tienex-apfs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,10 +5,11 @@ PortGroup cmake 1.1
</span> PortGroup github 1.0
github.setup tienex apfs afc6041c6078d3bc96c2ffec8ea6a8e572b79678
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision 0
name tienex-apfs
categories sysutils
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> license MIT
maintainers {ricci @ghosthound} openmaintainer
description Mount, dump and analyze APFS volumes and containers
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/tmate/Portfile b/sysutils/tmate/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b9de4cd920b..685edf7832a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/tmate/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/tmate/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup tmate-io tmate 2.4.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision 3
checksums rmd160 8c4e3c305e19914932b79a91e2e266ae59647505 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,7 +17,7 @@ categories sysutils
</span>
license BSD
description Instant terminal sharing.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description ${description}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description {*}${description}
</span>
patchfiles-append patch-configure.ac
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/tmux-mem-cpu-load/Portfile b/sysutils/tmux-mem-cpu-load/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ce627b14ecc..62a87a13ed8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/tmux-mem-cpu-load/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/tmux-mem-cpu-load/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,8 +5,9 @@ PortGroup cmake 1.0
</span> PortGroup github 1.0
github.setup thewtex tmux-mem-cpu-load 3.8.0 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> categories sysutils
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> license Apache-2
maintainers {gmail.com:justrafi @rafi} openmaintainer
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/tmux-pasteboard/Portfile b/sysutils/tmux-pasteboard/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 817539bdbe7..e29c16cc993 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/tmux-pasteboard/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/tmux-pasteboard/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,14 +4,15 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup ChrisJohnsen tmux-MacOSX-pasteboard 2.9 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> name tmux-pasteboard
categories sysutils
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> license BSD
maintainers {larryv @larryv} openmaintainer
description Wrapper for accessing the OS X pasteboard in tmux sessions
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description ${description}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description {*}${description}
</span>
depends_run path:bin/tmux:tmux
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/trash/Portfile b/sysutils/trash/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f9401165980..f13c5202221 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/trash/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/trash/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup github 1.0
</span> PortGroup muniversal 1.0
github.setup ali-rantakari trash 0.9.2 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision 0
categories sysutils
license MIT
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/truncate/Portfile b/sysutils/truncate/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c9a0b19cabb..9aa9ea7ecb3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/truncate/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/truncate/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,18 +4,19 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup flok99 truncate 0.9
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision 0
checksums rmd160 c44a7cce2abb8514df719cefa247fb868f9e335a \
sha256 5b173282c7ca61cf62e0217da4c88e9e19fa64d10e4cc311eaaf4d2a90d838a7 \
size 14639
categories sysutils
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> maintainers nomaintainer
license AGPL-3
description truncates a file to a given size
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description ${description}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description {*}${description}
</span>
homepage https://www.vanheusden.com/truncate/
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/tzdiff/Portfile b/sysutils/tzdiff/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index db69fc1e576..9382bdb7a5a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/tzdiff/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/tzdiff/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup belgianbeer tzdiff 1.2.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision 0
checksums rmd160 d2e25f4511f5446a4378438026510e934b6bf311 \
sha256 ca320c3b3c09dd55d6265045f1dc8d7a06be707cc72e5cf97c081a1bc0122e05 \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/uhubctl/Portfile b/sysutils/uhubctl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a56e8d212fa..79bb4fb6e9c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/uhubctl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/uhubctl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup makefile 1.0
</span> PortGroup github 1.0
github.setup mvp uhubctl 2.5.0 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision 0
checksums rmd160 8c11f28835517ef8882a02efd3b39644426d93c6 \
sha256 b8a3e94289f228b678d062aec42c24182fb46e797b4d074ff8b3beccaf27f3ad \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,7 +14,6 @@ checksums rmd160 8c11f28835517ef8882a02efd3b39644426d93c6 \
</span>
categories sysutils
maintainers {i0ntempest @i0ntempest} openmaintainer
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> license GPL-2
description USB hub per-port power control
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/vcsh/Portfile b/sysutils/vcsh/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5945bde8011..ed1c66dc06b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/vcsh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/vcsh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup RichiH vcsh 1.20151229 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span>
categories sysutils
platforms any
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/vimpager/Portfile b/sysutils/vimpager/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0470a3e27bd..4dd6e7416e1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/vimpager/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/vimpager/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,8 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup rkitover vimpager 2.06
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> categories sysutils
platforms any
supported_archs noarch
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/vmrun-wrapper/Portfile b/sysutils/vmrun-wrapper/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f9ba2468428..79e3798764c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/vmrun-wrapper/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/vmrun-wrapper/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup boyonwheels vmrun.wrapper 84c1473c5fb912adc2fec3f08fdf892b70278d3d
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> name vmrun-wrapper
version 20160915
supported_archs noarch
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/watchman/Portfile b/sysutils/watchman/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4c76d5bd59a..284c4afd0e0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/watchman/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/watchman/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,6 +10,8 @@ PortGroup compiler_blacklist_versions 1.0
</span> boost.version 1.81
github.setup facebook watchman 2023.11.13.00 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision 6
categories sysutils
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,7 +19,7 @@ maintainers {danchr @danchr} openmaintainer
</span> license Apache-2
description watches files and takes action when they change
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description ${description}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description {*}${description}
</span> supported_archs arm64 x86_64
set port_libfmt libfmt11
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/when/Portfile b/sysutils/when/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6181be745df..ad417775bfe 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/when/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/when/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup cargo 1.0
</span> PortGroup github 1.0
github.setup mitsuhiko when 0.4.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision 0
description Timezones from the command line
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/wifi-password/Portfile b/sysutils/wifi-password/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index abdc2c1cc1a..92727545516 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/wifi-password/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/wifi-password/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup rauchg wifi-password 0.1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision 1
platforms {macosx any}
supported_archs noarch
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/xserve-frontpanel/Portfile b/sysutils/xserve-frontpanel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8f8ec1fe8b6..ac1510e755c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/xserve-frontpanel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/xserve-frontpanel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup cmake 1.1
</span> PortGroup github 1.0
github.setup castvoid xserve-frontpanel 58c5f8977b8e7f4ebffa1853b089a5c4b04fee07
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> checksums rmd160 02fc695d8bb5ab5bae729ecc2bd74a1aff5cfde6 \
sha256 443ab659bdc2d8932b5d8d16e6cbadb5473a1d122d2d9451410167b8f8cb7ceb \
size 7628
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/yank/Portfile b/sysutils/yank/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 77423943a5e..bcb3a5bc5fc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/yank/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/yank/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup github 1.0
</span> PortGroup makefile 1.0
github.setup mptre yank 1.3.0 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision 0
description Yank terminal output to clipboard
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/zsh-autosuggestions/Portfile b/sysutils/zsh-autosuggestions/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7ad7bf3df29..f752ccc0c6a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/zsh-autosuggestions/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/zsh-autosuggestions/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup zsh-users zsh-autosuggestions 0.7.0 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span>
categories sysutils shells
platforms any
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/zsh-syntax-highlighting/Portfile b/sysutils/zsh-syntax-highlighting/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 39f24115be1..8fccefdbd12 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/zsh-syntax-highlighting/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/zsh-syntax-highlighting/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup github 1.0
</span> PortGroup makefile 1.0
github.setup zsh-users zsh-syntax-highlighting 0.8.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span>
categories sysutils shells
</pre><pre style='margin:0'>
</pre>