Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2008 09:08:47 -0700 (PDT)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        skv@FreeBSD.org
Subject:   ports/124911: [PATCH] textproc/p5-Pod-Parser: simplify dependency
Message-ID:  <200806231608.m5NG8lFl046480@cn1.leeym.com>
Resent-Message-ID: <200806231610.m5NGA1Uk021015@freefall.freebsd.org>

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

>Number:         124911
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-Pod-Parser: 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:   Mon Jun 23 16:10:01 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 (skv@FreeBSD.org) is cc'd.

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

--- p5-Pod-Parser-1.35_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Pod-Parser/Makefile,v
retrieving revision 1.22
diff -u -d -b -w -u -r1.22 Makefile
--- Makefile	31 May 2008 21:21:48 -0000	1.22
+++ Makefile	23 Jun 2008 16:08:17 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	Pod-Parser
 PORTVERSION=	1.35
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,9 +15,6 @@
 MAINTAINER=	skv@FreeBSD.org
 COMMENT=	Modules to work with POD (Plain Old Documentation)
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
-RUN_DEPENDS=	${BUILD_DEPENDS}
-
 PERL_CONFIGURE=	yes
 
 MAN3=		Pod::Checker.3 Pod::Find.3 Pod::InputObjects.3 \
@@ -26,12 +23,5 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL
-	@${FIND} ${WRKSRC} -name \*.orig -exec ${RM} {} \;
-
-.include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 500808
-BUILD_DEPENDS+=	p5-Test-Simple>=0.60:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- p5-Pod-Parser-1.35_2.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?200806231608.m5NG8lFl046480>