aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mp3splt
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-04-24 16:51:36 +0800
committeraz <az@FreeBSD.org>2013-04-24 16:51:36 +0800
commitdb8462b2245b86c714ae1304d7eaea3e0c373f0e (patch)
treec9d953820d2cfe0f6363a991cce4eefde876fc96 /audio/mp3splt
parentb9d920c9a1ad2713dd0feca12a260cbe6874e8d0 (diff)
downloadfreebsd-ports-gnome-db8462b2245b86c714ae1304d7eaea3e0c373f0e.tar.gz
freebsd-ports-gnome-db8462b2245b86c714ae1304d7eaea3e0c373f0e.tar.zst
freebsd-ports-gnome-db8462b2245b86c714ae1304d7eaea3e0c373f0e.zip
- Update libmp3splt to 0.8.2
- Update mp3splt to 2.5.2 - Add license - Pet portlint Submitted by: maintainer via IRC
Diffstat (limited to 'audio/mp3splt')
-rw-r--r--audio/mp3splt/Makefile16
-rw-r--r--audio/mp3splt/distinfo4
2 files changed, 8 insertions, 12 deletions
diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile
index 3bd8e1854397..3a2057daf793 100644
--- a/audio/mp3splt/Makefile
+++ b/audio/mp3splt/Makefile
@@ -2,18 +2,22 @@
# $FreeBSD$
PORTNAME= mp3splt
-PORTVERSION= 2.5.1
+PORTVERSION= 2.5.2
CATEGORIES= audio
MASTER_SITES= SF/mp3splt/${PORTNAME}/${PORTVERSION}
MAINTAINER= citrin@citrin.ru
COMMENT= Utility to split MP3 and Ogg files (via CUE sheets)
+LICENSE= GPLv2
+
LIB_DEPENDS= mp3splt:${PORTSDIR}/audio/libmp3splt
+USES= pkgconfig:build
USE_AUTOTOOLS= libltdl
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-oggsplt_symlink --disable-mp3splttest
+CONFIGURE_ARGS= --enable-oggsplt_symlink
+CONFIGURE_ENV+= PKG_CONFIG_PATH=${LOCALBASE}/lib/pkgconfig
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -38,12 +42,4 @@ PLIST_DIRSTRY+= share/locale/de_DE
CONFIGURE_ARGS+= --disable-nls
.endif
-post-patch:
-.if ${OSVERSION} < 800067
-# getline() is GNU extension which FreeBSD only recently adopted
- @${REINPLACE_CMD} -E \
- 's:getline\(&(.+, )&(.+, .+\) == )-1:fgets(\1\2NULL:' \
- ${WRKSRC}/src/freedb.c
-.endif
-
.include <bsd.port.mk>
diff --git a/audio/mp3splt/distinfo b/audio/mp3splt/distinfo
index e19c90c2253e..1b17ae6a34aa 100644
--- a/audio/mp3splt/distinfo
+++ b/audio/mp3splt/distinfo
@@ -1,2 +1,2 @@
-SHA256 (mp3splt-2.5.1.tar.gz) = 90f332987db5883c69a2ef533e2b1555058290036040a76d62345f53d4b4cd80
-SIZE (mp3splt-2.5.1.tar.gz) = 251278
+SHA256 (mp3splt-2.5.2.tar.gz) = df093e8950ba8f160898296f57e7c9134316b6e20d51b3e66d9c3b39f5fc2a44
+SIZE (mp3splt-2.5.2.tar.gz) = 250066