aboutsummaryrefslogtreecommitdiff
path: root/devel/cityhash
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-03-05 08:13:28 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-03-05 08:13:28 +0000
commit379006d17e28d9b3c42038deffecee1c8db5d716 (patch)
tree2ea4b9831f47fa87aa6c40dc03cb0b6fd3448c9b /devel/cityhash
parent63dc4e1fc8bc9936dd4a1a0adbfcf4836b1339db (diff)
downloadports-379006d17e28d9b3c42038deffecee1c8db5d716.tar.gz
ports-379006d17e28d9b3c42038deffecee1c8db5d716.zip
Cleanup USE_GITHUB with GH_TUPLE usage.
Do not use GH_TUPLE for the default distfile. With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=435456
Diffstat (limited to 'devel/cityhash')
-rw-r--r--devel/cityhash/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/cityhash/Makefile b/devel/cityhash/Makefile
index 5269e74ba9c9..29b88173c29c 100644
--- a/devel/cityhash/Makefile
+++ b/devel/cityhash/Makefile
@@ -5,8 +5,6 @@ PORTNAME= cityhash
PORTVERSION= 1.1.1
PORTREVISION= 1
CATEGORIES= devel
-USE_GITHUB= yes
-GH_TUPLE= google:cityhash:8af9b8c
MAINTAINER= vg@FreeBSD.org
COMMENT= Family of hash functions
@@ -19,4 +17,8 @@ CPE_VENDOR= google
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+USE_GITHUB= yes
+GH_ACCOUNT= google
+GH_TAGNAME= 8af9b8c
+
.include <bsd.port.mk>