ports/171830: [PATCH] devel/pear-PEAR_PackageFileManager2: [SUMMARIZE CHANGES]
Gasol Wu
gasol.wu at gmail.com
Fri Sep 21 02:40:08 UTC 2012
>Number: 171830
>Category: ports
>Synopsis: [PATCH] devel/pear-PEAR_PackageFileManager2: [SUMMARIZE CHANGES]
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Sep 21 02:40:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Gasol Wu
>Release: FreeBSD 9.1-RC1 amd64
>Organization:
>Environment:
System: FreeBSD goingmarry 9.1-RC1 FreeBSD 9.1-RC1 #0: Tue Aug 14 04:25:06 UTC 2012
>Description:
[DESCRIBE CHANGES]
Fix depends and following errors generated by portlint.
FATAL: Makefile: extra item "BUILD_DEPENDS" placed in the LICENSE section.
FATAL: Makefile: extra item "RUN_DEPENDS:" placed in the LICENSE section.
WARN: Makefile: "LICENSE" has to appear earlier.
Port maintainer (sylvio at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:
--- pear-PEAR_PackageFileManager2-1.0.2_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/pear-PEAR_PackageFileManager2/Makefile ./Makefile
--- /usr/ports/devel/pear-PEAR_PackageFileManager2/Makefile 2012-01-22 01:39:54.000000000 +0800
+++ ./Makefile 2012-09-21 10:19:32.796358000 +0800
@@ -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
--- pear-PEAR_PackageFileManager2-1.0.2_1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list