Date: Wed, 7 Nov 2007 23:10:20 GMT From: "Philip M. Gollucci" <pgollucci@p6m7g8.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/117901: lang/p5-Error: [PATCH]: portlint cleanups, claim maintainership Message-ID: <200711072310.lA7NAKmk032295@www.freebsd.org> Resent-Message-ID: <200711072320.lA7NK1Yf074583@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 117901 >Category: ports >Synopsis: lang/p5-Error: [PATCH]: portlint cleanups, claim maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Nov 07 23:20:01 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 8.0-CURRENT >Organization: Riderway Inc. >Environment: FreeBSD philip.hq.rws 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Tue Nov 6 16:28:12 EST 2007 pgollucci@philip.hq.rws:/usr/obj/usr/src/sys/RIDERWAY i386 >Description: 1) Claim Maintainer 2) Only of of DISTVERSION or PORTVERSION should be used 3) Move BUILD_DEPENDS to silence portlint >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/p5-Error/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 29 Aug 2007 12:36:36 -0000 1.15 +++ Makefile 7 Nov 2007 23:08:25 -0000 @@ -6,17 +6,14 @@ # PORTNAME= Error -PORTVERSION= 0.17.009 -DISTVERSION= ${PORTVERSION:C/\.(...)$/\1/} +PORTVERSION= 0.17009 CATEGORIES= lang perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pgollucci@p6m7g8.com COMMENT= Perl module to provide Error/exception support for perl: Error -BUILD_DEPENDS= ${RUN_DEPENDS} - PERL_CONFIGURE= YES MAN3= Error.3 Error::Simple.3 @@ -24,7 +21,8 @@ .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500702 -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils .endif .include <bsd.port.post.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711072310.lA7NAKmk032295>