Date: Wed, 9 Jan 2002 14:13:08 +0100 (CET) From: Jochem Kossen <j.kossen@home.nl> To: FreeBSD-gnats-submit@freebsd.org Cc: naddy@freebsd.org Subject: ports/33731: update port: audio/vorbis-tools from 1.0rc2 to 1.0rc3 Message-ID: <200201091313.g09DD8O64572@jochem.dyndns.org>
next in thread | raw e-mail | index | archive | help
>Number: 33731 >Category: ports >Synopsis: update port: audio/vorbis-tools from 1.0rc2 to 1.0rc3 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jan 09 05:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jochem Kossen >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: >Environment: System: FreeBSD lisa.jochem.dyndns.org 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #0: Sun Jan 6 14:21:22 CET 2002 root@lisa.jochem.dyndns.org:/usr/obj/usr/src/sys/LISA i386 >Description: vorbis-tools are now at 1.0rc3. This patch updates the port. >How-To-Repeat: >Fix: --- update-vorbis-tools-1.0rc2_1.0rc3.diff begins here --- diff -urN audio/vorbis-tools.orig/Makefile audio/vorbis-tools/Makefile --- audio/vorbis-tools.orig/Makefile Wed Jan 9 02:33:23 2002 +++ audio/vorbis-tools/Makefile Wed Jan 9 13:39:03 2002 @@ -6,23 +6,26 @@ # PORTNAME= vorbis-tools -PORTVERSION= 1.0.r2 +PORTVERSION= 1.0.r3 PORTEPOCH= 2 CATEGORIES= audio -MASTER_SITES= http://www.vorbis.com/files/rc2/unix/ +MASTER_SITES= http://www.vorbis.com/files/rc3/unix/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} MAINTAINER= naddy@FreeBSD.org -LIB_DEPENDS= ao.2:${PORTSDIR}/audio/libao \ - ogg.2:${PORTSDIR}/audio/libogg \ - vorbis.0:${PORTSDIR}/audio/libvorbis +GNU_CONFIGURE= yes -USE_LIBTOOL= yes -CONFIGURE_ARGS= --with-ao-prefix=${LOCALBASE} \ - --with-ogg-prefix=${LOCALBASE} \ - --with-vorbis-prefix=${LOCALBASE} +LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \ + ogg.3:${PORTSDIR}/audio/libogg \ + vorbis.1:${PORTSDIR}/audio/libvorbis \ + curl.2:${PORTSDIR}/ftp/curl -MAN1= ogg123.1 oggenc.1 ogginfo.1 +CONFIGURE_ARGS= --with-ao=${LOCALBASE} \ + --with-ogg=${LOCALBASE} \ + --with-vorbis=${LOCALBASE} \ + --with-curl=${LOCALBASE} + +MAN1= ogg123.1 oggenc.1 ogginfo.1 vcut.1 vorbiscomment.1 .include <bsd.port.mk> diff -urN audio/vorbis-tools.orig/distinfo audio/vorbis-tools/distinfo --- audio/vorbis-tools.orig/distinfo Wed Jan 9 02:33:35 2002 +++ audio/vorbis-tools/distinfo Wed Jan 9 02:30:16 2002 @@ -1 +1 @@ -MD5 (vorbis-tools-1.0rc2.tar.gz) = 2c8acbc323c701bed290293cf7928554 +MD5 (vorbis-tools-1.0rc3.tar.gz) = c28c6b28cddb1d7027afd9a47a0d7b9c diff -urN audio/vorbis-tools.orig/files/patch-ogg123_Makefile.in audio/vorbis-tools/files/patch-ogg123_Makefile.in --- audio/vorbis-tools.orig/files/patch-ogg123_Makefile.in Mon Aug 27 03:26:34 2001 +++ audio/vorbis-tools/files/patch-ogg123_Makefile.in Wed Jan 9 13:08:43 2002 @@ -1,9 +1,6 @@ - -$FreeBSD: ports/audio/vorbis-tools/files/patch-ogg123_Makefile.in,v 1.3 2001/08/27 01:26:34 trevor Exp $ - ---- ogg123/Makefile.in.orig Tue Aug 14 19:42:20 2001 -+++ ogg123/Makefile.in Tue Aug 14 19:42:31 2001 -@@ -323,7 +323,7 @@ +--- ogg123/Makefile.in.orig Tue Jan 1 03:23:58 2002 ++++ ogg123/Makefile.in Wed Jan 9 02:36:22 2002 +@@ -346,7 +346,7 @@ install-exec-am: install-binPROGRAMS install-exec: install-exec-am diff -urN audio/vorbis-tools.orig/pkg-plist audio/vorbis-tools/pkg-plist --- audio/vorbis-tools.orig/pkg-plist Mon Aug 27 03:26:33 2001 +++ audio/vorbis-tools/pkg-plist Wed Jan 9 13:30:34 2002 @@ -1,6 +1,5 @@ -@comment $FreeBSD: ports/audio/vorbis-tools/pkg-plist,v 1.5 2001/08/27 01:26:33 trevor Exp $ -bin/ogg123 -bin/oggenc -bin/ogginfo -bin/vcut bin/vorbiscomment +bin/vcut +bin/ogginfo +bin/oggenc +bin/ogg123 --- update-vorbis-tools-1.0rc2_1.0rc3.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201091313.g09DD8O64572>