Date: Sat, 16 Feb 2008 23:50:51 -0800 (PST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mat@FreeBSD.org Subject: ports/120746: [PATCH] textproc/p5-Text-Reform: fix dependency Message-ID: <200802170750.m1H7opaj037070@db1.leeym.com> Resent-Message-ID: <200802170800.m1H803mw098046@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802170750.m1H7opaj037070>