Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2013 00:37:55 +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: r314195 - head/devel/pear-Date
Message-ID:  <201303150037.r2F0btW9084913@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Mar 15 00:37:54 2013
New Revision: 314195
URL: http://svnweb.freebsd.org/changeset/ports/314195

Log:
  - Convert to PEAR_AUTOINSTALL
  - While here trim header

Modified:
  head/devel/pear-Date/Makefile   (contents, props changed)

Modified: head/devel/pear-Date/Makefile
==============================================================================
--- head/devel/pear-Date/Makefile	Fri Mar 15 00:15:11 2013	(r314194)
+++ head/devel/pear-Date/Makefile	Fri Mar 15 00:37:54 2013	(r314195)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-Date
-# Date created:			  28 November 2002
-# Whom:				  Thierry Thomas (<thierry@pompo.net>)
-#
+# Created by: Thierry Thomas (<thierry@pompo.net>)
 # $FreeBSD$
-#
 
 PORTNAME=	Date
 PORTVERSION=	1.4.7
@@ -13,16 +9,9 @@ MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	PEAR Date and Time Zone Classes
 
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 
-FILES=		Date.php Date/Calc.php Date/Human.php Date/TimeZone.php \
-		Date/Span.php
-TESTS=		calc.php testunit.php testunit_date.php testunit_date_span.php \
-		test_calc.php test_date_methods_span.php \
-		bugs/bug-674.phpt bugs/bug-727-1.phpt bugs/bug-727-2.phpt \
-		bugs/bug-727-3.phpt bugs/bug-727-4.phpt bugs/bug-967.phpt \
-		bugs/bug-8912.phpt bugs/bug-9213.phpt bugs/bug-9414.phpt
-DOCS=		TODO LICENSE
+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?201303150037.r2F0btW9084913>