Date: Mon, 13 May 2013 09:51:12 +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: r318048 - head/devel/pear-VFS Message-ID: <201305130951.r4D9pCCp049047@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Mon May 13 09:51:12 2013 New Revision: 318048 URL: http://svnweb.freebsd.org/changeset/ports/318048 Log: - Trim header - Convert to PEAR_AUTOINSTALL Modified: head/devel/pear-VFS/Makefile (contents, props changed) Modified: head/devel/pear-VFS/Makefile ============================================================================== --- head/devel/pear-VFS/Makefile Mon May 13 09:50:36 2013 (r318047) +++ head/devel/pear-VFS/Makefile Mon May 13 09:51:12 2013 (r318048) @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-VFS -# Date created: 04 April 2004 -# Whom: Thierry Thomas (<thierry@FreeBSD.org>) -# +# Created by: Thierry Thomas (<thierry@FreeBSD.org>) # $FreeBSD$ -# PORTNAME= VFS PORTVERSION= 0.3.0 @@ -14,22 +10,11 @@ COMMENT= PEAR Virtual File System API BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ + ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log USE_PHP= gettext - -FILES= VFS.php VFS/Browser.php VFS/GC.php VFS/ListItem.php \ - VFS/Object.php VFS/file.php VFS/ftp.php VFS/horde.php \ - VFS/kolab.php \ - VFS/musql.php VFS/sql.php VFS/sql_file.php VFS/smb.php \ - VFS/ssh2.php -DATA= muvfs.sql vfs.oci8.sql vfs.pgsql.sql vfs.sql -_DATADIR= data/VFS -SCRIPTFILES= vfs.php - -post-patch: - @${MV} ${WRKSRC}/scripts/VFS/vfs.php ${WRKSRC}/pear-vfs.php - @${MV} ${WRKSRC}/lib/* ${WRKSRC} +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?201305130951.r4D9pCCp049047>