- Update to 0.7.2

- Sort PLIST_FILES
- While I'm here, pet portlint by removing ABI version number from LIB_DEPENDS

Changes:	https://sourceforge.net/news/?group_id=55130
PR:		ports/168184
Submitted by:	Timothy Beyer <beyert@cs.ucr.edu>
Approved by:	Anton Yuzhaninov <citrin@citrin.ru> (maintainer)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-05-29 02:51:20 +00:00
parent c663c34252
commit 12b4d3e9e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297633
2 changed files with 10 additions and 10 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= libmp3splt
PORTVERSION= 0.7.1
PORTVERSION= 0.7.2
CATEGORIES= audio
MASTER_SITES= SF/mp3splt/${PORTNAME}/${PORTVERSION}
@ -25,8 +25,8 @@ OPTIONS= MP3 "mp3 support" on \
NLS "native language support" on
PLIST_DIRS= include/libmp3splt lib/libmp3splt
PLIST_FILES= include/libmp3splt/mp3splt.h lib/libmp3splt.so.0 \
lib/libmp3splt.so lib/libmp3splt.la lib/libmp3splt.a \
PLIST_FILES= include/libmp3splt/mp3splt.h lib/libmp3splt.a \
lib/libmp3splt.la lib/libmp3splt.so lib/libmp3splt.so.0 \
share/aclocal/mp3splt.m4
.include <bsd.port.pre.mk>
@ -38,7 +38,7 @@ IGNORE= select at least one plugin: mp3 or vorbis
.if defined(WITHOUT_MP3)
CONFIGURE_ARGS+= --disable-mp3
.else
LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad
LIB_DEPENDS+= mad:${PORTSDIR}/audio/libmad
PLIST_FILES+= lib/libmp3splt/libsplt_mp3.a \
lib/libmp3splt/libsplt_mp3.la \
lib/libmp3splt/libsplt_mp3.so \
@ -48,7 +48,7 @@ PLIST_FILES+= lib/libmp3splt/libsplt_mp3.a \
.if defined(WITHOUT_PCRE)
CONFIGURE_ARGS+= --disable-pcre
.else
LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre
LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre
.endif
.if defined(WITHOUT_ID3)
@ -60,8 +60,8 @@ LIB_DEPENDS+= id3tag:${PORTSDIR}/audio/libid3tag
.if defined(WITHOUT_VORBIS)
CONFIGURE_ARGS+= --disable-ogg
.else
LIB_DEPENDS+= ogg.7:${PORTSDIR}/audio/libogg \
vorbis.4:${PORTSDIR}/audio/libvorbis
LIB_DEPENDS+= ogg:${PORTSDIR}/audio/libogg \
vorbis:${PORTSDIR}/audio/libvorbis
PLIST_FILES+= lib/libmp3splt/libsplt_ogg.a \
lib/libmp3splt/libsplt_ogg.la \
lib/libmp3splt/libsplt_ogg.so \
@ -72,7 +72,7 @@ PLIST_FILES+= lib/libmp3splt/libsplt_ogg.a \
CONFIGURE_ARGS+= --disable-nls
.else
USE_GETTEXT= yes
LANGUAGES= de_DE cs es fr_FR
LANGUAGES= de_DE cs es fr_FR hr
.for language in ${LANGUAGES}
PLIST_FILES+= share/locale/${language}/LC_MESSAGES/libmp3splt.mo
.endfor

View file

@ -1,2 +1,2 @@
SHA256 (libmp3splt-0.7.1.tar.gz) = c006436db293a21da2ebc65ceaecf775cbf694b82b20a8506b827e236d7e0e73
SIZE (libmp3splt-0.7.1.tar.gz) = 638672
SHA256 (libmp3splt-0.7.2.tar.gz) = a3304038d48bfa3c44c946140ff7ba1e0c325e5460a94f33173fc1d09ab6f99e
SIZE (libmp3splt-0.7.2.tar.gz) = 644218