ports/104672: [PATCH] converters/convmv: Fix function on Perl 5.00503

Gea-Suan Lin gslin at gslin.org
Sun Oct 22 09:00:39 UTC 2006


>Number:         104672
>Category:       ports
>Synopsis:       [PATCH] converters/convmv: Fix function on Perl 5.00503
>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 Oct 22 09:00:35 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE-p8 FreeBSD 6.1-RELEASE-p8 #0: Fri Sep 29 03:41:50 CST 2006
>Description:
- Fix function on Perl 5.00503
- Add mirror site

Port maintainer (kcwu at csie.org) is cc'd.

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

--- convmv-1.10_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/converters/convmv/Makefile /home/staff/gslin/work/ports/convmv/Makefile
--- /usr/ports/converters/convmv/Makefile	Thu Aug 31 03:14:31 2006
+++ /home/staff/gslin/work/ports/convmv/Makefile	Sun Oct 22 16:50:32 2006
@@ -7,15 +7,23 @@
 
 PORTNAME=	convmv
 PORTVERSION=	1.10
+PORTREVISION=	1
 CATEGORIES=	converters perl5
-MASTER_SITES=	http://j3e.de/linux/convmv/
+MASTER_SITES=	http://j3e.de/linux/convmv/ \
+		http://www.cs.nctu.edu.tw/~gslin/files/
 
 MAINTAINER=	kcwu at csie.org
 COMMENT=	Convert filenames from one encoding to another
 
-USE_PERL5=	yes
+USE_PERL5_RUN=	yes
 PLIST_FILES=	bin/convmv
 
 MAN1=		convmv.1
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/converters/p5-Encode
+.endif
+
+.include <bsd.port.post.mk>
--- convmv-1.10_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list