From owner-svn-ports-all@FreeBSD.ORG Wed Oct 16 21:19:40 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 716B4D97; Wed, 16 Oct 2013 21:19:40 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 44BDB2B8F; Wed, 16 Oct 2013 21:19:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9GLJeT0081664; Wed, 16 Oct 2013 21:19:40 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9GLJdkb081659; Wed, 16 Oct 2013 21:19:39 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201310162119.r9GLJdkb081659@svn.freebsd.org> From: Guido Falsi Date: Wed, 16 Oct 2013 21:19:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330544 - head/audio/sweep X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Oct 2013 21:19:40 -0000 Author: madpilot Date: Wed Oct 16 21:19:39 2013 New Revision: 330544 URL: http://svnweb.freebsd.org/changeset/ports/330544 Log: - Convert to staging - Convert LIB_DEPENDS to new format Modified: head/audio/sweep/Makefile head/audio/sweep/pkg-plist (contents, props changed) Modified: head/audio/sweep/Makefile ============================================================================== --- head/audio/sweep/Makefile Wed Oct 16 21:18:48 2013 (r330543) +++ head/audio/sweep/Makefile Wed Oct 16 21:19:39 2013 (r330544) @@ -11,14 +11,13 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Sound editor for the GNOME/GTK+2 desktop -LIB_DEPENDS= mad:${PORTSDIR}/audio/libmad \ - samplerate:${PORTSDIR}/audio/libsamplerate \ - sndfile:${PORTSDIR}/audio/libsndfile \ - vorbis:${PORTSDIR}/audio/libvorbis \ - speex:${PORTSDIR}/audio/speex +LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/libmad \ + libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ + libsndfile.so:${PORTSDIR}/audio/libsndfile \ + libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libspeex.so:${PORTSDIR}/audio/speex USE_BZIP2= yes -NO_STAGE= yes USES= pathfix gettext pkgconfig gmake USE_GNOME= gtk20 USE_AUTOTOOLS= libtool @@ -32,8 +31,6 @@ CONFIGURE_ARGS= --with-extralibdir=${LOC --with-ogg-libraries=${LOCALBASE}/lib \ --with-ogg-includes=${LOCALBASE}/include/ogg -MAN1= ${PORTNAME}.1 - post-patch: @${REINPLACE_CMD} -e 's|^ac_enable_alsa=yes|ac_enable_alsa=no|g ; \ s|$${datadir}|$${datarootdir}|g' ${WRKSRC}/configure Modified: head/audio/sweep/pkg-plist ============================================================================== --- head/audio/sweep/pkg-plist Wed Oct 16 21:18:48 2013 (r330543) +++ head/audio/sweep/pkg-plist Wed Oct 16 21:19:39 2013 (r330544) @@ -15,6 +15,7 @@ lib/sweep/libfade.so lib/sweep/libladspameta.so lib/sweep/libnormalise.so lib/sweep/libreverse.so +man/man1/sweep.1.gz share/applications/sweep.desktop share/locale/de/LC_MESSAGES/sweep.mo share/locale/el/LC_MESSAGES/sweep.mo