svn commit: r307746 - head/devel/pear-PEAR_PackageFileManager2
Sylvio Cesar Teixeira
sylvio at FreeBSD.org
Sun Nov 25 14:40:03 UTC 2012
Author: sylvio
Date: Sun Nov 25 14:40:02 2012
New Revision: 307746
URL: http://svnweb.freebsd.org/changeset/ports/307746
Log:
- Fixed depends and errors generated by portlint
PR: ports/171830
Submitted by: Gasol Wu <gasol.wu at gmail.com>
Feature safe: yes
Modified:
head/devel/pear-PEAR_PackageFileManager2/Makefile
Modified: head/devel/pear-PEAR_PackageFileManager2/Makefile
==============================================================================
--- head/devel/pear-PEAR_PackageFileManager2/Makefile Sun Nov 25 14:04:36 2012 (r307745)
+++ head/devel/pear-PEAR_PackageFileManager2/Makefile Sun Nov 25 14:40:02 2012 (r307746)
@@ -7,16 +7,19 @@
PORTNAME= PEAR_PackageFileManager2
PORTVERSION= 1.0.2
+PORTREVISION= 1
CATEGORIES= devel www pear
MAINTAINER= sylvio at FreeBSD.org
COMMENT= PEAR class to maintain PEAR packages
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
LICENSE= BSD
+BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
+ ${PEARDIR}/PEAR/PackageFileManager/Plugins.php:${PORTSDIR}/devel/pear-PEAR_PackageFileManager_Plugins
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
+ ${PEARDIR}/PEAR/PackageFileManager/Plugins.php:${PORTSDIR}/devel/pear-PEAR_PackageFileManager_Plugins
+
CATEGORY= PEAR
FILES= PackageFileManager2.php
More information about the svn-ports-head
mailing list