From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 21 02:40:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC8A81065670 for ; Fri, 21 Sep 2012 02:40:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A0C0A8FC16 for ; Fri, 21 Sep 2012 02:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8L2e7hS063379 for ; Fri, 21 Sep 2012 02:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8L2e7VU063378; Fri, 21 Sep 2012 02:40:07 GMT (envelope-from gnats) Resent-Date: Fri, 21 Sep 2012 02:40:07 GMT Resent-Message-Id: <201209210240.q8L2e7VU063378@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gasol Wu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1054B106566B; Fri, 21 Sep 2012 02:30:20 +0000 (UTC) (envelope-from gasolwu@kkbox.com) Received: from kkbox.com (mail-out-2.kkbox.com [203.69.67.211]) by mx1.freebsd.org (Postfix) with ESMTP id D456F8FC0C; Fri, 21 Sep 2012 02:30:19 +0000 (UTC) Received: by goingmarry.kkbox.com (Postfix, from userid 1033) id 1B46174F914; Fri, 21 Sep 2012 10:30:12 +0800 (CST) Message-Id: <20120921023012.1B46174F914@goingmarry.kkbox.com> Date: Fri, 21 Sep 2012 10:30:12 +0800 (CST) From: Gasol Wu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: sylvio@FreeBSD.org Subject: ports/171830: [PATCH] devel/pear-PEAR_PackageFileManager2: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2012 02:40:08 -0000 >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: