From owner-svn-ports-all@FreeBSD.ORG Sun Mar 17 14:21:50 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4B98CB11; Sun, 17 Mar 2013 14:21:50 +0000 (UTC) (envelope-from miwi@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 2F97531E; Sun, 17 Mar 2013 14:21:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2HELoxx025458; Sun, 17 Mar 2013 14:21:50 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2HELn4Y025452; Sun, 17 Mar 2013 14:21:49 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201303171421.r2HELn4Y025452@svn.freebsd.org> From: Martin Wilke Date: Sun, 17 Mar 2013 14:21:49 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Mar 2013 14:21:50 -0000 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 () -# +# Created by: Antonio Carlos Venancio Junior () # $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 .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include 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 -# +# Created by: Zhen REN # $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 .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 -# +# Created by: Attila Nagy # $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 .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 -# +# Created by: Attila Nagy # $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 .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 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"