ports/110153: [audio/herrie] Bump to 1.5.1

Ed Schouten ed at fxq.nl
Sat Mar 10 21:00:56 UTC 2007


Woops!

It looks like the current port contains some really awful bugs. There is
some usage of the = operator on LIB_DEPENDS, causing dependencies to be
overwritten. Please apply the patch below, instead of the one stated in
the PR:

--- audio/herrie/Makefile	Tue Feb 27 22:02:37 2007
+++ audio/herrie/Makefile	Sat Mar 10 21:38:31 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	herrie
-PORTVERSION=	1.5
+PORTVERSION=	1.5.1
 CATEGORIES=	audio
 MASTER_SITES=	http://g-rave.nl/projects/herrie/distfiles/ \
 		http://www.il.fontys.nl/~ed/projects/herrie/distfiles/ \
@@ -15,7 +15,7 @@
 MAINTAINER=	ed at fxq.nl
 COMMENT=	A small command line interface music player
 
-LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+=	curl:${PORTSDIR}/ftp/curl
 
 HAS_CONFIGURE=	yes
 CONFIGURE_ENV+=	PREFIX=${PREFIX}
@@ -31,9 +31,6 @@
 		LIBAO "LibAO support (breaks chroot)" off \
 		XCURSES "Build XCurses version" off
 
-PLIST_FILES=	bin/herrie \
-		share/locale/nl/LC_MESSAGES/herrie.mo \
-		share/locale/tr/LC_MESSAGES/herrie.mo
 MAN1=		herrie.1
 MANCOMPRESSED=	yes
 
@@ -61,11 +58,11 @@
 CONFIGURE_ARGS+=no_modplug
 .endif
 .if !defined(WITHOUT_LIBAO)
-LIB_DEPENDS=	ao.3:${PORTSDIR}/audio/libao
+LIB_DEPENDS+=	ao.3:${PORTSDIR}/audio/libao
 CONFIGURE_ARGS+=ao
 .endif
 .if !defined(WITHOUT_XCURSES)
-LIB_DEPENDS=	XCurses.2:${PORTSDIR}/devel/pdcurses
+LIB_DEPENDS+=	XCurses.2:${PORTSDIR}/devel/pdcurses
 CONFIGURE_ARGS+=xcurses
 .endif
 
--- audio/herrie/distinfo	Tue Feb 27 22:02:37 2007
+++ audio/herrie/distinfo	Sat Mar 10 21:37:59 2007
@@ -1,3 +1,3 @@
-MD5 (herrie-1.5.tar.gz) = f6af704b8e29becccd354ca21eaaee89
-SHA256 (herrie-1.5.tar.gz) = 955a7aff01f0380dc92d0395967021c53d2332192edd269140ef76f83a372908
-SIZE (herrie-1.5.tar.gz) = 53159
+MD5 (herrie-1.5.1.tar.gz) = a4b208a6486d175787cff36b886fc06e
+SHA256 (herrie-1.5.1.tar.gz) = cf12a622541ab3954ef08dbad097a4c20eb38c99ecba200f332a2ae8eca80800
+SIZE (herrie-1.5.1.tar.gz) = 53842
diff -urN /usr/ports/audio/herrie/pkg-plist herrie/pkg-plist
--- audio/herrie/pkg-plist	Thu Jan  1 01:00:00 1970
+++ audio/herrie/pkg-plist	Sat Mar 10 21:37:59 2007
@@ -0,0 +1,4 @@
+bin/herrie
+etc/herrie.conf.sample
+share/locale/nl/LC_MESSAGES/herrie.mo
+share/locale/tr/LC_MESSAGES/herrie.mo

Yours,
-- 
 Ed Schouten <ed at fxq.nl>
 WWW: http://g-rave.nl/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports-bugs/attachments/20070310/e02fcd1e/attachment.sig>


More information about the freebsd-ports-bugs mailing list