diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-04-18 08:25:14 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-04-18 08:25:14 +0000 |
commit | d78748efb7dc707a9f3a4c8277b27f540cdbefce (patch) | |
tree | 83676e7c910147432d7d4039f150f1374a157d24 | |
parent | 4fe1a78c7369539d62ed7a364fc227470fca06e2 (diff) | |
download | ports-d78748efb7dc707a9f3a4c8277b27f540cdbefce.tar.gz ports-d78748efb7dc707a9f3a4c8277b27f540cdbefce.zip |
Notes
-rw-r--r-- | audio/mp3splt/Makefile | 10 | ||||
-rw-r--r-- | audio/mp3splt/distinfo | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile index 51d769177d54..d48374980248 100644 --- a/audio/mp3splt/Makefile +++ b/audio/mp3splt/Makefile @@ -6,9 +6,9 @@ # PORTNAME= mp3splt -PORTVERSION= 2.4 +PORTVERSION= 2.4.1 CATEGORIES= audio -MASTER_SITES= SF +MASTER_SITES= SF/mp3splt/${PORTNAME} MAINTAINER= citrin@citrin.ru COMMENT= Utility to split mp3 and ogg files (via CUE sheets) @@ -34,12 +34,12 @@ PLIST_FILES= bin/mp3splt bin/oggsplt CONFIGURE_ARGS+= --disable-nls .else USE_GETTEXT= yes -LANGUAGES= de_DE es fr_FR +LANGUAGES= cs 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" +PLIST_DIRSTRY+= share/locale/de_DE/LC_MESSAGES +PLIST_DIRSTRY+= share/locale/de_DE .endif .include <bsd.port.post.mk> diff --git a/audio/mp3splt/distinfo b/audio/mp3splt/distinfo index 8633f9df57f6..16fd05ae0806 100644 --- a/audio/mp3splt/distinfo +++ b/audio/mp3splt/distinfo @@ -1,2 +1,2 @@ -SHA256 (mp3splt-2.4.tar.gz) = bbd5932da82dc4bf02052f8ad14888414d57056f0f2f56a9e5799c40e03aa1a8 -SIZE (mp3splt-2.4.tar.gz) = 232170 +SHA256 (mp3splt-2.4.1.tar.gz) = e625bf7d3f11d69572794a8b9e85729c5c0b99ad52f5dbc4eafdea4644400d6e +SIZE (mp3splt-2.4.1.tar.gz) = 236103 |