ports/120746: [PATCH] textproc/p5-Text-Reform: fix dependency

Yen-Ming Lee leeym at FreeBSD.org
Sun Feb 17 08:00:04 UTC 2008


>Number:         120746
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-Text-Reform: 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:   Sun Feb 17 08:00:03 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:
- add missing dependency
- bump PORTREVISION

Port maintainer (mat at FreeBSD.org) is cc'd.

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

--- p5-Text-Reform-1.12.2_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Text-Reform/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	26 Oct 2007 21:07:08 -0000	1.5
+++ Makefile	17 Feb 2008 07:50:17 -0000
@@ -8,6 +8,7 @@
 PORTNAME=	Text-Reform
 PORTVERSION=	1.12.2
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	Text/DCONWAY
@@ -16,6 +17,9 @@
 MAINTAINER=	mat at FreeBSD.org
 COMMENT=	Manual text wrapping and reformatting
 
+RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version
+BUILD_DEPENDS=	${RUN_DEPENDS}
+
 PERL_CONFIGURE=	yes
 
 MAN3=		Text::Reform.3
--- p5-Text-Reform-1.12.2_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list