ports/62125: [MAINTAINER] audio/mp3splt: update to 2.0

Ulrich Spoerlein q at uni.de
Fri Jan 30 19:50:43 UTC 2004


>Number:         62125
>Category:       ports
>Synopsis:       [MAINTAINER] audio/mp3splt: update to 2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 30 11:50:13 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Ulrich Spoerlein
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD roadrunner 5.2-RELEASE FreeBSD 5.2-RELEASE #4: Mon Jan 26 19:30:28 CET 2004
>Description:
- Update to 2.0
- SIZE
- pkg-plist removed
- add explicit libogg-dependance (already saturated through libvorbis)
- Rework CONFIGURE_TARGET for newer autoconf syntax

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- mp3splt-2.0.patch begins here ---
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 <bsd.port.mk>
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
--- mp3splt-2.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list