Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2013 02:16:33 +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: r314222 - head/mail/pear-Contact_Vcard_Build
Message-ID:  <201303150216.r2F2GXiJ017126@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Mar 15 02:16:32 2013
New Revision: 314222
URL: http://svnweb.freebsd.org/changeset/ports/314222

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header

Modified:
  head/mail/pear-Contact_Vcard_Build/Makefile   (contents, props changed)

Modified: head/mail/pear-Contact_Vcard_Build/Makefile
==============================================================================
--- head/mail/pear-Contact_Vcard_Build/Makefile	Fri Mar 15 01:59:39 2013	(r314221)
+++ head/mail/pear-Contact_Vcard_Build/Makefile	Fri Mar 15 02:16:32 2013	(r314222)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-Contact_Vcard_Build
-# 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_Build
 PORTVERSION=	1.1.2
@@ -13,15 +9,9 @@ MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	PEAR class to build (create) and fetch vCard 2.1 and 3.0 text blocks
 
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 
-FILES=		Contact_Vcard_Build.php\
-		Contact/Vcard/Build.php
-TESTS=		AllTests.php \
-		bug-15348.phpt \
-		build-email.phpt \
-		build-foobar.phpt \
-		build-johndoe.phpt
+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?201303150216.r2F2GXiJ017126>