diff options
author | mat <mat@FreeBSD.org> | 2015-05-06 23:16:53 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-06 23:16:53 +0800 |
commit | fdf5e05adcbf7815959a76ea54ef03c1abf2b1c2 (patch) | |
tree | 385230180bcda4fc6cd7a1a7465d2944e039c131 /dns/fpdns/Makefile | |
parent | 86b530b12dd467324ca3c61be77956ac03d7c5ac (diff) | |
download | freebsd-ports-gnome-fdf5e05adcbf7815959a76ea54ef03c1abf2b1c2.tar.gz freebsd-ports-gnome-fdf5e05adcbf7815959a76ea54ef03c1abf2b1c2.tar.zst freebsd-ports-gnome-fdf5e05adcbf7815959a76ea54ef03c1abf2b1c2.zip |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'dns/fpdns/Makefile')
-rw-r--r-- | dns/fpdns/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dns/fpdns/Makefile b/dns/fpdns/Makefile index 9c373f022060..dbbda51b06c9 100644 --- a/dns/fpdns/Makefile +++ b/dns/fpdns/Makefile @@ -5,7 +5,6 @@ PORTNAME= fpdns PORTVERSION= 0.10.0.${GH_TAGNAME} PORTREVISION= 1 CATEGORIES= dns net perl5 -MASTER_SITES= GHL MAINTAINER= ports@FreeBSD.org COMMENT= Fingerprinting DNS servers @@ -17,7 +16,6 @@ RUN_DEPENDS= p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS USE_GITHUB= yes GH_ACCOUNT= kirei -GH_COMMIT= 23eb0bf GH_TAGNAME= 20130404 USES= perl5 |