Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2012 10:30:12 +0800 (CST)
From:      Gasol Wu <gasol.wu@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sylvio@FreeBSD.org
Subject:   ports/171830: [PATCH] devel/pear-PEAR_PackageFileManager2: [SUMMARIZE CHANGES]
Message-ID:  <20120921023012.1B46174F914@goingmarry.kkbox.com>
Resent-Message-ID: <201209210240.q8L2e7VU063378@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120921023012.1B46174F914>