Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2012 12:08:14 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301152 - head/dns/fpdns
Message-ID:  <201207191208.q6JC8ERC079117@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dougb
Date: Thu Jul 19 12:08:14 2012
New Revision: 301152
URL: http://svn.freebsd.org/changeset/ports/301152

Log:
  Update to the latest version from the new git repository.
  
  I'll host the (contrived) distfile for now.

Modified:
  head/dns/fpdns/Makefile
  head/dns/fpdns/distinfo
  head/dns/fpdns/pkg-descr
  head/dns/fpdns/pkg-plist

Modified: head/dns/fpdns/Makefile
==============================================================================
--- head/dns/fpdns/Makefile	Thu Jul 19 11:34:15 2012	(r301151)
+++ head/dns/fpdns/Makefile	Thu Jul 19 12:08:14 2012	(r301152)
@@ -6,13 +6,10 @@
 #
 
 PORTNAME=	fpdns
-PORTVERSION=	0.9.3
+PORTVERSION=	0.9.3.20120719
 CATEGORIES=	dns net perl5
-MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
-		http://dougbarton.us/Downloads/
-DISTNAME=	Net-DNS-Fingerprint-${PORTVERSION}
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
-EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
+MASTER_SITES=	http://dougbarton.us/Downloads/
+DISTNAME=	Net-DNS-Fingerprint-0.9.3-9eb38df
 
 MAINTAINER=	dougb@FreeBSD.org
 COMMENT=	FPDNS - Fingerprinting DNS servers
@@ -23,16 +20,4 @@ PERL_CONFIGURE=	yes
 
 MAN1=		fpdns.1
 
-verify:	checksum
-	gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig
-
-file=	${WRKSRC}/blib/man1/fpdns.1
-post-build:
-	@${SED} -e 's#\\&\\fIperl\\fR\\|(1), \\fINet::DNS\\fR\\|(1)#&, http://www.rfc.se/fpdns/#' \
-		${file} > ${file}.sed
-	@${MV} ${file}.sed ${file}
-
-post-install:
-	${RM} ${SITE_PERL}/${PERL_ARCH}/auto/Net/DNS/Fingerprint/.packlist
-
 .include <bsd.port.mk>

Modified: head/dns/fpdns/distinfo
==============================================================================
--- head/dns/fpdns/distinfo	Thu Jul 19 11:34:15 2012	(r301151)
+++ head/dns/fpdns/distinfo	Thu Jul 19 12:08:14 2012	(r301152)
@@ -1,4 +1,2 @@
-SHA256 (Net-DNS-Fingerprint-0.9.3.tar.gz) = 8dbfa96ebcd3adee0f9053d619bd04e45b3e7e0ad47824404f73e53b88b79ec7
-SIZE (Net-DNS-Fingerprint-0.9.3.tar.gz) = 10476
-SHA256 (Net-DNS-Fingerprint-0.9.3.tar.gz.sig) = 1998bcf19240a5ee49a9215e2038f8630fc80abe1b86663aa46c6a6c3af79b03
-SIZE (Net-DNS-Fingerprint-0.9.3.tar.gz.sig) = 65
+SHA256 (Net-DNS-Fingerprint-0.9.3-9eb38df.tar.gz) = 8179b9671d40cec3cd073773e16b2d8557a113247dd2dd444b627b6980fcfc21
+SIZE (Net-DNS-Fingerprint-0.9.3-9eb38df.tar.gz) = 13141

Modified: head/dns/fpdns/pkg-descr
==============================================================================
--- head/dns/fpdns/pkg-descr	Thu Jul 19 11:34:15 2012	(r301151)
+++ head/dns/fpdns/pkg-descr	Thu Jul 19 12:08:14 2012	(r301152)
@@ -20,5 +20,4 @@ currently has. Some implementations offe
 protocol set, and there are implementations that do not conform to
 standards.
 
-Author: Roy Arends & Jakob Schlyter
-WWW: http://code.google.com/p/fpdns/
+WWW: https://github.com/kirei/fpdns

Modified: head/dns/fpdns/pkg-plist
==============================================================================
--- head/dns/fpdns/pkg-plist	Thu Jul 19 11:34:15 2012	(r301151)
+++ head/dns/fpdns/pkg-plist	Thu Jul 19 12:08:14 2012	(r301152)
@@ -1,5 +1,7 @@
 bin/fpdns
 %%SITE_PERL%%/Net/DNS/Fingerprint.pm
+%%SITE_PERL%%/Net/DNS/REPLACE
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/Fingerprint/.packlist
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/Fingerprint
 @dirrmtry %%SITE_PERL%%/Net/DNS
 @dirrmtry %%SITE_PERL%%/Net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207191208.q6JC8ERC079117>