View | Details | Raw Unified | Return to bug 179592
Collapse All | Expand All

(-)dns/fpdns/Makefile (-5 / +8 lines)
Lines 2-20 Link Here
2
# $FreeBSD: head/dns/fpdns/Makefile 316381 2013-04-23 17:16:16Z bdrewery $
2
# $FreeBSD: head/dns/fpdns/Makefile 316381 2013-04-23 17:16:16Z bdrewery $
3
3
4
PORTNAME=	fpdns
4
PORTNAME=	fpdns
5
PORTVERSION=	0.9.3.20121019
5
PORTVERSION=	0.10.0.${GH_TAGNAME}
6
CATEGORIES=	dns net perl5
6
CATEGORIES=	dns net perl5
7
DISTNAME=	${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}
7
MASTER_SITES=	GH
8
8
9
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
10
COMMENT=	FPDNS - Fingerprinting DNS servers
10
COMMENT=	Fingerprinting DNS servers
11
12
LICENSE=	BSD
13
LICENSE_FILE=	${WRKSRC}/LICENSE
11
14
12
RUN_DEPENDS=	p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS
15
RUN_DEPENDS=	p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS
13
16
14
USE_GITHUB=	yes
17
USE_GITHUB=	yes
15
GH_ACCOUNT=	kirei
18
GH_ACCOUNT=	kirei
16
GH_COMMIT=	24a2f18
19
GH_COMMIT=	23eb0bf
17
GH_TAGNAME=	${GH_COMMIT}
20
GH_TAGNAME=	20130404
18
21
19
PERL_CONFIGURE=	yes
22
PERL_CONFIGURE=	yes
20
23
(-)dns/fpdns/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (kirei-fpdns-24a2f18.tar.gz) = 01179b74af25ad202d22f48a4eaa5a0cb581e18a6c4195e544dcb8286bafb43e
1
SHA256 (fpdns-0.10.0.20130404.tar.gz) = 264aaf271d830144245c2221db7c75d17864f0ce54ceeaa17bbd1a00e0e340a3
2
SIZE (kirei-fpdns-24a2f18.tar.gz) = 932191
2
SIZE (fpdns-0.10.0.20130404.tar.gz) = 932237

Return to bug 179592