ports/65938: [Maintainer Update]

David Le Brun david at dyn-ns.net
Sat Apr 24 20:40:18 UTC 2004


>Number:         65938
>Category:       ports
>Synopsis:       [Maintainer Update]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 24 13:40:17 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     David Le Brun
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD da-quirk.org 5.2-RELEASE FreeBSD 5.2-RELEASE #4: Sat Jan 17 16:34:59 CET 2004 root at da-quirk.org:/usr/src/sys/i386/compile/PAPRIKA i386


	
>Description:
	
	Updated to 0.94
	- Support for .m4a (AAC) files (Tested only with files written by iTunes4 - i don't think that .m4p (DRM - music store) files will work)
	- Support for On-The-Go Playlists (Firmware 2.x)
	- Support for 'On-The-Go Rating' (Firmware 2.x) [btw: gnupod supports smartplaylists...]
	- Broken ID3Tags shouldn't corrupt the XML anymore (maybe...)
>How-To-Repeat:
	
>Fix:

	

--- gnupod.diff begins here ---
diff -ruN gnupod.orig/Makefile gnupod/Makefile
--- gnupod.orig/Makefile	Wed Nov 12 18:12:21 2003
+++ gnupod/Makefile	Sat Apr 24 22:34:45 2004
@@ -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 @@
 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 -ruN gnupod.orig/distinfo gnupod/distinfo
--- gnupod.orig/distinfo	Thu Mar 25 23:03:13 2004
+++ gnupod/distinfo	Sat Apr 24 22:25:40 2004
@@ -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 -ruN gnupod.orig/files/patch-tools::gnupod_install.pl gnupod/files/patch-tools::gnupod_install.pl
--- gnupod.orig/files/patch-tools::gnupod_install.pl	Fri Dec 12 22:32:10 2003
+++ gnupod/files/patch-tools::gnupod_install.pl	Thu Jan  1 01:00:00 1970
@@ -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")) {
--- gnupod.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list