ports/167901: [PATCH] textproc/p5-Getopt-Lucid: fix RUN_DEPENDS
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue May 15 03:50:11 UTC 2012
>Number: 167901
>Category: ports
>Synopsis: [PATCH] textproc/p5-Getopt-Lucid: fix RUN_DEPENDS
>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: Tue May 15 03:50:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Sunpoet Po-Chuan Hsieh
>Release: FreeBSD 9.0-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun May 6 00:46:29 CST
>Description:
- Remove RUN_DEPENDS: Carp and Storable 2.16+ are already in all supported Perl releases
- Bump PORTREVISION for dependency change
Port maintainer (lippe at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:
--- p5-Getopt-Lucid-1.01_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-Getopt-Lucid/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile 5 Apr 2012 18:57:54 -0000 1.9
+++ Makefile 15 May 2012 03:32:11 -0000
@@ -7,6 +7,7 @@
PORTNAME= Getopt-Lucid
PORTVERSION= 1.01
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,10 +15,8 @@
MAINTAINER= lippe at FreeBSD.org
COMMENT= Getopt::Lucid - Clear, readable syntax for command line processing
-BUILD_DEPENDS+= p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \
+BUILD_DEPENDS= p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \
p5-Exception-Class-TryCatch>=1.1:${PORTSDIR}/devel/p5-Exception-Class-TryCatch
-RUN_DEPENDS+= p5-Carp>=0:${PORTSDIR}/devel/p5-Carp \
- p5-Storable>=2.16:${PORTSDIR}/devel/p5-Storable
PERL_CONFIGURE= yes
--- p5-Getopt-Lucid-1.01_1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list