Date: Wed, 3 Jul 2013 20:11:08 +1000 (EST) From: Fraser Tweedale <frase@frase.id.au> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/180230: [maintainer-update] audio/asunder to 2.3 Message-ID: <201307031011.r63AB8c5009299@bacardi.hollandpark.frase.id.au> Resent-Message-ID: <201307031030.r63AU0Sj012021@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 180230 >Category: ports >Synopsis: [maintainer-update] audio/asunder to 2.3 >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: Wed Jul 03 10:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Fraser Tweedale >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD bacardi.hollandpark.frase.id.au 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #4: Tue Apr 30 14:33:17 EST 2013 fraser@bacardi.hollandpark.frase.id.au:/usr/obj/usr/src/sys/BACARDI amd64 >Description: >How-To-Repeat: >Fix: --- asunder.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 322216) +++ Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= asunder -PORTVERSION= 2.2 -PORTREVISION= 1 +PORTVERSION= 2.3 CATEGORIES= audio MASTER_SITES= http://littlesvr.ca/asunder/releases/ @@ -16,7 +15,8 @@ LIB_DEPENDS= cddb:${PORTSDIR}/audio/libcddb RUN_DEPENDS= ${LOCALBASE}/bin/cdparanoia:${PORTSDIR}/audio/cdparanoia -OPTIONS_DEFINE= LAME OGG FLAC WAVPACK APE WINDOWS_CHARS NLS DOCS +OPTIONS_DEFINE= LAME OGG FLAC OPUS WAVPACK APE WINDOWS_CHARS NLS DOCS +OPUS_DESC= OPUS support OPTIONS_DEFAULT= LAME OGG FLAC WINDOWS_CHARS_DESC= Allow Windows special chars in filenames @@ -43,6 +43,10 @@ RUN_DEPENDS+= flac:${PORTSDIR}/audio/flac .endif +.if ${PORT_OPTIONS:MOPUS} +RUN_DEPENDS+= opusenc:${PORTSDIR}/audio/opus-tools +.endif + .if ${PORT_OPTIONS:MWAVPACK} RUN_DEPENDS+= wavpack:${PORTSDIR}/audio/wavpack .endif Index: distinfo =================================================================== --- distinfo (revision 322216) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (asunder-2.2.tar.bz2) = bb608c1cdefcce2f533fb5d5cc23838846b2810ec89d0ebb083507cf27e7822f -SIZE (asunder-2.2.tar.bz2) = 208936 +SHA256 (asunder-2.3.tar.bz2) = ded2eff22c7e65f46eecd8ad89c6c37c5a032af280e293a59c3e5bb34c0bb05f +SIZE (asunder-2.3.tar.bz2) = 230060 Index: pkg-plist =================================================================== --- pkg-plist (revision 322216) +++ pkg-plist (working copy) @@ -14,6 +14,7 @@ %%NLS%%share/locale/eu/LC_MESSAGES/asunder.mo %%NLS%%share/locale/fi/LC_MESSAGES/asunder.mo %%NLS%%share/locale/fr/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/gl/LC_MESSAGES/asunder.mo %%NLS%%share/locale/hr/LC_MESSAGES/asunder.mo %%NLS%%share/locale/hu/LC_MESSAGES/asunder.mo %%NLS%%share/locale/it/LC_MESSAGES/asunder.mo --- asunder.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307031011.r63AB8c5009299>