From owner-svn-ports-head@FreeBSD.ORG Fri Mar 15 00:37:55 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 8A7CE4A2; Fri, 15 Mar 2013 00:37:55 +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 64F7B679; Fri, 15 Mar 2013 00:37:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2F0btht084914; Fri, 15 Mar 2013 00:37:55 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2F0btW9084913; Fri, 15 Mar 2013 00:37:55 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201303150037.r2F0btW9084913@svn.freebsd.org> From: Martin Wilke Date: Fri, 15 Mar 2013 00:37:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314195 - head/devel/pear-Date 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, 15 Mar 2013 00:37:55 -0000 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 () -# +# Created by: Thierry Thomas () # $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 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"