Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 2013 17:43:52 +0000 (UTC)
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323544 - in head: . mail/p5-Mail-SPF mail/p5-Mail-SPF/files
Message-ID:  <201307231743.r6NHhqNw001527@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



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