ports/107096: [audio/herrie] Bump to 1.1

Ed Schouten ed at fxq.nl
Fri Dec 22 14:30:11 UTC 2006


>Number:         107096
>Category:       ports
>Synopsis:       [audio/herrie] Bump to 1.1
>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 Dec 22 14:30:10 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ed Schouten
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD palm.hoeg.nl 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sun Dec 10 13:48:08 CET 2006 root at palm.hoeg.nl:/usr/obj/usr/src/sys/PALM i386
>Description:
A new version of Herrie is available for download. A lot of source code
cleanups have been performed and some small features have been added.
Herrie can now be controlled with SIGUSR1 (pause) and SIGUSR2 (skip
song) as well. The GUI will now show a percentage of the vertical
progress in the filebrowser and playlist.
>How-To-Repeat:

>Fix:
The patch below bumps the port to 1.1. It also includes a small patch to
fix a spurious warning (causing an error) with GCC 4.x.

--- audio/herrie/Makefile	Wed Dec 13 13:41:20 2006
+++ audio/herrie/Makefile	Fri Dec 22 14:47:46 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	herrie
-PORTVERSION=	1.0.2
+PORTVERSION=	1.1
 PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://www.il.fontys.nl/~ed/projects/herrie/distfiles/ \
--- audio/herrie/distinfo	Sun Dec 10 23:07:13 2006
+++ audio/herrie/distinfo	Fri Dec 22 14:47:57 2006
@@ -1,3 +1,3 @@
-MD5 (herrie-1.0.2.tar.gz) = 4f600bc1e77faa32e2454785985fa209
-SHA256 (herrie-1.0.2.tar.gz) = defb297da0d0b6c646f66019b79b7c0a356efdc0f4413417e60af07fda0adb05
-SIZE (herrie-1.0.2.tar.gz) = 46368
+MD5 (herrie-1.1.tar.gz) = 1c28876ae36737ca3f3d6d2d2f037435
+SHA256 (herrie-1.1.tar.gz) = 1bd9aba923ebe71378793e70d3d1512a05e0d833db2ffa71096acaac20bcd106
+SIZE (herrie-1.1.tar.gz) = 42802
--- audio/herrie/files/patch-gcc4	Thu Jan  1 01:00:00 1970
+++ audio/herrie/files/patch-gcc4	Fri Dec 22 14:51:27 2006
@@ -0,0 +1,11 @@
+--- gui/gui_vfslist.c	Fri Dec 22 14:23:05 2006
++++ gui/gui_vfslist.c	Fri Dec 22 14:49:47 2006
+@@ -122,7 +122,7 @@
+ static void
+ gui_vfslist_refresh(struct gui_vfslist *gv)
+ {
+-	int i, idxw, idxmaxw;
++	int i, idxw, idxmaxw = 0;
+ 	unsigned int idx;
+ 	char num[16], mark;
+ 	struct vfsref *vr;
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list