From owner-svn-ports-head@FreeBSD.ORG Thu Jul 19 12:08:14 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CFD9B1065673; Thu, 19 Jul 2012 12:08:14 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B04328FC19; Thu, 19 Jul 2012 12:08:14 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6JC8EnS079122; Thu, 19 Jul 2012 12:08:14 GMT (envelope-from dougb@svn.freebsd.org) Received: (from dougb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6JC8ERC079117; Thu, 19 Jul 2012 12:08:14 GMT (envelope-from dougb@svn.freebsd.org) Message-Id: <201207191208.q6JC8ERC079117@svn.freebsd.org> From: Doug Barton Date: Thu, 19 Jul 2012 12:08:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301152 - head/dns/fpdns X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2012 12:08:15 -0000 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 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