ports/51689: Cleanup textproc/p5-Text-Reflow

Mathieu Arnold m at absolight.net
Fri May 2 13:10:15 UTC 2003


>Number:         51689
>Category:       ports
>Synopsis:       Cleanup textproc/p5-Text-Reflow
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 02 06:10:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root at aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386

>Description:
Cleanups, use PERL_LEVEL and not a pre-everything::
>How-To-Repeat:
	
>Fix:

--- p5-Text-Reflow-1.04.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-Text-Reflow/Makefile,v
retrieving revision 1.3
diff -u -d -b -w -r1.3 Makefile
--- Makefile	2003/02/28 22:53:01	1.3
+++ Makefile	2003/05/02 13:08:22
@@ -18,11 +18,11 @@
 PERL_CONFIGURE=	yes
 
 MAN3=		Text::Reflow.3
-MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 
-pre-everything::
-	@${PERL} -M5.006 -e1 2>/dev/null || \
-	( ${ECHO_MSG} "===> Requires perl 5.6 or above (available from the port collection)"; \
-	  ${FALSE} )
+.include <bsd.port.pre.mk>
 
-.include <bsd.port.mk>
+.if ${PERL_LEVEL} < 500601
+IGNORE= "Requires perl 5.6.1"
+.endif
+
+.include <bsd.port.post.mk>
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-Text-Reflow/pkg-descr,v
retrieving revision 1.2
diff -u -d -b -w -r1.2 pkg-descr
--- pkg-descr	2003/04/26 08:40:29	1.2
+++ pkg-descr	2003/05/02 13:08:22
@@ -2,4 +2,4 @@
 string or array using Knuth's paragraphing algorithm (as used in TeX) to
 pick "good" places to break the lines.
 
-WWW: http://search.cpan.org/author/MWARD/Text-Reflow/
+WWW: http://search.cpan.org/dist/Text-Reflow/
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-Text-Reflow/pkg-plist,v
retrieving revision 1.1
diff -u -d -b -w -r1.1 pkg-plist
--- pkg-plist	2002/11/22 20:50:49	1.1
+++ pkg-plist	2003/05/02 13:08:22
@@ -1,7 +1,8 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Reflow/Reflow.so
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Reflow/Reflow.bs
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Reflow/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Text/Reflow.pm
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Reflow
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text > /dev/null || true
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Text      > /dev/null || true
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Reflow/Reflow.so
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Reflow/Reflow.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Reflow/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/Text/Reflow.pm
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Reflow
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text > /dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Text      > /dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/Text      > /dev/null || true
--- p5-Text-Reflow-1.04.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list