From ace1906fc3c655d227d33236b11ac38083d30828 Mon Sep 17 00:00:00 2001 From: pettai Date: Sat, 22 Jun 2013 22:35:13 +0000 Subject: The old fpdns package was broken due to more modern perl versions This recently tagged version from GitHub works (with a few warnings...) --- net/fpdns/Makefile | 27 ++++++++++++--------------- net/fpdns/PLIST | 9 ++++++--- net/fpdns/distinfo | 8 ++++---- 3 files changed, 22 insertions(+), 22 deletions(-) (limited to 'net/fpdns') diff --git a/net/fpdns/Makefile b/net/fpdns/Makefile index 369470d11ee..2e5db6f5416 100644 --- a/net/fpdns/Makefile +++ b/net/fpdns/Makefile @@ -1,28 +1,25 @@ -# $NetBSD: Makefile,v 1.5 2013/05/31 12:41:32 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2013/06/22 22:35:13 pettai Exp $ # -DISTNAME= fpdns-0.9.1 -PKGREVISION= 2 +#DISTNAME= kirei-fpdns-23eb0bf +DISTNAME= fpdns-20130404 CATEGORIES= net -MASTER_SITES= http://www.rfc.se/fpdns/distfiles/ +MASTER_SITES= -https://github.com/kirei/fpdns/archive/20130404.zip +EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.rfc.se/fpdns/ +HOMEPAGE= https://github.com/kirei/fpdns/ COMMENT= Fingerprinting DNS servers +LICENSE= modified-bsd DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS -WRKSRC= ${WRKDIR} -REPLACE_PERL= fpdns.pl +FETCH_USING= curl + +REPLACE_PERL= apps/fpdns USE_TOOLS+= perl USE_LANGUAGES= # none -INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 - -do-build: - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/fpdns.pl ${DESTDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/fpdns.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 - +PERL5_CONFIGURE= yes +.include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/fpdns/PLIST b/net/fpdns/PLIST index 7864ec10f9d..4045297639f 100644 --- a/net/fpdns/PLIST +++ b/net/fpdns/PLIST @@ -1,3 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2007/09/08 12:03:07 wiz Exp $ -bin/fpdns.pl -man/man1/fpdns.1 +@comment $NetBSD: PLIST,v 1.2 2013/06/22 22:35:13 pettai Exp $ +${PERL5_SUB_INSTALLVENDORLIB}/Net/DNS/Fingerprint.pm +${PERL5_SUB_INSTALLVENDORLIB}/Net/DNS/REPLACE +${PERL5_SUB_INSTALLVENDORARCH}/auto/Net/DNS/Fingerprint/.packlist +${PERL5_SUB_INSTALLVENDORBIN}/fpdns +${PERL5_SUB_INSTALLVENDORMAN1DIR}/fpdns.1 diff --git a/net/fpdns/distinfo b/net/fpdns/distinfo index d0afeb9b30d..7d3c4dbdc32 100644 --- a/net/fpdns/distinfo +++ b/net/fpdns/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/09/08 12:03:07 wiz Exp $ +$NetBSD: distinfo,v 1.2 2013/06/22 22:35:13 pettai Exp $ -SHA1 (fpdns-0.9.1.tar.gz) = c880bbc47be0e9dda5b79cfa8860d1f4bc39a214 -RMD160 (fpdns-0.9.1.tar.gz) = 610645f0302c18a26741d2e9b45296340272f0b3 -Size (fpdns-0.9.1.tar.gz) = 8583 bytes +SHA1 (fpdns-20130404.zip) = 782d2cc9dc34bda3e6b1201875a4718a497536ec +RMD160 (fpdns-20130404.zip) = 69bb402a330ce4f86339b9674dcb957220a63619 +Size (fpdns-20130404.zip) = 973665 bytes -- cgit v1.2.3