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

Update libsndfile to 1.0.19.

Unlike the previous release, this version does not depend on an
unreleased version of libvorbis. This means we can remove those awful
regexes from the Makefile.
This commit is contained in:
Ed Schouten 2009-03-10 09:58:04 +00:00
parent 95e1643f79
commit 9abdeb74e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229826
2 changed files with 4 additions and 8 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= libsndfile
PORTVERSION= 1.0.18
PORTVERSION= 1.0.19
CATEGORIES= audio
MASTER_SITES= http://www.mega-nerd.com/libsndfile/
@ -37,10 +37,6 @@ LIB_DEPENDS+= FLAC.10:${PORTSDIR}/audio/flac \
.endif
post-patch:
@${REINPLACE_CMD} \
-e 's/vorbis >= 1\.2\.1/vorbis >= 1.2.0/g' \
-e 's/vorbisenc >= 1\.2\.1/vorbisenc >= 1.2.0/g' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/ doc / /g' ${WRKSRC}/Makefile.in
post-install:

View File

@ -1,3 +1,3 @@
MD5 (libsndfile-1.0.18.tar.gz) = 9fde6efb1b75ef38398acf856f252416
SHA256 (libsndfile-1.0.18.tar.gz) = c0821534a8510982d26b3085b148d9091dede53780733515eb49c99a65da293a
SIZE (libsndfile-1.0.18.tar.gz) = 923666
MD5 (libsndfile-1.0.19.tar.gz) = 8fa24b0c0a8758543427c9741ea06924
SHA256 (libsndfile-1.0.19.tar.gz) = 4b567a02e15bcae25fa1aeb3361b4e2cb8b2ce08e9b53faa81f77a34fb2b5419
SIZE (libsndfile-1.0.19.tar.gz) = 924368