Date: Thu, 19 Feb 2009 15:19:36 -0500 (EST) From: Wesley Shields <wxs@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: cvdavid@trucs.org Subject: ports/131887: [PATCH]: audio/gnupod - switch to p5-Getopt-Long Message-ID: <20090219201936.E12295C3B@syn.atarininja.org> Resent-Message-ID: <200902192030.n1JKU5EL069751@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131887 >Category: ports >Synopsis: [PATCH]: audio/gnupod - switch to p5-Getopt-Long >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: Thu Feb 19 20:30:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wesley Shields >Release: FreeBSD 7.0-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD syn.csh.rit.edu 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #2: Wed Sep 3 17:03:38 EDT 2008 root@syn.csh.rit.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: audio/gnupod is one of two ports using devel/p5-Getopt-Mixed which has long since been deprecated in favor of p5-Getopt-Long. I've attached a patch which switches over to using devel/p5-Getopt-Long. >How-To-Repeat: N/A >Fix: Index: Makefile =================================================================== RCS file: /ncvs/ports/audio/gnupod/Makefile,v retrieving revision 1.25 diff -u -r1.25 Makefile --- Makefile 14 Jan 2009 09:12:38 -0000 1.25 +++ Makefile 19 Feb 2009 19:34:14 -0000 @@ -7,6 +7,7 @@ PORTNAME= gnupod PORTVERSION= 0.99.7 +PORTREVISION= 1 CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ http://www.blinkenlights.ch/gnupod-dist/stable/ @@ -20,7 +21,7 @@ ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ ${SITE_PERL}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \ - ${SITE_PERL}/Getopt/Mixed.pm:${PORTSDIR}/devel/p5-Getopt-Mixed \ + ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090219201936.E12295C3B>