ports/128503: [PATCH] devel/p5-Class-Accessor-Chained: fix dependency

Yen-Ming Lee leeym at FreeBSD.org
Fri Oct 31 16:50:02 UTC 2008


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



More information about the freebsd-ports-bugs mailing list