1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Update to 2.0

- Add WINDOWS_CHARS option

PR:		ports/149847
Submitted by:	Fraser Tweedale <frase at frase dot id dot au> (maintainer)
Approved by:	beat (co-mentor)
This commit is contained in:
Bernhard Froehlich 2010-08-23 11:16:11 +00:00
parent 07d8d33b4e
commit 9a2ab4da4d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259825
2 changed files with 11 additions and 6 deletions

View File

@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= asunder
PORTVERSION= 1.9.3
PORTREVISION?= 1
PORTVERSION= 2.0
CATEGORIES= audio
MASTER_SITES= http://littlesvr.ca/asunder/releases/
@ -20,7 +19,8 @@ OPTIONS= LAME "lame support" on \
OGG "ogg-vorbis support" on \
FLAC "FLAC support" on \
WAVPACK "WavPack support" off \
MONKEYAUDIO "Monkey's Audio support" off
MONKEYAUDIO "Monkey's Audio support" off \
WINDOWS_CHARS "Allow Windows special chars in filenames" off
USE_BZIP2= yes
GNU_CONFIGURE= yes
@ -50,6 +50,11 @@ RUN_DEPENDS+= wavpack:${PORTSDIR}/audio/wavpack
RUN_DEPENDS+= mac:${PORTSDIR}/audio/mac
.endif
post-patch:
.if defined(WITH_WINDOWS_CHARS)
@${REINPLACE_CMD} -e 's^#define[[:blank:]]*BADCHARS.*^#define BADCHARS "/"^' ${WRKSRC}/src/util.h
.endif
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}

View File

@ -1,3 +1,3 @@
MD5 (asunder-1.9.3.tar.bz2) = 09d97d756056f25635d46ab7871d6732
SHA256 (asunder-1.9.3.tar.bz2) = 72bbdd8219f181b905a07ac42cbcad89f8201ee1fb8ca8f0fe43397ce98c2980
SIZE (asunder-1.9.3.tar.bz2) = 219564
MD5 (asunder-2.0.tar.bz2) = edde25d364c119d012f4286d7adc4dff
SHA256 (asunder-2.0.tar.bz2) = f86539f3cbccf0727f654cbfad4f6b7dde4e5668973b5c74b3cf5041b70b9f4d
SIZE (asunder-2.0.tar.bz2) = 220593