Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jul 2008 07:23:13 -0700 (PDT)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        erwin@FreeBSD.org
Subject:   ports/125507: [PATCH] devel/p5-Sub-Uplevel: simplify dependency
Message-ID:  <200807111423.m6BENDZj045784@cn1.leeym.com>
Resent-Message-ID: <200807111430.m6BEU67L054692@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125507
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Sub-Uplevel: simplify 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 Jul 11 14:30:06 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:
- simplify dependency
- bump PORTREVISION

Port maintainer (erwin@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Sub-Uplevel-0.1901_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Sub-Uplevel/Makefile,v
retrieving revision 1.15
diff -u -d -b -w -u -r1.15 Makefile
--- Makefile	18 Feb 2008 15:48:28 -0000	1.15
+++ Makefile	11 Jul 2008 14:22:45 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Sub-Uplevel
 PORTVERSION=	0.1901
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,13 +15,6 @@
 MAINTAINER=	erwin@FreeBSD.org
 COMMENT=	Sub::Uplevel - apparently run a function in a higher stack frame
 
-BUILD_DEPENDS=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
-		${SITE_PERL}/Test/Perl/Critic.pm:${PORTSDIR}/textproc/p5-Test-Perl-Critic \
-		${SITE_PERL}/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Pod-Coverage \
-		${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
-		${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod
-RUN_DEPENDS=	${BUILD_DEPENDS}
-
 PERL_CONFIGURE=	yes
 
 MAN3=		Sub::Uplevel.3
--- p5-Sub-Uplevel-0.1901_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?200807111423.m6BENDZj045784>