From owner-svn-ports-head@FreeBSD.ORG Thu Sep 26 13:59:43 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A1E4FAFB; Thu, 26 Sep 2013 13:59:43 +0000 (UTC) (envelope-from danilo@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 744482B9B; Thu, 26 Sep 2013 13:59:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8QDxh5a052002; Thu, 26 Sep 2013 13:59:43 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8QDxhnp051991; Thu, 26 Sep 2013 13:59:43 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201309261359.r8QDxhnp051991@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Thu, 26 Sep 2013 13:59:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328361 - in head/audio/whysynth: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Sep 2013 13:59:43 -0000 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@gmail.com +MAINTAINER= danilo@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 -@dirrm %%DATADIR%% -@dirrm lib/dssi/whysynth -@dirrm lib/dssi +@dirrmtry %%DATADIR%% +@dirrmtry lib/dssi/whysynth +@dirrmtry lib/dssi