Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/mp3splt/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 20 Dec 2003 16:14:11 -0000 1.4 +++ Makefile 30 Jan 2004 19:40:27 -0000 @@ -6,8 +6,7 @@ # PORTNAME= mp3splt -PORTVERSION= 1.9 -PORTREVISION= 2 +PORTVERSION= 2.0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,14 +16,17 @@ COMMENT= Utility to split mp3 and ogg files (via CUE sheets) LIB_DEPENDS= mad.2:${PORTSDIR}/audio/mad \ - vorbis.3:${PORTSDIR}/audio/libvorbis + vorbis.3:${PORTSDIR}/audio/libvorbis \ + ogg.5:${PORTSDIR}/audio/libogg GNU_CONFIGURE= yes CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \ CFLAGS="${CFLAGS} -I${LOCALBASE}/include" +CONFIGURE_TARGET:= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN1= mp3splt.1 +PLIST_FILES= bin/mp3splt bin/oggsplt .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/audio/mp3splt/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 28 Sep 2003 14:01:20 -0000 1.2 +++ distinfo 30 Jan 2004 19:40:27 -0000 @@ -1 +1,2 @@ -MD5 (mp3splt-1.9-src.tar.gz) = e9fe98ecb47add0ca2ad4b1a5bf599a4 +MD5 (mp3splt-2.0-src.tar.gz) = c092e4f4c1c9f12c83998b39bfe6138a +SIZE (mp3splt-2.0-src.tar.gz) = 130025 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/audio/mp3splt/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 14 Jun 2003 08:16:16 -0000 1.1 +++ pkg-plist 30 Jan 2004 19:40:27 -0000 @@ -1,2 +0,0 @@ -bin/mp3splt -bin/oggsplt