Date: Wed, 20 Mar 2013 15:12:02 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314739 - head/sysutils/pear-File_Fstab Message-ID: <201303201512.r2KFC2iM075309@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Wed Mar 20 15:12:02 2013 New Revision: 314739 URL: http://svnweb.freebsd.org/changeset/ports/314739 Log: - Convert to PEAR_AUTOINSTALL - Trim Makefile headers - Pass maintainership to miwi@ Modified: head/sysutils/pear-File_Fstab/Makefile Modified: head/sysutils/pear-File_Fstab/Makefile ============================================================================== --- head/sysutils/pear-File_Fstab/Makefile Wed Mar 20 14:35:10 2013 (r314738) +++ head/sysutils/pear-File_Fstab/Makefile Wed Mar 20 15:12:02 2013 (r314739) @@ -1,26 +1,19 @@ -# Ports collection makefile for: pear-File_Fstab -# Date created: 09 March 2005 -# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) -# +# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) # $FreeBSD$ -# PORTNAME= File_Fstab PORTVERSION= 2.0.3 CATEGORIES= sysutils devel pear -MAINTAINER= wen@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class to read and write fstab files BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -PEAR_CATSRC= yes +#PEAR_CATSRC= yes -CATEGORY= File -FILES= Fstab.php Fstab/Entry.php -EXAMPLES= example.php -_EXAMPLESDIR= . +PEAR_AUTOINSTALL= yes post-extract: .for file in ${FILES}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303201512.r2KFC2iM075309>