Date: Fri, 31 Oct 2008 09:48:44 -0700 (PDT) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mat@FreeBSD.org Subject: ports/128503: [PATCH] devel/p5-Class-Accessor-Chained: fix dependency Message-ID: <200810311648.m9VGmits018549@cn1.leeym.com> Resent-Message-ID: <200810311650.m9VGo1S5033214@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128503 >Category: ports >Synopsis: [PATCH] devel/p5-Class-Accessor-Chained: fix dependency >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 Oct 31 16:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - fix dependency (RUN_DEPENDS=${BUILD_DEPENDS} with PERL_MODBUILD will bring Module::Build into RUN_DEPENDS, which is incorrect) - update COMMENT to make it portlint clean - bump PORTREVISION Port maintainer (mat@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Class-Accessor-Chained-0.01_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Class-Accessor-Chained/Makefile,v retrieving revision 1.2 diff -u -d -b -w -u -r1.2 Makefile --- Makefile 31 Aug 2007 13:37:07 -0000 1.2 +++ Makefile 31 Oct 2008 16:46:53 -0000 @@ -7,15 +7,15 @@ PORTNAME= Class-Accessor-Chained PORTVERSION= 0.01 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org -COMMENT= make chained accessors +COMMENT= Make chained accessors -BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor PERL_MODBUILD= yes --- p5-Class-Accessor-Chained-0.01_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?200810311648.m9VGmits018549>