Date: Sun, 17 Mar 2013 14:21:49 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314446 - in head/mail: pear-Contact_Vcard_Parse pear-Mail_mimeDecode pear-Net_Cyrus pear-Net_IMAP pear-Net_LMTP Message-ID: <201303171421.r2HELn4Y025452@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sun Mar 17 14:21:48 2013 New Revision: 314446 URL: http://svnweb.freebsd.org/changeset/ports/314446 Log: - Convert to PEAR_AUTOINSTALL - Trim header Modified: head/mail/pear-Contact_Vcard_Parse/Makefile (contents, props changed) head/mail/pear-Mail_mimeDecode/Makefile (contents, props changed) head/mail/pear-Net_Cyrus/Makefile (contents, props changed) head/mail/pear-Net_IMAP/Makefile (contents, props changed) head/mail/pear-Net_LMTP/Makefile (contents, props changed) Modified: head/mail/pear-Contact_Vcard_Parse/Makefile ============================================================================== --- head/mail/pear-Contact_Vcard_Parse/Makefile Sun Mar 17 14:20:20 2013 (r314445) +++ head/mail/pear-Contact_Vcard_Parse/Makefile Sun Mar 17 14:21:48 2013 (r314446) @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Contact_Vcard_Parse -# Date created: 30 May 2005 -# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) -# +# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) # $FreeBSD$ -# PORTNAME= Contact_Vcard_Parse PORTVERSION= 1.32.0 @@ -15,6 +11,8 @@ COMMENT= PEAR class to parse vCard 2.1 a BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +PEAR_AUTOINSTALL= yes + .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> Modified: head/mail/pear-Mail_mimeDecode/Makefile ============================================================================== --- head/mail/pear-Mail_mimeDecode/Makefile Sun Mar 17 14:20:20 2013 (r314445) +++ head/mail/pear-Mail_mimeDecode/Makefile Sun Mar 17 14:21:48 2013 (r314446) @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Mail_mimeDecode -# Date created: 21 June 2007 -# Whom: Zhen REN <bg1tpt@gmail.com> -# +# Created by: Zhen REN <bg1tpt@gmail.com> # $FreeBSD$ -# PORTNAME= Mail_mimeDecode PORTVERSION= 1.5.5 @@ -15,13 +11,12 @@ COMMENT= Provides a class to decode mime BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ + ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime LICENSE= BSD -CATEGORY= Mail -FILES= mimeDecode.php -TESTS= parse_header_value.phpt semicolon_content_type_bug1724.phpt +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" Modified: head/mail/pear-Net_Cyrus/Makefile ============================================================================== --- head/mail/pear-Net_Cyrus/Makefile Sun Mar 17 14:20:20 2013 (r314445) +++ head/mail/pear-Net_Cyrus/Makefile Sun Mar 17 14:21:48 2013 (r314446) @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Net_Cyrus -# Date created: 12 March 2004 -# Whom: Attila Nagy <bra@fsn.hu> -# +# Created by: Attila Nagy <bra@fsn.hu> # $FreeBSD$ -# PORTNAME= Net_Cyrus PORTVERSION= 0.3.1 @@ -14,10 +10,10 @@ COMMENT= PEAR class to administer Cyrus BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \ ${PEARDIR}/Net/IMAP.php:${PORTSDIR}/mail/pear-Net_IMAP -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \ + ${PEARDIR}/Net/IMAP.php:${PORTSDIR}/mail/pear-Net_IMAP -CATEGORY= Net -FILES= Cyrus.php +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" Modified: head/mail/pear-Net_IMAP/Makefile ============================================================================== --- head/mail/pear-Net_IMAP/Makefile Sun Mar 17 14:20:20 2013 (r314445) +++ head/mail/pear-Net_IMAP/Makefile Sun Mar 17 14:21:48 2013 (r314446) @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Net_IMAP -# Date created: 12 march 2004 -# Whom: Attila Nagy <bra@fsn.hu> -# +# Created by: Attila Nagy <bra@fsn.hu> # $FreeBSD$ -# PORTNAME= Net_IMAP PORTVERSION= 1.1.0 @@ -14,10 +10,10 @@ COMMENT= PEAR class that provides an imp BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \ ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \ + ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL -CATEGORY= Net -FILES= IMAP.php IMAPProtocol.php +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" Modified: head/mail/pear-Net_LMTP/Makefile ============================================================================== --- head/mail/pear-Net_LMTP/Makefile Sun Mar 17 14:20:20 2013 (r314445) +++ head/mail/pear-Net_LMTP/Makefile Sun Mar 17 14:21:48 2013 (r314446) @@ -13,13 +13,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= PEAR implementation of the RFC2033 LMTP protocol BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket -CATEGORY= Net -PEAR_CATSRC= yes -FILES= LMTP.php -TESTS= test_lmtp.php -_TESTSDIR= . +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303171421.r2HELn4Y025452>