Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Mar 2003 23:53:59 +0100 (CET)
From:      David LE BRUN <david@dyn-ns.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48854: (Maintener update) audio/gnupod : 0.27
Message-ID:  <200303022253.h22MrxZt035624@da-quirk.org>

next in thread | raw e-mail | index | archive | help

>Number:         48854
>Category:       ports
>Synopsis:       (Maintener update) audio/gnupod : 0.27
>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:   Sun Mar 02 15:00:25 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     David LE BRUN <david@dyn-ns.net>
>Release:        FreeBSD 5.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD poyel 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Sun Jan 26 13:39:29 CET 2003 root@poyel:/usr/src/sys/i386/compile/POYEL i386


	
>Description:
	- Update to gnupod 0.27
	- Change the homepage (now part of the GNU-Project)
	- Use of the DOCSDIR variable in Makefile for installing docs
>How-To-Repeat:
	
>Fix:

	


diff -ruN gnupod.old/Makefile gnupod/Makefile
--- gnupod.old/Makefile	Sat Mar  1 23:25:08 2003
+++ gnupod/Makefile	Sat Mar  1 23:39:35 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gnupod
-PORTVERSION=	0.26
+PORTVERSION=	0.27
 CATEGORIES=	audio perl5
 MASTER_SITES=	http://www.blinkenlights.ch/gnupod/
 DISTNAME=	${PORTNAME}-tools-${PORTVERSION}
@@ -29,12 +29,14 @@
 
 .ifndef(NOPORTDOCS)
 post-install:
-	@${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
-	@${CHMOD} 0755 ${PREFIX}/share/doc/${PORTNAME}
-	@${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/${PORTNAME}
-	@${INSTALL_DATA} ${WRKSRC}/doc/logo.png ${PREFIX}/share/doc/${PORTNAME}
-	@${INSTALL_DATA} ${WRKSRC}/doc/gnutunesdb.example ${PREFIX}/share/doc/${PORTNAME}
-	@${INSTALL_DATA} ${WRKSRC}/doc/ipod.svg ${PREFIX}/share/doc/${PORTNAME}
+	@${MKDIR} ${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/doc/gnutunesdb.example ${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/doc/gnupod.html ${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/doc/gnupod.texi ${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/doc/fdl.texi ${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/doc/version.texi ${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/doc/ipod.svg ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
diff -ruN gnupod.old/distinfo gnupod/distinfo
--- gnupod.old/distinfo	Tue Jan 28 21:37:45 2003
+++ gnupod/distinfo	Sat Mar  1 23:30:57 2003
@@ -1 +1 @@
-MD5 (gnupod-tools-0.26.tar.gz) = 6a3b51ee00fc2a72f504b79d4d426901
+MD5 (gnupod-tools-0.27.tar.gz) = 8b9a89d666f110b5d0f427c1b5563e0a
diff -ruN gnupod.old/pkg-descr gnupod/pkg-descr
--- gnupod.old/pkg-descr	Wed Jan 15 17:38:04 2003
+++ gnupod/pkg-descr	Sat Mar  1 23:50:57 2003
@@ -1,7 +1,6 @@
 gnuPod is a collection of tools which allow you to use your iPod.
 FAT32 formatted iPods are supported. 
-To convert Mac iPod to Win iPod, follow instructions on the web site.
 
-WWW: http://www.blinkenlights.ch/cgi-bin/fm.pl?get=ipode
+WWW: http://www.gnu.org/software/gnupod/
 
 - QuiRK <david@dyn-ns.net>
diff -ruN gnupod.old/pkg-plist gnupod/pkg-plist
--- gnupod.old/pkg-plist	Tue Jan 28 21:37:45 2003
+++ gnupod/pkg-plist	Sat Mar  1 23:39:28 2003
@@ -9,8 +9,11 @@
 bin/mktunes.pl
 bin/tunes2pod.pl
 %%PORTDOCS%%share/doc/gnupod/CHANGES
-%%PORTDOCS%%share/doc/gnupod/logo.png
 %%PORTDOCS%%share/doc/gnupod/gnutunesdb.example
+%%PORTDOCS%%share/doc/gnupod/gnupod.html
+%%PORTDOCS%%share/doc/gnupod/gnupod.texi
+%%PORTDOCS%%share/doc/gnupod/fdl.texi
+%%PORTDOCS%%share/doc/gnupod/version.texi
 %%PORTDOCS%%share/doc/gnupod/ipod.svg
 %%PORTDOCS%%@dirrm share/doc/gnupod
 @unexec install-info --delete %D/info/gnupod.info %D/info/dir
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303022253.h22MrxZt035624>