Date: Tue, 28 May 2013 14:07:30 +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: r319312 - head/devel/pear-Date_Holidays_Discordian Message-ID: <201305281407.r4SE7UYg096013@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Tue May 28 14:07:30 2013 New Revision: 319312 URL: http://svnweb.freebsd.org/changeset/ports/319312 Log: - Trim header - Convert to PEAR_AUTOINSTALl Deleted: head/devel/pear-Date_Holidays_Discordian/pkg-plist Modified: head/devel/pear-Date_Holidays_Discordian/Makefile (contents, props changed) Modified: head/devel/pear-Date_Holidays_Discordian/Makefile ============================================================================== --- head/devel/pear-Date_Holidays_Discordian/Makefile Tue May 28 14:06:46 2013 (r319311) +++ head/devel/pear-Date_Holidays_Discordian/Makefile Tue May 28 14:07:30 2013 (r319312) @@ -1,9 +1,4 @@ -# New ports collection makefile for: pear-Date_Holidays_Discordian -# Date created: 2008-06-04 -# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= Date_Holidays_Discordian PORTVERSION= 0.1.1 @@ -13,10 +8,9 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= Driver based class to calculate Discordian holidays 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/Discordian.php +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?201305281407.r4SE7UYg096013>