From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 31 10:40:14 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEF3816A4DA for ; Mon, 31 Jul 2006 10:40:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3086C43D55 for ; Mon, 31 Jul 2006 10:40:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6VAeDjt048859 for ; Mon, 31 Jul 2006 10:40:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6VAeDMp048858; Mon, 31 Jul 2006 10:40:13 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jul 2006 10:40:13 GMT Resent-Message-Id: <200607311040.k6VAeDMp048858@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, chinsan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3A0716A4DD; Mon, 31 Jul 2006 10:33:06 +0000 (UTC) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2284143D45; Mon, 31 Jul 2006 10:33:03 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (61-63-0-host123.kbtelecom.net.tw [61.63.0.123]) by smtp2.bc.hgc.com.tw (Postfix) with SMTP id 5685F2F068; Mon, 31 Jul 2006 18:33:04 +0800 (CST) Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Mon, 31 Jul 2006 18:20:05 +0800 Message-Id: <20060731103304.5685F2F068@smtp2.bc.hgc.com.tw> Date: Mon, 31 Jul 2006 18:20:05 +0800 From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lth@FreeBSD.org Subject: ports/101091: [PATCH] devel/p5-Module-Pluggable: Fix the lost dependency on p5-Class-Inspector 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: Mon, 31 Jul 2006 10:40:14 -0000 >Number: 101091 >Category: ports >Synopsis: [PATCH] devel/p5-Module-Pluggable: Fix the lost dependency on p5-Class-Inspector >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 31 10:40:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.1-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #5: Mon Jul 17 09:30:36 CST 2006 >Description: - Fix the lost dependency on p5-Class-Inspector Port maintainer (lth@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Module-Pluggable-3.1_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-Module-Pluggable/Makefile /usr/home/chinsan/project/p5-Module-Pluggable/Makefile --- /usr/ports/devel/p5-Module-Pluggable/Makefile Wed Jul 19 05:18:30 2006 +++ /usr/home/chinsan/project/p5-Module-Pluggable/Makefile Mon Jul 31 18:16:28 2006 @@ -7,7 +7,7 @@ PORTNAME= Module-Pluggable PORTVERSION= 3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Module @@ -16,7 +16,8 @@ MAINTAINER= lth@FreeBSD.org COMMENT= Automatically give your module the ability to have plugins -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ + p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector RUN_DEPENDS= ${BUILD_DEPENDS} PERL_MODBUILD= yes --- p5-Module-Pluggable-3.1_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: