Date: Tue, 23 Jul 2013 15:56:45 +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: r323536 - in head: . mail/p5-Mail-SPF mail/p5-Mail-SPF/files Message-ID: <201307231556.r6NFujLo065667@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: skreuzer Date: Tue Jul 23 15:56:45 2013 New Revision: 323536 URL: http://svnweb.freebsd.org/changeset/ports/323536 Log: Update to 2.9.0 Deleted: 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 15:41:48 2013 (r323535) +++ head/UPDATING Tue Jul 23 15:56:45 2013 (r323536) @@ -5,6 +5,13 @@ 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 15:41:48 2013 (r323535) +++ head/mail/p5-Mail-SPF/Makefile Tue Jul 23 15:56:45 2013 (r323536) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Mail-SPF -PORTVERSION= 2.007 -PORTREVISION= 3 +PORTVERSION= 2.9.0 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -25,7 +24,7 @@ CONFLICTS= p5-Mail-SPF-Query-[0-9]* PERL_MODBUILD= yes CONFIGURE_ARGS= --install_path sbin=${PREFIX}/sbin -MAN1= spfquery.pl.1 +MAN1= spfquery.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 \ @@ -44,9 +43,6 @@ 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 15:41:48 2013 (r323535) +++ head/mail/p5-Mail-SPF/distinfo Tue Jul 23 15:56:45 2013 (r323536) @@ -1,2 +1,2 @@ -SHA256 (Mail-SPF-v2.007.tar.gz) = d8886e6a5b300946434284a6527bbb68ed98d27d3582c8e475e338facb96c50b -SIZE (Mail-SPF-v2.007.tar.gz) = 101722 +SHA256 (Mail-SPF-v2.9.0.tar.gz) = 61cb5915f1c7acc7a931ffc1bfc1291bdfac555e2a46eb2391b995ea9ecb6162 +SIZE (Mail-SPF-v2.9.0.tar.gz) = 103834 Modified: head/mail/p5-Mail-SPF/pkg-plist ============================================================================== --- head/mail/p5-Mail-SPF/pkg-plist Tue Jul 23 15:41:48 2013 (r323535) +++ head/mail/p5-Mail-SPF/pkg-plist Tue Jul 23 15:56:45 2013 (r323536) @@ -1,4 +1,4 @@ -bin/spfquery.pl +bin/spfquery 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?201307231556.r6NFujLo065667>