Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2008 11:40:03 -0800 (PST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tobez@FreeBSD.org
Subject:   ports/121183: [PATCH] devel/p5-Date-Leapyear: fix dependency
Message-ID:  <200802281940.m1SJe3CT010716@db1.leeym.com>
Resent-Message-ID: <200802281940.m1SJe23B073187@freefall.freebsd.org>

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

>Number:         121183
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Date-Leapyear: 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:   Thu Feb 28 19:40:02 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 PORTREVISON

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

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

--- p5-Date-Leapyear-1.71_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Date-Leapyear/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	24 Oct 2003 12:01:42 -0000	1.7
+++ Makefile	28 Feb 2008 19:38:15 -0000
@@ -8,17 +8,14 @@
 
 PORTNAME=	Date-Leapyear
 PORTVERSION=	1.71
+PORTREVISION=	1
 CATEGORIES=	devel perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	Date
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	tobez@FreeBSD.org
 COMMENT=	Perl module to determine if a particular year a leap year
 
-BUILD_DEPENDS=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS=	${BUILD_DEPENDS}
-
 PERL_CONFIGURE=	yes
 
 MAN3=	Date::Leapyear.3
--- p5-Date-Leapyear-1.71_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?200802281940.m1SJe3CT010716>