diff options
Diffstat (limited to 'audio/mp3splt')
-rw-r--r-- | audio/mp3splt/Makefile | 16 | ||||
-rw-r--r-- | audio/mp3splt/distinfo | 4 |
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 |