diff options
author | miwi <miwi@FreeBSD.org> | 2006-06-07 20:07:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-06-07 20:07:06 +0800 |
commit | bf1070e0ad751dfc84ace612a0bf3f84e02a49b8 (patch) | |
tree | b85079daca406a78f3d050c58b3ab0734175b211 /audio/gnupod/Makefile | |
parent | bf714ad14cc7132a1e737051aea96ac6da8c3c56 (diff) | |
download | freebsd-ports-gnome-bf1070e0ad751dfc84ace612a0bf3f84e02a49b8.tar.gz freebsd-ports-gnome-bf1070e0ad751dfc84ace612a0bf3f84e02a49b8.tar.zst freebsd-ports-gnome-bf1070e0ad751dfc84ace612a0bf3f84e02a49b8.zip |
Update to 0.99
PR: ports/97664
Submitted by: miwi
Approved by: krion (mentor), maintainer
Diffstat (limited to 'audio/gnupod/Makefile')
-rw-r--r-- | audio/gnupod/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/gnupod/Makefile b/audio/gnupod/Makefile index 29ec9932a210..651b39571741 100644 --- a/audio/gnupod/Makefile +++ b/audio/gnupod/Makefile @@ -6,11 +6,10 @@ # PORTNAME= gnupod -PORTVERSION= 0.98.3 -PORTREVISION= 1 +PORTVERSION= 0.99 CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ - http://blinkenlights.ch/gnupod-dist/stable/ + http://www.blinkenlights.ch/gnupod-dist/stable/ MASTER_SITE_SUBDIR= gnupod EXTRACT_SUFX= .tgz @@ -21,6 +20,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}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \ ${SITE_PERL}/Getopt/Mixed.pm:${PORTSDIR}/devel/p5-Getopt-Mixed \ + ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 RUN_DEPENDS= ${BUILD_DEPENDS} |