diff options
author | petef <petef@FreeBSD.org> | 2004-05-02 08:23:49 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2004-05-02 08:23:49 +0800 |
commit | 68c9ae9d820ebe0914186accacd3aff54b452f62 (patch) | |
tree | 1f6fcbec47a522b43a530ab98d63a0e8159415a1 /audio/gnupod/Makefile | |
parent | 1cfdb5eee00b01d67815697ab00287c4b4c89bc1 (diff) | |
download | freebsd-ports-gnome-68c9ae9d820ebe0914186accacd3aff54b452f62.tar.gz freebsd-ports-gnome-68c9ae9d820ebe0914186accacd3aff54b452f62.tar.zst freebsd-ports-gnome-68c9ae9d820ebe0914186accacd3aff54b452f62.zip |
- update to 0.94
- fix pkg-plist
PR: 65938
Submitted by: maintainer
Diffstat (limited to 'audio/gnupod/Makefile')
-rw-r--r-- | audio/gnupod/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/gnupod/Makefile b/audio/gnupod/Makefile index 7171e0792582..ca7b4cbf7f4d 100644 --- a/audio/gnupod/Makefile +++ b/audio/gnupod/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnupod -PORTVERSION= 0.92 +PORTVERSION= 0.94 CATEGORIES= audio perl5 MASTER_SITES= http://blinkenlights.ch/gnupod-dist/stable/ EXTRACT_SUFX= .tgz @@ -17,7 +17,8 @@ COMMENT= Set of Perl scripts for using an Apple iPod 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}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \ - ${SITE_PERL}/Getopt/Mixed.pm:${PORTSDIR}/devel/p5-Getopt-Mixed + ${SITE_PERL}/Getopt/Mixed.pm:${PORTSDIR}/devel/p5-Getopt-Mixed \ + ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 INFO= gnupod |