diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2011-09-17 00:00:37 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2011-09-17 00:00:37 +0800 |
commit | ad3c783498bc6bb930735b2043c36e28ffcad243 (patch) | |
tree | 03d422b6ad7095a93d34f983dbaa5222b1010722 /audio/mp3splt | |
parent | 74eca687b69c83e4b6b2dbaf843156e5040c0dc4 (diff) | |
download | freebsd-ports-gnome-ad3c783498bc6bb930735b2043c36e28ffcad243.tar.gz freebsd-ports-gnome-ad3c783498bc6bb930735b2043c36e28ffcad243.tar.zst freebsd-ports-gnome-ad3c783498bc6bb930735b2043c36e28ffcad243.zip |
- Update mp3splt to 2.4
- Update libmp3splt to 0.7
Submitted by: maintainer via email
Diffstat (limited to 'audio/mp3splt')
-rw-r--r-- | audio/mp3splt/Makefile | 9 | ||||
-rw-r--r-- | audio/mp3splt/distinfo | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile index 254629b18cb2..7ca59c1eca10 100644 --- a/audio/mp3splt/Makefile +++ b/audio/mp3splt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mp3splt -PORTVERSION= 2.3a +PORTVERSION= 2.4 CATEGORIES= audio MASTER_SITES= SF @@ -17,10 +17,11 @@ LIB_DEPENDS= mp3splt:${PORTSDIR}/audio/libmp3splt USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \ - CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" +CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" CONFIGURE_ARGS+=--enable-oggsplt_symlink --disable-mp3splttest +CPPFLAGS+= -I${LOCALBASE}/include + OPTIONS= NLS "Native language support" on MAN1= oggsplt.1 mp3splt.1 @@ -36,6 +37,8 @@ LANGUAGES= de_DE es fr_FR .for language in ${LANGUAGES} PLIST_FILES+= share/locale/${language}/LC_MESSAGES/mp3splt.mo .endfor +PLIST_FILES+= "@dirrmtry share/locale/de_DE/LC_MESSAGES" +PLIST_FILES+= "@dirrmtry share/locale/de_DE" .endif .include <bsd.port.post.mk> diff --git a/audio/mp3splt/distinfo b/audio/mp3splt/distinfo index f8912bac2c0a..8633f9df57f6 100644 --- a/audio/mp3splt/distinfo +++ b/audio/mp3splt/distinfo @@ -1,2 +1,2 @@ -SHA256 (mp3splt-2.3a.tar.gz) = 2694220ba2cf9770c82cf74324fa4e3fdc2713c955a3f0725cde7baf5061dfbb -SIZE (mp3splt-2.3a.tar.gz) = 231240 +SHA256 (mp3splt-2.4.tar.gz) = bbd5932da82dc4bf02052f8ad14888414d57056f0f2f56a9e5799c40e03aa1a8 +SIZE (mp3splt-2.4.tar.gz) = 232170 |