ports/107398: [audio/herrie] Bump to 1.2
Ed Schouten
ed at fxq.nl
Mon Jan 1 16:10:11 UTC 2007
>Number: 107398
>Category: ports
>Synopsis: [audio/herrie] Bump to 1.2
>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: Mon Jan 01 16:10:10 GMT 2007
>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 release of Herrie is available for download: Herrie 1.2. This
release adds support for XCurses, so you can build Herrie as an X11
application. This release also includes a patch to fix compilation when
optimization is turned on. This means the patch in the 'files' directory
is now obsolete.
The Makefile is now stored in the root of the tarball, so we can leave
WRKSRC to the default value.
>How-To-Repeat:
>Fix:
After applying this patch, the 'files' directory should be removed.
--- audio/herrie/Makefile Sat Dec 23 23:58:39 2006
+++ audio/herrie/Makefile Mon Jan 1 16:55:26 2007
@@ -6,10 +6,10 @@
#
PORTNAME= herrie
-PORTVERSION= 1.1
-PORTREVISION= 1
+PORTVERSION= 1.2
CATEGORIES= audio
-MASTER_SITES= http://www.il.fontys.nl/~ed/projects/herrie/distfiles/ \
+MASTER_SITES= http://g-rave.nl/projects/herrie/distfiles/ \
+ http://www.il.fontys.nl/~ed/projects/herrie/distfiles/ \
http://www.stack.nl/~ed/projects/herrie/distfiles/
MAINTAINER= ed at fxq.nl
@@ -22,12 +22,12 @@
USE_GETTEXT= yes
USE_GMAKE= yes
MAKEFILE= GNUmakefile
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
OPTIONS= MAD "MAD MP3 support" on \
VORBIS "Ogg Vorbis support" on \
SNDFILE "libsndfile support" on \
- LIBAO "LibAO support (breaks chroot)" off
+ LIBAO "LibAO support (breaks chroot)" off \
+ XCURSES "Build XCurses version" off
PLIST_FILES= bin/herrie \
share/locale/nl/LC_MESSAGES/herrie.mo
@@ -54,6 +54,10 @@
.if !defined(WITHOUT_LIBAO)
LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao
MAKE_ARGS+= AUDIO_OUTPUT=ao
+.endif
+.if !defined(WITHOUT_XCURSES)
+LIB_DEPENDS= XCurses.2:${PORTSDIR}/devel/pdcurses
+MAKE_ARGS+= XCURSES=yes
.endif
.include <bsd.port.post.mk>
--- audio/herrie/distinfo Sat Dec 23 23:58:39 2006
+++ audio/herrie/distinfo Mon Jan 1 16:54:32 2007
@@ -1,3 +1,3 @@
-MD5 (herrie-1.1.tar.gz) = 1c28876ae36737ca3f3d6d2d2f037435
-SHA256 (herrie-1.1.tar.gz) = 1bd9aba923ebe71378793e70d3d1512a05e0d833db2ffa71096acaac20bcd106
-SIZE (herrie-1.1.tar.gz) = 42802
+MD5 (herrie-1.2.tar.gz) = 78b6dfe16db6c1f2e5e060e97503e1ec
+SHA256 (herrie-1.2.tar.gz) = 936554fac6999921d5253b7603046f2b481bf835d64db075e6570214f219e93e
+SIZE (herrie-1.2.tar.gz) = 42193
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list