svn commit: r323544 - in head: . mail/p5-Mail-SPF mail/p5-Mail-SPF/files
Steven Kreuzer
skreuzer at FreeBSD.org
Tue Jul 23 17:43:53 UTC 2013
Author: skreuzer
Date: Tue Jul 23 17:43:52 2013
New Revision: 323544
URL: http://svnweb.freebsd.org/changeset/ports/323544
Log:
Revert commit 323487 since renaming spfquery.pl to spfquery causes a
conflict with mail/libspf2
Added:
head/mail/p5-Mail-SPF/files/
- copied from r323487, head/mail/p5-Mail-SPF/files/
Modified:
head/UPDATING
head/mail/p5-Mail-SPF/Makefile
head/mail/p5-Mail-SPF/distinfo
head/mail/p5-Mail-SPF/pkg-plist
Modified: head/UPDATING
==============================================================================
--- head/UPDATING Tue Jul 23 17:32:48 2013 (r323543)
+++ head/UPDATING Tue Jul 23 17:43:52 2013 (r323544)
@@ -5,13 +5,6 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
-20130723:
- AFFECTS: users of mail/p5-Mail-SPF
- AUTHOR: skreuzer at FreeBSD.org
-
- With the update to 2.9.0 of mail/p5-Mail-SPF, the executable
- bin/spfquery.pl has been renamed to bin/spfquery
-
20130720:
AFFECTS: users of japanese/mozc-server and japanese/mozc-el
AUTHOR: hrs at FreeBSD.org
Modified: head/mail/p5-Mail-SPF/Makefile
==============================================================================
--- head/mail/p5-Mail-SPF/Makefile Tue Jul 23 17:32:48 2013 (r323543)
+++ head/mail/p5-Mail-SPF/Makefile Tue Jul 23 17:43:52 2013 (r323544)
@@ -2,7 +2,8 @@
# $FreeBSD$
PORTNAME= Mail-SPF
-PORTVERSION= 2.9.0
+PORTVERSION= 2.007
+PORTREVISION= 3
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -24,7 +25,7 @@ CONFLICTS= p5-Mail-SPF-Query-[0-9]*
PERL_MODBUILD= yes
CONFIGURE_ARGS= --install_path sbin=${PREFIX}/sbin
-MAN1= spfquery.1
+MAN1= spfquery.pl.1
MAN3= Mail::SPF.3 Mail::SPF::Mech::PTR.3 Mail::SPF::Mech.3 \
Mail::SPF::SenderIPAddrMech.3 Mail::SPF::MacroString.3 \
Mail::SPF::Mech::IP4.3 Mail::SPF::Mech::A.3 \
@@ -43,6 +44,9 @@ OPTIONS_DEFINE= DOCS
DOCSDIR= ${PREFIX}/share/doc/p5-Mail-SPF
DOCS= CHANGES INSTALL LICENSE README TODO
+post-extract:
+ ${MV} ${WRKSRC}/bin/spfquery ${WRKSRC}/bin/spfquery.pl
+
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
Modified: head/mail/p5-Mail-SPF/distinfo
==============================================================================
--- head/mail/p5-Mail-SPF/distinfo Tue Jul 23 17:32:48 2013 (r323543)
+++ head/mail/p5-Mail-SPF/distinfo Tue Jul 23 17:43:52 2013 (r323544)
@@ -1,2 +1,2 @@
-SHA256 (Mail-SPF-v2.9.0.tar.gz) = 61cb5915f1c7acc7a931ffc1bfc1291bdfac555e2a46eb2391b995ea9ecb6162
-SIZE (Mail-SPF-v2.9.0.tar.gz) = 103834
+SHA256 (Mail-SPF-v2.007.tar.gz) = d8886e6a5b300946434284a6527bbb68ed98d27d3582c8e475e338facb96c50b
+SIZE (Mail-SPF-v2.007.tar.gz) = 101722
Modified: head/mail/p5-Mail-SPF/pkg-plist
==============================================================================
--- head/mail/p5-Mail-SPF/pkg-plist Tue Jul 23 17:32:48 2013 (r323543)
+++ head/mail/p5-Mail-SPF/pkg-plist Tue Jul 23 17:43:52 2013 (r323544)
@@ -1,4 +1,4 @@
-bin/spfquery
+bin/spfquery.pl
sbin/spfd
%%SITE_PERL%%/Mail/SPF.pm
%%SITE_PERL%%/Mail/SPF/MacroString.pm
More information about the svn-ports-head
mailing list