erlang/*: set github.tarball_from explicitly

In preparation for changing the default.
This commit is contained in:
Joshua Root
2025-01-17 18:07:23 +11:00
parent e870fe8667
commit 22da4caef5
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -10,6 +10,8 @@ PortGroup legacysupport 1.1
legacysupport.newest_darwin_requires_legacy 16
github.setup atomvm atomvm 0.6.5 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision 0
epoch 1
categories erlang devel
+2
View File
@@ -5,6 +5,8 @@ PortGroup github 1.0
PortGroup makefile 1.0
github.setup willemdj erlsom 1.5.1 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision 0
categories erlang textproc
license LGPL-3+
+2
View File
@@ -4,6 +4,8 @@ PortSystem 1.0
PortGroup github 1.0
github.setup rebar rebar 2.6.4
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
categories erlang devel
platforms any
maintainers {ciserlohn @ci42}