Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  6 May 2007 22:08:25 +0200
From:      "David" <david@trucs.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/112466: [Maintainer Update] Update audio/gnupod
Message-ID:  <20070506200826.4EDF9B94F3@smtp1-g19.free.fr>
Resent-Message-ID: <200705062100.l46L0Bdj013046@freefall.freebsd.org>

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

>Number:         112466
>Category:       ports
>Synopsis:       [Maintainer Update] Update audio/gnupod
>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 May 06 21:00:10 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     David Le Brun
>Release:        FreeBSD 6.2-CANNELLE i386
>Organization:
>Environment:
System: FreeBSD cannelle.lan 6.2-CANNELLE FreeBSD 6.2-CANNELLE #0: Sat Mar 10 01:00:51 UTC 2007 root@cannelle.lan:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
* Update gnupod to 0.99.2
* Add FLAC support (option)
>How-To-Repeat:
	
>Fix:

	

--- gnupod.diff begins here ---
diff -ruN gnupod.old/Makefile gnupod/Makefile
--- gnupod.old/Makefile	Wed Nov 29 12:41:52 2006
+++ gnupod/Makefile	Sun May  6 17:12:11 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gnupod
-PORTVERSION=	0.99
+PORTVERSION=	0.99.2
 CATEGORIES=	audio perl5
 MASTER_SITES=	${MASTER_SITE_SAVANNAH} \
 		http://www.blinkenlights.ch/gnupod-dist/stable/
@@ -34,13 +34,25 @@
 HAS_CONFIGURE=	yes
 NO_BUILD=	yes
 
-CONFIGURE_ARGS=	--prefix=${PREFIX}
+CONFIGURE_ARGS=	--prefix=${PREFIX} \
+		--infodir=${PREFIX}/info \
+		--mandir=${PREFIX}/man
 CONFIGURE_ENV=	ac_cv_path_PERL=${PERL}
 
+OPTIONS=	FLAC "Enable FLAC support" off
+
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 500800
 IGNORE=	gnupod only support perl 5.8 or above
+.endif
+
+.if exists(${SITE_PERL}/${PERL_ARCH}/Audio/FLAC/Header.pm)
+WITH_FLAC=	YES
+.endif
+
+.if defined(WITH_FLAC)
+BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Audio/FLAC/Header.pm:${PORTSDIR}/audio/p5-Audio-FLAC-Header
 .endif
 
 .ifndef(NOPORTDOCS)
diff -ruN gnupod.old/distinfo gnupod/distinfo
--- gnupod.old/distinfo	Wed Jun  7 14:07:06 2006
+++ gnupod/distinfo	Sun May  6 16:39:36 2007
@@ -1,3 +1,3 @@
-MD5 (gnupod-0.99.tgz) = 6939b1623a2a700cccdbef0c4d7ae555
-SHA256 (gnupod-0.99.tgz) = 2c25c8e2ebd2612efddae14079884391195af2cb497f3a501174fd378c7080d4
-SIZE (gnupod-0.99.tgz) = 164195
+MD5 (gnupod-0.99.2.tgz) = 9e0ce9bf90ade64007e93595a74cd8a7
+SHA256 (gnupod-0.99.2.tgz) = c52bcc63cec709cb3924832ac17b0ca9c75e291ed583858ade4f6ddfdb6de72a
+SIZE (gnupod-0.99.2.tgz) = 173524
diff -ruN gnupod.old/pkg-descr gnupod/pkg-descr
--- gnupod.old/pkg-descr	Sun Nov  9 17:03:35 2003
+++ gnupod/pkg-descr	Sun May  6 17:00:29 2007
@@ -1,4 +1,4 @@
-gnuPod is a collection of tools which allow you to use your iPod.
+GNUpod is a collection of tools which allow you to use your iPod.
 
 WWW: http://www.gnu.org/software/gnupod/
 
--- gnupod.diff ends here ---


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



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