svn commit: r328361 - in head/audio/whysynth: . files

Danilo Egea Gondolfo danilo at FreeBSD.org
Thu Sep 26 13:59:43 UTC 2013


Author: danilo
Date: Thu Sep 26 13:59:42 2013
New Revision: 328361
URL: http://svnweb.freebsd.org/changeset/ports/328361

Log:
  - Change maintainer email to @FreeBSD.org
  - Convert to new LIB_DEPENDS syntax
  - Add staging support
  - files/patch-configure no longer needed
  
  Approved by:	wg (mentor)

Deleted:
  head/audio/whysynth/files/patch-configure
Modified:
  head/audio/whysynth/Makefile
  head/audio/whysynth/pkg-plist

Modified: head/audio/whysynth/Makefile
==============================================================================
--- head/audio/whysynth/Makefile	Thu Sep 26 13:55:26 2013	(r328360)
+++ head/audio/whysynth/Makefile	Thu Sep 26 13:59:42 2013	(r328361)
@@ -7,7 +7,7 @@ PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://smbolton.com/whysynth/
 
-MAINTAINER=	danilogondolfo at gmail.com
+MAINTAINER=	danilo at FreeBSD.org
 COMMENT=	Versatile softsynth implemented as a DSSI plugin
 
 LICENSE=	GPLv2 LGPL21
@@ -15,14 +15,13 @@ LICENSE_COMB=	multi
 
 BUILD_DEPENDS=	${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi \
 		${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
-LIB_DEPENDS=	dssialsacompat:${PORTSDIR}/audio/libdssialsacompat \
-		lo:${PORTSDIR}/audio/liblo \
-		jack:${PORTSDIR}/audio/jack \
-		fftw3:${PORTSDIR}/math/fftw3 \
-		fftw3f:${PORTSDIR}/math/fftw3-float
+LIB_DEPENDS=	libdssialsacompat.so:${PORTSDIR}/audio/libdssialsacompat \
+		liblo.so:${PORTSDIR}/audio/liblo \
+		libjack.so:${PORTSDIR}/audio/jack \
+		libfftw3.so:${PORTSDIR}/math/fftw3 \
+		libfftw3f.so:${PORTSDIR}/math/fftw3-float
 
 USES=		gmake pkgconfig
-NO_STAGE=	yes
 USE_BZIP2=	yes
 USE_GNOME=	gtk20
 USE_AUTOTOOLS=	libtool

Modified: head/audio/whysynth/pkg-plist
==============================================================================
--- head/audio/whysynth/pkg-plist	Thu Sep 26 13:55:26 2013	(r328360)
+++ head/audio/whysynth/pkg-plist	Thu Sep 26 13:59:42 2013	(r328361)
@@ -8,7 +8,6 @@ lib/dssi/whysynth/WhySynth_gtk
 %%DATADIR%%/version_20051231_patches.WhySynth
 %%DATADIR%%/version_20090608_patches.WhySynth
 %%DATADIR%%/version_20100922_patches.WhySynth
-%%DATADIR%%/more_K4_interpretations.WhySynth
- at dirrm %%DATADIR%%
- at dirrm lib/dssi/whysynth
- at dirrm lib/dssi
+ at dirrmtry %%DATADIR%%
+ at dirrmtry lib/dssi/whysynth
+ at dirrmtry lib/dssi


More information about the svn-ports-all mailing list