Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2008 18:52:58 -0800 (PST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        aaron@FreeBSD.org
Subject:   ports/121199: [PATCH] devel/p5-Module-Loaded: fix dependency
Message-ID:  <200802290252.m1T2qw4D057070@db1.leeym.com>
Resent-Message-ID: <200802290300.m1T301eX041237@freefall.freebsd.org>

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

>Number:         121199
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Module-Loaded: 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 Feb 29 03:00:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD db1.leeym.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
>Description:
- use CPAN macro
- simplify dependency
- bump PORTREVISION

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

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

--- p5-Module-Loaded-0.01_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Module-Loaded/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	8 Sep 2007 00:57:36 -0000	1.2
+++ Makefile	29 Feb 2008 02:51:18 -0000
@@ -7,16 +7,14 @@
 
 PORTNAME=	Module-Loaded
 PORTVERSION=	0.01
+PORTREVISION=	1
 CATEGORIES=	devel perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	Module
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	aaron@FreeBSD.org
 COMMENT=	Mark modules as loaded or unloaded
 
-BUILD_DEPENDS=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
-
 MAN3=	Module::Loaded.3
 
 PERL_CONFIGURE=	yes
--- p5-Module-Loaded-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?200802290252.m1T2qw4D057070>