Date: Sun, 22 Oct 2006 16:51:46 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org, kcwu@csie.org Subject: ports/104672: [PATCH] converters/convmv: Fix function on Perl 5.00503 Message-ID: <20061022085146.61C4C96@netnews.NCTU.edu.tw> Resent-Message-ID: <200610220900.k9M90Z3v084135@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061022085146.61C4C96>