Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2008 12:52:56 -0700 (PDT)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lth@FreeBSD.org
Subject:   ports/122088: [PATCH] devel/p5-Module-Pluggable: fix pkg-plist
Message-ID:  <200803251952.m2PJquWC029425@db1.leeym.com>
Resent-Message-ID: <200803252000.m2PK02is085250@freefall.freebsd.org>

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

>Number:         122088
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Module-Pluggable: fix pkg-plist
>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 Mar 25 20:00:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD db1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Mar 23 09:52:11 PDT 2008
>Description:
- fix pkg-plist
- bump PORTREVISION

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

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

--- p5-Module-Pluggable-3.8_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Module-Pluggable/Makefile,v
retrieving revision 1.23
diff -u -u -r1.23 Makefile
--- Makefile	25 Mar 2008 09:50:16 -0000	1.23
+++ Makefile	25 Mar 2008 19:50:19 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Module-Pluggable
 PORTVERSION=	3.8
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,13 +15,16 @@
 MAINTAINER=	lth@FreeBSD.org
 COMMENT=	Automatically give your module the ability to have plugins
 
-RUN_DEPENDS=	p5-PathTools>=3.0:${PORTSDIR}/devel/p5-PathTools
-BUILD_DEPENDS=	${RUN_DEPENDS}
-
 PERL_CONFIGURE=	yes
 
 MAN3=		Devel::InnerPackage.3 \
 		Module::Pluggable.3 \
 		Module::Pluggable::Object.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500808
+BUILD_DEPENDS+=	p5-Test-Simple>=0.62:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>
--- p5-Module-Pluggable-3.8_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?200803251952.m2PJquWC029425>