diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-01 21:41:19 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-01 21:41:19 +0000 |
commit | a68d3c36c455bf779f7add429d5de55b3e1c262c (patch) | |
tree | 739d5d6c80d995647fa0dae7d60c63db7b14979d /dns/fpdns | |
parent | 5a7eb45eda06d6532e4ba40bb62c848bc51ab160 (diff) | |
download | ports-a68d3c36c455bf779f7add429d5de55b3e1c262c.tar.gz ports-a68d3c36c455bf779f7add429d5de55b3e1c262c.zip |
Notes
Diffstat (limited to 'dns/fpdns')
-rw-r--r-- | dns/fpdns/Makefile | 18 | ||||
-rw-r--r-- | dns/fpdns/distinfo | 5 | ||||
-rw-r--r-- | dns/fpdns/pkg-plist | 2 |
3 files changed, 13 insertions, 12 deletions
diff --git a/dns/fpdns/Makefile b/dns/fpdns/Makefile index 50a81ac7b3cc..1abea50bbe99 100644 --- a/dns/fpdns/Makefile +++ b/dns/fpdns/Makefile @@ -2,25 +2,25 @@ # $FreeBSD$ PORTNAME= fpdns -PORTVERSION= 0.10.0.${GH_TAGNAME} -PORTREVISION= 1 +PORTVERSION= 0.10.0.20190131 CATEGORIES= dns net perl5 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fingerprinting DNS servers LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS +BUILD_DEPENDS= p5-Net-DNS>=0.42:dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_GITHUB= yes -GH_ACCOUNT= kirei -GH_TAGNAME= 20130404 - -NO_ARCH= yes USES= perl5 USE_PERL5= configure +NO_ARCH= yes + +USE_GITHUB= yes +GH_ACCOUNT= kirei +GH_TAGNAME= ${PORTVERSION:E} + .include <bsd.port.mk> diff --git a/dns/fpdns/distinfo b/dns/fpdns/distinfo index 83a04446fa9b..771b7b11324d 100644 --- a/dns/fpdns/distinfo +++ b/dns/fpdns/distinfo @@ -1,2 +1,3 @@ -SHA256 (kirei-fpdns-0.10.0.20130404-20130404_GH0.tar.gz) = fe81de9c5d2d077cd974c9fd862f52a02cc1bb29c58944ea968a21853cc8ea15 -SIZE (kirei-fpdns-0.10.0.20130404-20130404_GH0.tar.gz) = 931723 +TIMESTAMP = 1549025869 +SHA256 (kirei-fpdns-0.10.0.20190131-20190131_GH0.tar.gz) = f6599ebed73c2d87d7c2bafc8c3a63fb76bda52478e9a1912410d481f7536100 +SIZE (kirei-fpdns-0.10.0.20190131-20190131_GH0.tar.gz) = 933415 diff --git a/dns/fpdns/pkg-plist b/dns/fpdns/pkg-plist index d7b6a327b928..5c85c7a76ed2 100644 --- a/dns/fpdns/pkg-plist +++ b/dns/fpdns/pkg-plist @@ -1,4 +1,4 @@ bin/fpdns -%%PERL5_MAN1%%/fpdns.1.gz %%SITE_PERL%%/Net/DNS/Fingerprint.pm %%SITE_PERL%%/Net/DNS/REPLACE +%%PERL5_MAN1%%/fpdns.1.gz |