Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  3 Jun 2007 20:41:23 +0200 (CEST)
From:      Ed Schouten <ed@fxq.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/113308: audio/herrie: Bump to 1.7
Message-ID:  <20070603184123.7DED91CD65@palm.hoeg.nl>
Resent-Message-ID: <200706031850.l53Io54B015672@freefall.freebsd.org>

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

>Number:         113308
>Category:       ports
>Synopsis:       audio/herrie: Bump to 1.7
>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 Jun 03 18:50:04 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: Fri Apr 20 13:44:49 CEST 2007 root@palm.hoeg.nl:/usr/obj/usr/src/sys/PALM i386
>Description:
A new version of Herrie is available, namely 1.7. This release includes
the following features:

- libmd is used instead of OpenSSL; Herrie only used it for MD5 hashing
  support. This allows us to disable Scrobbler support as well. This
  used to be impossible, because USE_OPENSSL conflicted with OPTIONS.
- Unsubmitted Scrobbler tracks are stored on disk, ready to be submitted
  next time.
- A Swedish translation has been added.
>How-To-Repeat:
>Fix:
Apply the following patch. It adds a HTTP option. It also sets SNDFILE
option to off by default, as it isn't really useful for John Doe.

--- audio/herrie/Makefile	Thu Apr 19 12:53:24 2007
+++ audio/herrie/Makefile	Sun Jun  3 20:34:51 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	herrie
-PORTVERSION=	1.6.1
+PORTVERSION=	1.7
 CATEGORIES=	audio
 MASTER_SITES=	http://herrie.info/distfiles/ \
 		http://www.il.fontys.nl/~ed/projects/herrie/distfiles/ \
@@ -15,19 +15,17 @@
 MAINTAINER=	ed@fxq.nl
 COMMENT=	A small command line interface music player
 
-LIB_DEPENDS+=	curl:${PORTSDIR}/ftp/curl
-
 HAS_CONFIGURE=	yes
 CONFIGURE_ENV+=	PREFIX=${PREFIX}
 
 USE_BZIP2=	yes
-USE_OPENSSL=	yes
 USE_GNOME=	glib20
 
 OPTIONS=	MAD "MAD MP3 support" on \
 		VORBIS "Ogg Vorbis support" on \
-		SNDFILE "libsndfile support" on \
+		SNDFILE "libsndfile support" off \
 		MODPLUG "libmodplug support" off \
+		HTTP "HTTP streams and AudioScrobbler support" on \
 		LIBAO "LibAO support (breaks chroot)" off \
 		XCURSES "Build XCurses version" off \
 		XSPF "Support for XSPF playlists" on
@@ -61,6 +59,11 @@
 LIB_DEPENDS+=	modplug:${PORTSDIR}/audio/libmodplug
 .else
 CONFIGURE_ARGS+=no_modplug
+.endif
+.if !defined(WITHOUT_HTTP)
+LIB_DEPENDS+=	curl:${PORTSDIR}/ftp/curl
+.else
+CONFIGURE_ARGS+=no_http no_scrobbler
 .endif
 .if !defined(WITHOUT_LIBAO)
 LIB_DEPENDS+=	ao.3:${PORTSDIR}/audio/libao
--- audio/herrie/distinfo	Thu Apr 19 12:53:24 2007
+++ audio/herrie/distinfo	Sun Jun  3 20:33:12 2007
@@ -1,3 +1,3 @@
-MD5 (herrie-1.6.1.tar.bz2) = eb921bf87856d7b2cf86da2d303e85bf
-SHA256 (herrie-1.6.1.tar.bz2) = 71d7e4cedda21fab6971c1223bd4af5cb6faaee0f9baef19095ec9697403b709
-SIZE (herrie-1.6.1.tar.bz2) = 51267
+MD5 (herrie-1.7.tar.bz2) = 21d80139a85c6d6609176dace03ebfc2
+SHA256 (herrie-1.7.tar.bz2) = 109970f4679409557a782f6f31d0302c69aef66defab2d3d5955c75acce88b82
+SIZE (herrie-1.7.tar.bz2) = 56811
--- audio/herrie/pkg-plist	Thu Apr 19 12:53:24 2007
+++ audio/herrie/pkg-plist	Sun Jun  3 20:35:29 2007
@@ -3,4 +3,5 @@
 %%NLS%%share/locale/de/LC_MESSAGES/herrie.mo
 %%NLS%%share/locale/nl/LC_MESSAGES/herrie.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/herrie.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/herrie.mo
 %%NLS%%share/locale/tr/LC_MESSAGES/herrie.mo
>Release-Note:
>Audit-Trail:
>Unformatted:



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