summaryrefslogtreecommitdiffstats
path: root/audio/gnupod
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2004-05-02 00:23:49 +0000
committerpetef <petef@FreeBSD.org>2004-05-02 00:23:49 +0000
commit68c9ae9d820ebe0914186accacd3aff54b452f62 (patch)
tree1f6fcbec47a522b43a530ab98d63a0e8159415a1 /audio/gnupod
parent1cfdb5eee00b01d67815697ab00287c4b4c89bc1 (diff)
downloadFreeBSD-ports-68c9ae9d820ebe0914186accacd3aff54b452f62.zip
FreeBSD-ports-68c9ae9d820ebe0914186accacd3aff54b452f62.tar.gz
- update to 0.94
- fix pkg-plist PR: 65938 Submitted by: maintainer
Diffstat (limited to 'audio/gnupod')
-rw-r--r--audio/gnupod/Makefile5
-rw-r--r--audio/gnupod/distinfo4
-rw-r--r--audio/gnupod/files/patch-tools::gnupod_install.pl12
-rw-r--r--audio/gnupod/pkg-plist3
4 files changed, 8 insertions, 16 deletions
diff --git a/audio/gnupod/Makefile b/audio/gnupod/Makefile
index 7171e07..ca7b4cb 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
diff --git a/audio/gnupod/distinfo b/audio/gnupod/distinfo
index f5bbcff..c9a3ab1 100644
--- a/audio/gnupod/distinfo
+++ b/audio/gnupod/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnupod-0.92.tgz) = e6beac4265e07338ff91c4e6c75ab9c1
-SIZE (gnupod-0.92.tgz) = 101269
+MD5 (gnupod-0.94.tgz) = 8158df8fb6ec07da5d2a1c2f3090bbcd
+SIZE (gnupod-0.94.tgz) = 110191
diff --git a/audio/gnupod/files/patch-tools::gnupod_install.pl b/audio/gnupod/files/patch-tools::gnupod_install.pl
deleted file mode 100644
index 5cec583..0000000
--- a/audio/gnupod/files/patch-tools::gnupod_install.pl
+++ /dev/null
@@ -1,12 +0,0 @@
---- tools/gnupod_install.pl.old Sun Oct 5 12:10:32 2003
-+++ tools/gnupod_install.pl Fri Dec 12 21:38:37 2003
-@@ -70,8 +70,7 @@
- my($basedir, $modi, $perlbin) = @_;
- die "Strange Perl installation, no \@INC! Can't install Perl-Module(s), killing myself..\n" if !$INC[0];
-
--mkdir("$INC[0]/$modi");
--chmod 0755, "$INC[0]/$modi";
-+mkdir("$INC[0]/$modi", 0755);
- print "Installing Modules at $INC[0]/$modi\n";
-
- foreach my $file (glob("$basedir/*.pm")) {
diff --git a/audio/gnupod/pkg-plist b/audio/gnupod/pkg-plist
index e7a08af..ccf9cc6 100644
--- a/audio/gnupod/pkg-plist
+++ b/audio/gnupod/pkg-plist
@@ -1,11 +1,13 @@
bin/gnupod_INIT.pl
bin/gnupod_addsong.pl
+bin/gnupod_otgsync.pl
bin/gnupod_search.pl
bin/mktunes.pl
bin/tunes2pod.pl
%%SITE_PERL%%/%%PERL_ARCH%%/GNUpod/FileMagic.pm
%%SITE_PERL%%/%%PERL_ARCH%%/GNUpod/FooBar.pm
%%SITE_PERL%%/%%PERL_ARCH%%/GNUpod/iTunesDB.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/GNUpod/QTfile.pm
%%SITE_PERL%%/%%PERL_ARCH%%/GNUpod/XMLhelper.pm
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
%%PORTDOCS%%%%DOCSDIR%%/gnutunesdb.example
@@ -15,3 +17,4 @@ bin/tunes2pod.pl
%%PORTDOCS%%%%DOCSDIR%%/version.texi
%%PORTDOCS%%%%DOCSDIR%%/ipod.svg
%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/GNUpod
OpenPOWER on IntegriCloud