From owner-svn-ports-head@FreeBSD.ORG Tue Jul 23 17:43:53 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 83D15F0D; Tue, 23 Jul 2013 17:43:53 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 656952BA6; Tue, 23 Jul 2013 17:43:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6NHhrX0001534; Tue, 23 Jul 2013 17:43:53 GMT (envelope-from skreuzer@svn.freebsd.org) Received: (from skreuzer@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6NHhqNw001527; Tue, 23 Jul 2013 17:43:52 GMT (envelope-from skreuzer@svn.freebsd.org) Message-Id: <201307231743.r6NHhqNw001527@svn.freebsd.org> From: Steven Kreuzer Date: Tue, 23 Jul 2013 17:43:52 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jul 2013 17:43:53 -0000 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