ports/111846: audio/herrie: Bump to 1.6.1
Ed Schouten
ed at fxq.nl
Thu Apr 19 08:20:02 UTC 2007
>Number: 111846
>Category: ports
>Synopsis: audio/herrie: Bump to 1.6.1
>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: Thu Apr 19 08:20:01 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:
A new version of Herrie has been released, which mainly includes some
small fixes mainly related to the build structure. A nice thing is that
this release also has better UTF-8 support and can now be built against
ncursesw. Because ncursesw isn't available on a lot of systems and I
don't want to force people into using it, I think the best thing to do
is link against ncurses below the specific OSVERSION's.
>How-To-Repeat:
>Fix:
--- audio/herrie/Makefile Sun Apr 15 20:55:19 2007
+++ audio/herrie/Makefile Thu Apr 19 10:04:45 2007
@@ -6,7 +6,7 @@
#
PORTNAME= herrie
-PORTVERSION= 1.6
+PORTVERSION= 1.6.1
CATEGORIES= audio
MASTER_SITES= http://herrie.info/distfiles/ \
http://www.il.fontys.nl/~ed/projects/herrie/distfiles/ \
@@ -37,6 +37,10 @@
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 602107 || (${OSVERSION} > 700000 && ${OSVERSION} < 700033)
+CONFIGURE_ARGS+=ncurses
+.endif
+
.if !defined(WITHOUT_MAD)
LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/mad \
id3tag.0:${PORTSDIR}/audio/libid3tag
@@ -78,7 +82,7 @@
USE_GETTEXT= yes
.else
PLIST_SUB+= NLS="@comment "
-CONFIGURE_ARGS+=no_trans
+CONFIGURE_ARGS+=no_nls
.endif
.include <bsd.port.post.mk>
--- audio/herrie/distinfo Sun Apr 15 20:55:19 2007
+++ audio/herrie/distinfo Thu Apr 19 10:04:02 2007
@@ -1,3 +1,3 @@
-MD5 (herrie-1.6.tar.bz2) = 4ce7ebeb10d21ec52cd7b1ca3158bbbb
-SHA256 (herrie-1.6.tar.bz2) = 17a92c4b5dfe5c2ff2ae7897cbce963258dc44b7b4c6bd288f273a56b7d9d2ae
-SIZE (herrie-1.6.tar.bz2) = 49747
+MD5 (herrie-1.6.1.tar.bz2) = eb921bf87856d7b2cf86da2d303e85bf
+SHA256 (herrie-1.6.1.tar.bz2) = 71d7e4cedda21fab6971c1223bd4af5cb6faaee0f9baef19095ec9697403b709
+SIZE (herrie-1.6.1.tar.bz2) = 51267
--- audio/herrie/pkg-plist Sun Apr 15 20:55:19 2007
+++ audio/herrie/pkg-plist Thu Apr 19 10:03:45 2007
@@ -2,4 +2,5 @@
etc/herrie.conf.sample
%%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/tr/LC_MESSAGES/herrie.mo
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list