From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 19 18:20:03 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C618516A475 for ; Fri, 19 Oct 2007 18:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9D40813C480 for ; Fri, 19 Oct 2007 18:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9JIK3Mg060873 for ; Fri, 19 Oct 2007 18:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9JIK3Fj060872; Fri, 19 Oct 2007 18:20:03 GMT (envelope-from gnats) Resent-Date: Fri, 19 Oct 2007 18:20:03 GMT Resent-Message-Id: <200710191820.l9JIK3Fj060872@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5770916A419 for ; Fri, 19 Oct 2007 18:15:42 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id 04B1113C442 for ; Fri, 19 Oct 2007 18:15:41 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (MSA104lp [172.27.12.182]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 9EF9958C1FE for ; Sat, 20 Oct 2007 03:00:50 +0900 (JST) Received: from localhost.localdomain (ZT068240.ppp.dion.ne.jp [59.128.68.240]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 90B772BC031 for ; Sat, 20 Oct 2007 03:00:43 +0900 (JST) Message-Id: <20071020030010.13df8410.tkato432@yahoo.com> Date: Sat, 20 Oct 2007 03:00:10 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/117334: Update port: audio/sweep to 0.9.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2007 18:20:04 -0000 >Number: 117334 >Category: ports >Synopsis: Update port: audio/sweep to 0.9.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 19 18:20:03 UTC 2007 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 6.2-RELEASE-p8 i386 >Organization: >Environment: >Description: - Update to version 0.9.2 >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/sweep/Makefile audio/sweep/Makefile --- /usr/ports/audio/sweep/Makefile Mon Aug 6 15:10:58 2007 +++ audio/sweep/Makefile Sat Oct 13 00:01:32 2007 @@ -6,36 +6,37 @@ # PORTNAME= sweep -PORTVERSION= 0.9.1 -PORTREVISION= 4 +PORTVERSION= 0.9.2 CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A sound editor for the GNOME/GTK 2.0 desktop -LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ +LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \ samplerate.1:${PORTSDIR}/audio/libsamplerate \ + sndfile.1:${PORTSDIR}/audio/libsndfile \ vorbis.4:${PORTSDIR}/audio/libvorbis \ - speex.1:${PORTSDIR}/audio/speex \ - mad.2:${PORTSDIR}/audio/mad + speex.1:${PORTSDIR}/audio/speex USE_BZIP2= yes -USE_X_PREFIX= yes +USE_GNOME= gnomehack gnometarget gtk20 USE_GETTEXT= yes -USE_GNOME= gnomehack gnomeprefix gnometarget gtk20 USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-extralibdir=${LOCALBASE}/lib \ --with-extraincdir=${LOCALBASE}/include \ - --with-vorbis=${LOCALBASE}/lib \ - --with-vorbis=${LOCALBASE}/include/vorbis \ - --with-ogg=${LOCALBASE}/lib \ - --with-ogg=${LOCALBASE}/include/ogg + --with-vorbis-libraries=${LOCALBASE}/lib \ + --with-vorbis-includes=${LOCALBASE}/include/vorbis \ + --with-ogg-libraries=${LOCALBASE}/lib \ + --with-ogg-includes=${LOCALBASE}/include/ogg MAN1= sweep.1 + +post-patch: + @${REINPLACE_CMD} -e 's|^ac_enable_alsa=yes|ac_enable_alsa=no|g ; \ + s|$${datadir}|$${datarootdir}|g' ${WRKSRC}/configure .include diff -urN /usr/ports/audio/sweep/distinfo audio/sweep/distinfo --- /usr/ports/audio/sweep/distinfo Sun May 7 23:17:22 2006 +++ audio/sweep/distinfo Thu Oct 11 04:44:14 2007 @@ -1,3 +1,3 @@ -MD5 (sweep-0.9.1.tar.bz2) = 7c346e28ff09c4a4f529a607ffd165f9 -SHA256 (sweep-0.9.1.tar.bz2) = 68ba9d32d3c3ed72d8d91a9aa8a845ec4c79aaf1da67c4db2ba705d9bddc925f -SIZE (sweep-0.9.1.tar.bz2) = 898641 +MD5 (sweep-0.9.2.tar.bz2) = 285e04b950dda85639f13aaac86153a0 +SHA256 (sweep-0.9.2.tar.bz2) = 33f8a57b38d141e4892da807be8f4e0f99869f1414977a5e36715d1e6d673b77 +SIZE (sweep-0.9.2.tar.bz2) = 885375 diff -urN /usr/ports/audio/sweep/pkg-plist audio/sweep/pkg-plist --- /usr/ports/audio/sweep/pkg-plist Sun May 20 04:59:51 2007 +++ audio/sweep/pkg-plist Sat Oct 13 00:34:27 2007 @@ -9,27 +9,13 @@ include/sweep/sweep_types.h include/sweep/sweep_undo.h include/sweep/sweep_version.h -lib/sweep/libbyenergy.a -lib/sweep/libbyenergy.la lib/sweep/libbyenergy.so -lib/sweep/libecho.a -lib/sweep/libecho.la lib/sweep/libecho.so -lib/sweep/libfade.a -lib/sweep/libfade.la lib/sweep/libfade.so -lib/sweep/libladspameta.a -lib/sweep/libladspameta.la lib/sweep/libladspameta.so -lib/sweep/libnormalise.a -lib/sweep/libnormalise.la lib/sweep/libnormalise.so -lib/sweep/libreverse.a -lib/sweep/libreverse.la lib/sweep/libreverse.so -share/gnome/applications/sweep.desktop -share/gnome/pixmaps/sweep.svg -share/gnome/sweep/sweep_logo.ppm +share/applications/sweep.desktop share/locale/de/LC_MESSAGES/sweep.mo share/locale/el/LC_MESSAGES/sweep.mo share/locale/en_AU/LC_MESSAGES/sweep.mo @@ -39,8 +25,9 @@ share/locale/it/LC_MESSAGES/sweep.mo share/locale/pl/LC_MESSAGES/sweep.mo share/locale/ru/LC_MESSAGES/sweep.mo -@dirrm share/gnome/sweep +share/pixmaps/sweep.svg +%%DATADIR%%/sweep_splash.png +@dirrm %%DATADIR%% @dirrm lib/sweep @dirrm include/sweep -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@dirrmtry share/applications >Release-Note: >Audit-Trail: >Unformatted: