Date: Tue, 28 May 2013 14:05:25 +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: r319308 - head/devel/pear-Date_Holidays_Austria Message-ID: <201305281405.r4SE5PmS095217@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Tue May 28 14:05:24 2013 New Revision: 319308 URL: http://svnweb.freebsd.org/changeset/ports/319308 Log: - Convert to PEAR_AUTOINSTALL - Trim header Deleted: head/devel/pear-Date_Holidays_Austria/pkg-plist Modified: head/devel/pear-Date_Holidays_Austria/Makefile (contents, props changed) Modified: head/devel/pear-Date_Holidays_Austria/Makefile ============================================================================== --- head/devel/pear-Date_Holidays_Austria/Makefile Tue May 28 13:52:49 2013 (r319307) +++ head/devel/pear-Date_Holidays_Austria/Makefile Tue May 28 14:05:24 2013 (r319308) @@ -1,9 +1,4 @@ -# New ports collection makefile for: pear-Date_Holidays_Austria -# Date created: 2008-06-04 -# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= Date_Holidays_Austria PORTVERSION= 0.1.4 @@ -13,13 +8,9 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= Driver based class to calculate holidays in Austria BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays -CATEGORY= Date -FILES= Holidays/Driver/Austria.php -TESTS= Date_Holidays_Driver_Austria_TestSuite.php - -PLIST_SUB= PORTVERSION=${PORTVERSION} +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?201305281405.r4SE5PmS095217>