ports/111534: audio/herrie: Bump to 1.6

Ed Schouten ed at fxq.nl
Fri Apr 13 10:20:02 UTC 2007


>Number:         111534
>Category:       ports
>Synopsis:       audio/herrie: Bump to 1.6
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 13 10:20:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Ed Schouten
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD palm.hoeg.nl 6.2-STABLE FreeBSD 6.2-STABLE #0: Sun Feb 11 22:32:09 CET 2007 root at palm.hoeg.nl:/usr/obj/usr/src/sys/PALM i386
>Description:
Today the Herrie project is exactly one year old. A new version has been
released to celebrate this. Support for XSPF playlists and a German
translation have been added.
>How-To-Repeat:
>Fix:
Apply the following patch:

--- audio/herrie/Makefile	Tue Mar 13 09:21:38 2007
+++ audio/herrie/Makefile	Fri Apr 13 12:10:26 2007
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	herrie
-PORTVERSION=	1.5.1
+PORTVERSION=	1.6
 CATEGORIES=	audio
-MASTER_SITES=	http://g-rave.nl/projects/herrie/distfiles/ \
+MASTER_SITES=	http://herrie.info/distfiles/ \
 		http://www.il.fontys.nl/~ed/projects/herrie/distfiles/ \
 		http://www.stack.nl/~ed/projects/herrie/distfiles/
 
@@ -20,6 +20,7 @@
 HAS_CONFIGURE=	yes
 CONFIGURE_ENV+=	PREFIX=${PREFIX}
 
+USE_BZIP2=	yes
 USE_OPENSSL=	yes
 USE_GNOME=	glib20
 USE_GETTEXT=	yes
@@ -29,7 +30,8 @@
 		SNDFILE "libsndfile support" on \
 		MODPLUG "libmodplug support" off \
 		LIBAO "LibAO support (breaks chroot)" off \
-		XCURSES "Build XCurses version" off
+		XCURSES "Build XCurses version" off \
+		XSPF "Support for XSPF playlists" on
 
 MAN1=		herrie.1
 MANCOMPRESSED=	yes
@@ -64,6 +66,11 @@
 .if !defined(WITHOUT_XCURSES)
 LIB_DEPENDS+=	XCurses.2:${PORTSDIR}/devel/pdcurses
 CONFIGURE_ARGS+=xcurses
+.endif
+.if !defined(WITHOUT_XSPF)
+LIB_DEPENDS+=	spiff:${PORTSDIR}/multimedia/libspiff
+.else
+CONFIGURE_ARGS+=no_xspf
 .endif
 
 .include <bsd.port.post.mk>
--- audio/herrie/distinfo	Tue Mar 13 09:21:38 2007
+++ audio/herrie/distinfo	Fri Apr 13 12:08:57 2007
@@ -1,3 +1,3 @@
-MD5 (herrie-1.5.1.tar.gz) = a4b208a6486d175787cff36b886fc06e
-SHA256 (herrie-1.5.1.tar.gz) = cf12a622541ab3954ef08dbad097a4c20eb38c99ecba200f332a2ae8eca80800
-SIZE (herrie-1.5.1.tar.gz) = 53842
+MD5 (herrie-1.6.tar.bz2) = 4ce7ebeb10d21ec52cd7b1ca3158bbbb
+SHA256 (herrie-1.6.tar.bz2) = 17a92c4b5dfe5c2ff2ae7897cbce963258dc44b7b4c6bd288f273a56b7d9d2ae
+SIZE (herrie-1.6.tar.bz2) = 49747
--- audio/herrie/pkg-plist	Tue Mar 13 09:21:38 2007
+++ audio/herrie/pkg-plist	Fri Apr 13 12:09:57 2007
@@ -1,4 +1,5 @@
 bin/herrie
 etc/herrie.conf.sample
+share/locale/de/LC_MESSAGES/herrie.mo
 share/locale/nl/LC_MESSAGES/herrie.mo
 share/locale/tr/LC_MESSAGES/herrie.mo
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list