A new version of Herrie is available, namely 1.7. This release includes the following features: - libmd is used instead of OpenSSL; Herrie only used it for MD5 hashing support. This allows us to disable Scrobbler support as well. This used to be impossible, because USE_OPENSSL conflicted with OPTIONS. - Unsubmitted Scrobbler tracks are stored on disk, ready to be submitted next time. - A Swedish translation has been added. Fix: Apply the following patch. It adds a HTTP option. It also sets SNDFILE option to off by default, as it isn't really useful for John Doe.
Hello, Due to some silly bug that caused some combinations of build to fail (no Scrobbler support), I had to re-roll this release. The following updated diff has prober checksums for the tarball. Yours, -- Ed Schouten <ed@fxq.nl> WWW: http://g-rave.nl/ --- audio/herrie/Makefile Thu Apr 19 12:53:24 2007 +++ audio/herrie/Makefile Sun Jun 3 20:34:51 2007 @@ -6,7 +6,7 @@ # PORTNAME= herrie -PORTVERSION= 1.6.1 +PORTVERSION= 1.7 CATEGORIES= audio MASTER_SITES= http://herrie.info/distfiles/ \ http://www.il.fontys.nl/~ed/projects/herrie/distfiles/ \ @@ -15,19 +15,17 @@ MAINTAINER= ed@fxq.nl COMMENT= A small command line interface music player -LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl - HAS_CONFIGURE= yes CONFIGURE_ENV+= PREFIX=${PREFIX} USE_BZIP2= yes -USE_OPENSSL= yes USE_GNOME= glib20 OPTIONS= MAD "MAD MP3 support" on \ VORBIS "Ogg Vorbis support" on \ - SNDFILE "libsndfile support" on \ + SNDFILE "libsndfile support" off \ MODPLUG "libmodplug support" off \ + HTTP "HTTP streams and AudioScrobbler support" on \ LIBAO "LibAO support (breaks chroot)" off \ XCURSES "Build XCurses version" off \ XSPF "Support for XSPF playlists" on @@ -61,6 +59,11 @@ LIB_DEPENDS+= modplug:${PORTSDIR}/audio/libmodplug .else CONFIGURE_ARGS+=no_modplug +.endif +.if !defined(WITHOUT_HTTP) +LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl +.else +CONFIGURE_ARGS+=no_http no_scrobbler .endif .if !defined(WITHOUT_LIBAO) LIB_DEPENDS+= ao.3:${PORTSDIR}/audio/libao --- audio/herrie/distinfo Thu Apr 19 12:53:24 2007 +++ audio/herrie/distinfo Sun Jun 3 21:02:34 2007 @@ -1,3 +1,3 @@ -MD5 (herrie-1.6.1.tar.bz2) = eb921bf87856d7b2cf86da2d303e85bf -SHA256 (herrie-1.6.1.tar.bz2) = 71d7e4cedda21fab6971c1223bd4af5cb6faaee0f9baef19095ec9697403b709 -SIZE (herrie-1.6.1.tar.bz2) = 51267 +MD5 (herrie-1.7.tar.bz2) = cbde0e97dd514ef8434865cd448b8805 +SHA256 (herrie-1.7.tar.bz2) = fc89d1cf3b899e16333fe1c4dbf2313b3492ba938bd0947446974a0c7889d3c3 +SIZE (herrie-1.7.tar.bz2) = 56836 --- audio/herrie/pkg-plist Thu Apr 19 12:53:24 2007 +++ audio/herrie/pkg-plist Sun Jun 3 20:35:29 2007 @@ -3,4 +3,5 @@ %%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/sv/LC_MESSAGES/herrie.mo %%NLS%%share/locale/tr/LC_MESSAGES/herrie.mo
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2007-06-04 20:05:33 UTC FreeBSD ports repository Modified files: audio/herrie Makefile distinfo pkg-plist Log: - Update to 1.7 Changelog: - libmd is used instead of OpenSSL; Herrie only used it for MD5 hashing support. This allows us to disable Scrobbler support as well. This used to be impossible, because USE_OPENSSL conflicted with OPTIONS. - Unsubmitted Scrobbler tracks are stored on disk, ready to be submitted next time. - A Swedish translation has been added. PR: 113308 Submitted by: Ed Schouten <ed@fxq.nl> (maintainer) Revision Changes Path 1.19 +8 -5 ports/audio/herrie/Makefile 1.18 +3 -3 ports/audio/herrie/distinfo 1.4 +1 -0 ports/audio/herrie/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!