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 /www/blastbeat | |
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 'www/blastbeat')
-rw-r--r-- | www/blastbeat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/blastbeat/Makefile b/www/blastbeat/Makefile index db7a2433847b..a88e99ad8733 100644 --- a/www/blastbeat/Makefile +++ b/www/blastbeat/Makefile @@ -23,7 +23,7 @@ USE_GMAKE= yes USE_GITHUB= yes GH_ACCOUNT= zloidemon GH_COMMIT= cdac9a9 -GH_TAGNAME= master +GH_TAGNAME= ${GH_COMMIT} PORTEXAMPLES= * CFLAGS+= -I${LOCALBASE}/include \ |