Date: Mon, 19 Oct 2009 14:32:40 -0500 From: "Zane C.B." <vvelox@vvelox.net> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/139774: Update port: deskutils/p5-ZConf-Runner update to 2.1.3 to fix a quoting issue Message-ID: <1255980760.48325@vixen42.vulpes> Resent-Message-ID: <200910191940.n9JJe2v9007410@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 139774 >Category: ports >Synopsis: Update port: deskutils/p5-ZConf-Runner update to 2.1.3 to fix a quoting issue >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 19 19:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Zane C.B. >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: System: FreeBSD 7.2-STABLE #2: Tue Sep 22 17:59:50 CDT 2009 root@vixen42.vulpes:/usr/obj/usr/src/sys/GENERIC >Description: 2.1.3 2009-10-17/15:00 -Now uses 'String::ShellQuote' when it runs a program. 2.1.2 2009-10-11/13:30 -Minor pod correction to 'ZConf::Runner::GUI'. >How-To-Repeat: 1: setup a runner with out using '%f' and notice if fails 2: notice if done with quotes, it fails if the filename has quotes 3: apply diffs 4: enjoy >Fix: --- p5-ZConf-Runner_Makefile.diff begins here --- --- Makefile.orig 2009-10-19 14:20:38.000000000 -0500 +++ Makefile 2009-10-19 14:25:40.000000000 -0500 @@ -6,7 +6,7 @@ # PORTNAME= ZConf-Runner -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.3 CATEGORIES= deskutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX @@ -18,7 +18,8 @@ RUN_DEPENDS= ${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \ ${SITE_PERL}/File/MimeInfo/Applications.pm:${PORTSDIR}/devel/p5-File-MimeInfo \ ${SITE_PERL}/Curses/UI.pm:${PORTSDIR}/devel/p5-Curses-UI \ - ${SITE_PERL}/ZConf/GUI.pm:${PORTSDIR}/devel/p5-ZConf-GUI + ${SITE_PERL}/ZConf/GUI.pm:${PORTSDIR}/devel/p5-ZConf-GUI \ + ${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote PERL_CONFIGURE= yes --- p5-ZConf-Runner_Makefile.diff ends here --- --- p5-ZConf-Runner_distinfo.orig begins here --- --- distinfo.orig 2009-10-19 14:20:51.000000000 -0500 +++ distinfo 2009-10-19 14:21:21.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (ZConf-Runner-2.1.1.tar.gz) = 5fec2d236117748dbd7b7a63b0d57439 -SHA256 (ZConf-Runner-2.1.1.tar.gz) = 7de7bff1ddd2c97164607de6645b726030c0407185616b21f9e84f10260d0a6b -SIZE (ZConf-Runner-2.1.1.tar.gz) = 14696 +MD5 (ZConf-Runner-2.1.3.tar.gz) = 0bd6750fa19bb8c9eb6347f9555d5def +SHA256 (ZConf-Runner-2.1.3.tar.gz) = 781a31d32f6a542aee65d876351aa2c584fe1b6eaf9d2477c0952ea33f44c74a +SIZE (ZConf-Runner-2.1.3.tar.gz) = 14835 --- p5-ZConf-Runner_distinfo.orig ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1255980760.48325>