diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-06-08 06:29:01 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-06-08 06:29:01 +0800 |
commit | e7613df55dd5efc7ad88a38fd8197b146424999f (patch) | |
tree | cc40da70afadc29f714c7e3641acd7e2a7a90866 /archivers | |
parent | 4f910b051eb09c7cb339634eab6241372e1c6d35 (diff) | |
download | freebsd-ports-gnome-e7613df55dd5efc7ad88a38fd8197b146424999f.tar.gz freebsd-ports-gnome-e7613df55dd5efc7ad88a38fd8197b146424999f.tar.zst freebsd-ports-gnome-e7613df55dd5efc7ad88a38fd8197b146424999f.zip |
Fix ports using GH_TAGNAME=master to depend on a known hash
instead of a branch that changes.
With hat: portmgr
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/nwreckdum/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/nwreckdum/Makefile b/archivers/nwreckdum/Makefile index e45eceb36f73..e9bec83f31d3 100644 --- a/archivers/nwreckdum/Makefile +++ b/archivers/nwreckdum/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= danfe -GH_TAGNAME= master +GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= 22cbc47 PLIST_FILES= bin/${PORTNAME} |