ports/143372: [PATCH] audio/asunder: update to 1.9.1

Bernhard Froehlich decke at bluelife.at
Sat Jan 30 15:50:03 UTC 2010


>Number:         143372
>Category:       ports
>Synopsis:       [PATCH] audio/asunder: update to 1.9.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 30 15:50:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Bernhard Froehlich
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD chii.bluelife.at 8.0-STABLE FreeBSD 8.0-STABLE #0: Fri Jan  8 09:39:23 CET
>Description:
- Update to 1.9.1
- Added Monkey's Audio option

Port maintainer (frase at frase.id.au) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- asunder-1.9.1.patch begins here ---
diff -ruN --exclude=CVS --exclude=.svn /usr/ports/audio/asunder.orig/Makefile /usr/ports/audio/asunder/Makefile
--- /usr/ports/audio/asunder.orig/Makefile	2009-07-31 15:48:48.000000000 +0200
+++ /usr/ports/audio/asunder/Makefile	2010-01-29 19:00:52.000000000 +0100
@@ -5,8 +5,7 @@
 # $FreeBSD: ports/audio/asunder/Makefile,v 1.10 2009/07/31 13:48:48 dinoex Exp $
 
 PORTNAME=	asunder
-PORTVERSION=	1.6.2
-PORTREVISION=	1
+PORTVERSION=	1.9.1
 CATEGORIES=	audio
 MASTER_SITES=	http://littlesvr.ca/asunder/releases/
 
@@ -19,7 +18,8 @@
 OPTIONS=	LAME "lame support" on \
 		OGG "ogg-vorbis support" on \
 		FLAC "FLAC support" on \
-		WAVPACK "WavPack support" off
+		WAVPACK "WavPack support" off \
+		MONKEYAUDIO "Monkey's Audio support" off
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
@@ -45,6 +45,10 @@
 RUN_DEPENDS+=	wavpack:${PORTSDIR}/audio/wavpack
 .endif
 
+.if defined(WITH_MONKEYAUDIO)
+RUN_DEPENDS+=	mac:${PORTSDIR}/audio/mac
+.endif
+
 post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
diff -ruN --exclude=CVS --exclude=.svn /usr/ports/audio/asunder.orig/distinfo /usr/ports/audio/asunder/distinfo
--- /usr/ports/audio/asunder.orig/distinfo	2008-12-06 16:37:39.000000000 +0100
+++ /usr/ports/audio/asunder/distinfo	2010-01-29 18:39:26.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (asunder-1.6.2.tar.bz2) = 6e9bd170497cb9cd36a544bd36e9634c
-SHA256 (asunder-1.6.2.tar.bz2) = 74f77db7ab82fdf4bf21a5c417aa498911b35b72135df0915abcf4f02c4ab239
-SIZE (asunder-1.6.2.tar.bz2) = 194677
+MD5 (asunder-1.9.1.tar.bz2) = 91e1939978e4379f1328d8ededf4bb06
+SHA256 (asunder-1.9.1.tar.bz2) = 9fefd50b74d6457c0b6157387434cb91cb1db95ac1aa806c2b39734038bdb700
+SIZE (asunder-1.9.1.tar.bz2) = 217005
--- asunder-1.9.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list