Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2013 21:19:39 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330544 - head/audio/sweep
Message-ID:  <201310162119.r9GLJdkb081659@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310162119.r9GLJdkb081659>