From nobody@FreeBSD.org  Thu Feb 21 11:00:24 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0CFC316A405
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 21 Feb 2008 11:00:24 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 0252913C4D9
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 21 Feb 2008 11:00:24 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1LAvopF027552
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 21 Feb 2008 10:57:50 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m1LAvoLE027551;
	Thu, 21 Feb 2008 10:57:50 GMT
	(envelope-from nobody)
Message-Id: <200802211057.m1LAvoLE027551@www.freebsd.org>
Date: Thu, 21 Feb 2008 10:57:50 GMT
From: Felippe de Meirelles Motta <lippemail@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] mail/p5-Mail-SPF
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: gmc@sonologic.nl

>Number:         120937
>Category:       ports
>Synopsis:       [UPDATE] mail/p5-Mail-SPF
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gabor
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 21 11:10:08 UTC 2008
>Closed-Date:    Thu Feb 21 11:41:56 UTC 2008
>Last-Modified:  Thu Feb 21 12:00:07 UTC 2008
>Originator:     Felippe de Meirelles Motta
>Release:        FreeBSD 7.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008
    lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC

>Description:
- Updated to v2.005
- Use CPAN macro
- Better adjust of required versions by deps
- Makefile cleanup
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/p5-Mail-SPF/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	10 Feb 2007 16:39:01 -0000	1.1
+++ Makefile	21 Feb 2008 10:57:59 -0000
@@ -6,25 +6,24 @@
 #
 
 PORTNAME=	Mail-SPF
-PORTVERSION=	2.004
+PORTVERSION=	2.005
 CATEGORIES=	mail perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	Mail
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
+DISTNAME=	${PORTNAME}-v${PORTVERSION}
 
 MAINTAINER=	gmc@sonologic.nl
 COMMENT=	Reference implementation of the RFC 4408 SPF protocol
 
-RUN_DEPENDS=	${SITE_PERL}/Net/DNS/Resolver/Programmable.pm:${PORTSDIR}/dns/p5-Net-DNS-Resolver-Programmable \
-		${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
-		${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version \
-		${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \
-		${SITE_PERL}/${PERL_ARCH}/NetAddr/IP.pm:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \
-		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
-		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+RUN_DEPENDS=	p5-Net-DNS-Resolver-Programmable>=0.002.1:${PORTSDIR}/dns/p5-Net-DNS-Resolver-Programmable \
+		p5-Net-DNS>=0.58:${PORTSDIR}/dns/p5-Net-DNS \
+		p5-version>0:${PORTSDIR}/devel/p5-version \
+		p5-Error>0:${PORTSDIR}/lang/p5-Error \
+		p5-NetAddr-IP>=4:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \
+		p5-URI>=1.13:${PORTSDIR}/net/p5-URI
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
-PERL_MODBUILD=	yes
+PERL_MODBUILD=	5.6.0+
 CONFIGURE_ARGS=	--install_path sbin=${PREFIX}/sbin
 
 MAN1=		spfquery.1
@@ -42,13 +41,12 @@
 .include <bsd.port.pre.mk>
 
 DOCSDIR=	${PREFIX}/share/doc/p5-Mail-SPF
+DOCS=		CHANGES INSTALL LICENSE README TODO
 
 post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-.for doc in CHANGES LICENSE README TODO
-	${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
-.endfor
+	@${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
 .endif
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/p5-Mail-SPF/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	10 Feb 2007 16:39:01 -0000	1.1
+++ distinfo	21 Feb 2008 10:57:59 -0000
@@ -1,3 +1,3 @@
-MD5 (Mail-SPF-2.004.tar.gz) = 0923798432e0f25dffc4bc6428abef6a
-SHA256 (Mail-SPF-2.004.tar.gz) = a835227941680e223a3584e4d6056b09ab48a9b2a9d09860dab09811b5c39fa7
-SIZE (Mail-SPF-2.004.tar.gz) = 69531
+MD5 (Mail-SPF-v2.005.tar.gz) = a5129d56539edf90749afacea70621ac
+SHA256 (Mail-SPF-v2.005.tar.gz) = b8ffb09c538bf4fe3b79ff45dad942879fec9c975a08243c0a59ab3e92439b8a
+SIZE (Mail-SPF-v2.005.tar.gz) = 73619
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/mail/p5-Mail-SPF/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	10 Feb 2007 16:39:01 -0000	1.1
+++ pkg-plist	21 Feb 2008 10:57:59 -0000
@@ -26,6 +26,7 @@
 %%SITE_PERL%%/Mail/SPF/Mod/Exp.pm
 %%SITE_PERL%%/Mail/SPF/v2/Record.pm
 %%PORTDOCS%%%%DOCSDIR%%/CHANGES
+%%PORTDOCS%%%%DOCSDIR%%/INSTALL
 %%PORTDOCS%%%%DOCSDIR%%/LICENSE
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/TODO


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gabor 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Feb 21 11:10:30 UTC 2008 
Responsible-Changed-Why:  
gabor@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120937 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Feb 21 11:10:34 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120937 
State-Changed-From-To: feedback->closed 
State-Changed-By: gabor 
State-Changed-When: Thu Feb 21 11:41:36 UTC 2008 
State-Changed-Why:  
Duplicate of ports/120937. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120937 

From: Koen Martens <gmc@sonologic.nl>
To: bug-followup@FreeBSD.ORG
Cc:  
Subject: Re: ports/120937: [UPDATE] mail/p5-Mail-SPF
Date: Thu, 21 Feb 2008 12:15:19 +0100

 --AsKt9WDFSpw8OJmf
 Content-Type: text/plain; charset=iso-8859-1
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 I followed the link, but no pr's were found by the system for 120937 nor
 120936.
 
 Advanced searching does also not show any pr's with spf in them that i
 have not already blessed.=20
 
 What am i doing wrong?
 
 Gr,
 
 Koen
 
 On Thu, Feb 21, 2008 at 11:10:31AM +0000, Edwin Groothuis wrote:
 > Maintainer of mail/p5-Mail-SPF,
 >=20
 > Please note that PR ports/120937 has just been submitted.
 >=20
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >=20
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/120937
 >=20
 > --=20
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 >=20
 >=20
 
 --=20
 K.F.J. Martens, Sonologic, http://www.sonologic.nl/
 Networking, hosting, embedded systems, unix, artificial intelligence.
 Public PGP key: http://www.metro.cx/pubkey-gmc.asc
 Wondering about the funny attachment your mail program
 can't read? Visit http://www.openpgp.org/
 
 --AsKt9WDFSpw8OJmf
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.7 (GNU/Linux)
 
 iD8DBQFHvV1GktDgRrkFPpYRAqkyAKCIZLZkC//SR+ksLqvZoWIezIWaGQCeNkss
 l7zPipzVadF76vAvU2YiTyY=
 =+m/I
 -----END PGP SIGNATURE-----
 
 --AsKt9WDFSpw8OJmf--
>Unformatted:
