Index: head/mail/p5-Mail-SPF/Makefile =================================================================== --- head/mail/p5-Mail-SPF/Makefile (revision 508956) +++ head/mail/p5-Mail-SPF/Makefile (revision 508957) @@ -1,38 +1,39 @@ # Created by: gmc@sonologic.nl # $FreeBSD$ PORTNAME= Mail-SPF PORTVERSION= 2.9.0 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Object-oriented implementation of Sender Policy Framework LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Error>=0:lang/p5-Error \ p5-Net-DNS>=0.62:dns/p5-Net-DNS \ p5-Net-DNS-Resolver-Programmable>=0.003:dns/p5-Net-DNS-Resolver-Programmable \ p5-NetAddr-IP>=4:net-mgmt/p5-NetAddr-IP \ p5-URI>=1.13:net/p5-URI TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod +USES= perl5 shebangfix +USE_PERL5= modbuild + CONFIGURE_ARGS= --install_path sbin=${PREFIX}/sbin NO_ARCH= yes -USE_PERL5= modbuild -USES= perl5 shebangfix SHEBANG_FILES= bin/spfquery sbin/spfd post-patch: @${MV} ${WRKSRC}/sbin/spfd ${WRKSRC}/sbin/spfd.pl @${MV} ${WRKSRC}/bin/spfquery ${WRKSRC}/bin/spfquery.pl @${REINPLACE_CMD} -e 's|spfd|&.pl|; s|spfquery|&.pl|' ${WRKSRC}/Build.PL ${WRKSRC}/MANIFEST ${WRKSRC}/README .include Index: head/mail/p5-Mail-SPF/files/patch-lib-Mail-SPF-Record.pm =================================================================== --- head/mail/p5-Mail-SPF/files/patch-lib-Mail-SPF-Record.pm (nonexistent) +++ head/mail/p5-Mail-SPF/files/patch-lib-Mail-SPF-Record.pm (revision 508957) @@ -0,0 +1,10 @@ +--- lib/Mail/SPF/Record.pm.orig 2013-07-22 03:52:32 UTC ++++ lib/Mail/SPF/Record.pm +@@ -206,6 +206,7 @@ sub parse_version_tag { + + sub parse_term { + my ($self) = @_; ++ require Mail::SPF::Mech; + if ( + $self->{parse_text} =~ s/ + ^ Property changes on: head/mail/p5-Mail-SPF/files/patch-lib-Mail-SPF-Record.pm ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property