diff options
author | wxs <wxs@FreeBSD.org> | 2009-03-06 05:41:44 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-03-06 05:41:44 +0800 |
commit | 4ce15da7ee374571982a7bb1c206646c30f3a42a (patch) | |
tree | cb8820a057504d6e39aafa54aa0dd2957266dead | |
parent | 3357e2b89c9e959cae5093bde7bfc244e865b3e8 (diff) | |
download | freebsd-ports-gnome-4ce15da7ee374571982a7bb1c206646c30f3a42a.tar.gz freebsd-ports-gnome-4ce15da7ee374571982a7bb1c206646c30f3a42a.tar.zst freebsd-ports-gnome-4ce15da7ee374571982a7bb1c206646c30f3a42a.zip |
- Switch to p5-Getopt-Long (p5-Getopt-Mixed is long since deprecated)
PR: ports/131887
Submitted by: wxs
Approved by: maintainer timeout
-rw-r--r-- | audio/gnupod/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gnupod/Makefile b/audio/gnupod/Makefile index 068afbc16210..54b7dd18a6d6 100644 --- a/audio/gnupod/Makefile +++ b/audio/gnupod/Makefile @@ -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 @@ BUILD_DEPENDS= ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \ ${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 |