From owner-svn-ports-head@FreeBSD.ORG Fri Apr 26 09:19:35 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 42D54D7B; Fri, 26 Apr 2013 09:19:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 34A9A1BD0; Fri, 26 Apr 2013 09:19:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3Q9JZXo093788; Fri, 26 Apr 2013 09:19:35 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3Q9JYgI093782; Fri, 26 Apr 2013 09:19:34 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201304260919.r3Q9JYgI093782@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 26 Apr 2013 09:19:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316592 - in head/mail: libspf2 p5-Mail-SPF p5-Mail-SPF-Query 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: Fri, 26 Apr 2013 09:19:35 -0000 Author: sunpoet Date: Fri Apr 26 09:19:34 2013 New Revision: 316592 URL: http://svnweb.freebsd.org/changeset/ports/316592 Log: - Mark CONFLICTS among mail/libspf2, mail/p5-Mail-SPF and mail/p5-Mail-SPF-Query, all of them installs PREFIX/bin/spfquery [1] - Bump PORTREVISION for package change - While I'm here: - Replace removed PTHREAD_LIBS with -pthread - Cleanup Makefile header - Add CPAN as primary WWW for mail/p5-Mail-SPF-Query PR: ports/177682 [1] Submitted by: dougb Modified: head/mail/libspf2/Makefile (contents, props changed) head/mail/p5-Mail-SPF-Query/Makefile (contents, props changed) head/mail/p5-Mail-SPF-Query/pkg-descr (contents, props changed) head/mail/p5-Mail-SPF/Makefile (contents, props changed) Modified: head/mail/libspf2/Makefile ============================================================================== --- head/mail/libspf2/Makefile Fri Apr 26 09:14:48 2013 (r316591) +++ head/mail/libspf2/Makefile Fri Apr 26 09:19:34 2013 (r316592) @@ -1,13 +1,9 @@ -# New ports collection makefile for: libspf2 -# Date created: 07 July 2004 -# Whom: snowchyld -# +# Created by: snowchyld # $FreeBSD$ -# PORTNAME= libspf2 PORTVERSION= 1.2.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.libspf2.org/spf/ \ LOCAL/sunpoet @@ -15,14 +11,14 @@ MASTER_SITES= http://www.libspf2.org/spf MAINTAINER= sunpoet@FreeBSD.org COMMENT= Sender Rewriting Scheme 2 C Implementation -CONFLICTS= ${PORTNAME}-1.0.* +CONFLICTS= ${PORTNAME}-1.0.* p5-Mail-SPF-[0-9]* p5-Mail-SPF-Query-[0-9]* +GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -GNU_CONFIGURE= yes post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/__VA_ARGS__/ s|format, ||g' ${WRKSRC}/src/include/spf_log.h .include Modified: head/mail/p5-Mail-SPF-Query/Makefile ============================================================================== --- head/mail/p5-Mail-SPF-Query/Makefile Fri Apr 26 09:14:48 2013 (r316591) +++ head/mail/p5-Mail-SPF-Query/Makefile Fri Apr 26 09:19:34 2013 (r316592) @@ -1,12 +1,9 @@ -# New ports collection makefile for: p5-Mail-SPF-Query -# Date created: Fri Jan 16 12:32:39 PST 2004 -# Whom: mharo@FreeBSD.org -# +# Created by: mharo@FreeBSD.org # $FreeBSD$ -# PORTNAME= Mail-SPF-Query PORTVERSION= 1.999.1 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,7 +17,7 @@ BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR} p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -CONFLICTS= p5-Mail-SPF-[0-9]* +CONFLICTS= libspf2-[0-9]* p5-Mail-SPF-[0-9]* PERL_CONFIGURE= yes Modified: head/mail/p5-Mail-SPF-Query/pkg-descr ============================================================================== --- head/mail/p5-Mail-SPF-Query/pkg-descr Fri Apr 26 09:14:48 2013 (r316591) +++ head/mail/p5-Mail-SPF-Query/pkg-descr Fri Apr 26 09:19:34 2013 (r316592) @@ -3,4 +3,5 @@ whitelist of their designated outbound m envelope sender, Mail::SPF::Query determines the legitimacy of an SMTP client IP. -WWW: http://spf.pobox.com +WWW: http://search.cpan.org/dist/Mail-SPF-Query/ +WWW: http://spf.pobox.com/ Modified: head/mail/p5-Mail-SPF/Makefile ============================================================================== --- head/mail/p5-Mail-SPF/Makefile Fri Apr 26 09:14:48 2013 (r316591) +++ head/mail/p5-Mail-SPF/Makefile Fri Apr 26 09:19:34 2013 (r316592) @@ -1,12 +1,9 @@ -# New ports collection makefile for: p5-Mail-SPF -# Date created: Thu Feb 8 18:46:25 CET 2007 -# Whom: gmc@sonologic.nl -# +# Created by: gmc@sonologic.nl # $FreeBSD$ -# PORTNAME= Mail-SPF PORTVERSION= 2.007 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,7 +20,7 @@ RUN_DEPENDS= p5-Net-DNS-Resolver-Program p5-URI>=1.13:${PORTSDIR}/net/p5-URI BUILD_DEPENDS:= ${RUN_DEPENDS} -CONFLICTS= p5-Mail-SPF-Query-[0-9]* +CONFLICTS= libspf2-[0-9]* p5-Mail-SPF-Query-[0-9]* PERL_MODBUILD= yes CONFIGURE_ARGS= --install_path sbin=${PREFIX}/sbin