Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Sep 2006 14:25:52 +0200 (CEST)
From:      Ed Schouten <ed@fxq.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/103714: [audio/herrie] Bump to 0.5
Message-ID:  <200609271225.k8RCPqCC057007@kiebort.fxq.nl>
Resent-Message-ID: <200609271230.k8RCUJLc078892@freefall.freebsd.org>

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

>Number:         103714
>Category:       ports
>Synopsis:       [audio/herrie] Bump to 0.5
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 27 12:30:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ed Schouten
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD kiebort.fxq.nl 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat Aug 5 11:44:21 CEST 2006 root@kiebort.fxq.nl:/usr/obj/usr/src/sys/KIEBORT i386
>Description:
A new version of Herrie has been released. A major bug in the MP3 code
has been fixed, which may have caused some crashes (double closing the
file handle). Some features have been added:

- A dutch translation using gettext
- The ability to reorder the playlist with '[' and ']'
- Remove some flickering of the status/progress bar when switching songs

>How-To-Repeat:
n/a

>Fix:
The patch below bumps the port to 0.5.

%%%
--- herrie/Makefile	Thu Sep 14 08:24:51 2006
+++ herrie/Makefile	Wed Sep 27 14:20:46 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	herrie
-PORTVERSION=	0.4
+PORTVERSION=	0.5
 CATEGORIES=	audio
 MASTER_SITES=	http://www.il.fontys.nl/~ed/projects/herrie/distfiles/ \
 		http://www.stack.nl/~ed/projects/herrie/distfiles/
@@ -18,6 +18,7 @@
 
 USE_OPENSSL=	yes
 USE_GNOME=	glib20
+USE_GETTEXT=	yes
 USE_GMAKE=	yes
 MAKEFILE=	GNUmakefile
 WRKSRC=		${WRKDIR}/${DISTNAME}/src
@@ -26,7 +27,8 @@
 		VORBIS "Ogg Vorbis support" on \
 		SNDFILE "libsndfile support" off
 
-PLIST_FILES=	bin/herrie
+PLIST_FILES=	bin/herrie \
+		share/locale/nl/LC_MESSAGES/herrie.mo
 MAN1=		herrie.1
 
 .include <bsd.port.pre.mk>
--- herrie/distinfo	Thu Sep 14 08:24:51 2006
+++ herrie/distinfo	Wed Sep 27 14:19:53 2006
@@ -1,3 +1,3 @@
-MD5 (herrie-0.4.tar.gz) = 7f389afb54af10efa5e4d8d5562ef723
-SHA256 (herrie-0.4.tar.gz) = 5e04f682799393ebbea2e9d9ef0ad24af7a1804b635a3f3b689ccc401b837c84
-SIZE (herrie-0.4.tar.gz) = 42514
+MD5 (herrie-0.5.tar.gz) = 486800161c7c42f5506531fdac2a226a
+SHA256 (herrie-0.5.tar.gz) = 50f98bd716a23f92c2b9af123ce61edb5517b8d0a741039c2c41ef3a6d42631f
+SIZE (herrie-0.5.tar.gz) = 45521
%%%
>Release-Note:
>Audit-Trail:
>Unformatted:



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