From tkato432@yahoo.com  Tue Mar 22 18:23:07 2011
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B78CF1065677
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 22 Mar 2011 18:22:41 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164])
	by mx1.freebsd.org (Postfix) with ESMTP id 8C78A8FC1F
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 22 Mar 2011 18:22:41 +0000 (UTC)
Received: from msa101lp.auone-net.jp (MSA101lp [172.27.12.179])
	by msa101lp.auone-net.jp (au one net msa) with ESMTP id F1E002E0269
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 23 Mar 2011 03:01:21 +0900 (JST)
Received: from localhost.localdomain (ZT048080.ppp.dion.ne.jp [59.128.48.80])
	by msa101lp.auone-net.jp (au one net msa) with ESMTP id ED1F234034
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 23 Mar 2011 03:01:19 +0900 (JST)
Message-Id: <20110323030028.969ea607.tkato432@yahoo.com>
Date: Wed, 23 Mar 2011 03:00:28 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: audio/xsynth-dssi to 0.9.4

>Number:         155862
>Category:       ports
>Synopsis:       Update port: audio/xsynth-dssi to 0.9.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 22 18:30:04 UTC 2011
>Closed-Date:    Sun Mar 27 10:12:26 UTC 2011
>Last-Modified:  Sun Mar 27 10:20:22 UTC 2011
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.3-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 0.9.4

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/xsynth-dssi/Makefile audio/xsynth-dssi/Makefile
--- /usr/ports/audio/xsynth-dssi/Makefile	2010-12-04 22:13:16.000000000 +0900
+++ audio/xsynth-dssi/Makefile	2011-03-22 15:38:08.000000000 +0900
@@ -6,23 +6,28 @@
 #
 
 PORTNAME=	xsynth-dssi
-PORTVERSION=	0.9.2
-PORTREVISION=	2
+PORTVERSION=	0.9.4
 CATEGORIES=	audio
 MASTER_SITES=	SF/dssi/${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Classic analog style software synthesizer
 
+BUILD_DEPENDS=	${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi \
+		${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
 LIB_DEPENDS=	dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \
 		lo.7:${PORTSDIR}/audio/liblo \
 		jack.0:${PORTSDIR}/audio/jack
-BUILD_DEPENDS=	${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi
 
-GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+LICENSE=	GPLv2 LGPL21
+LICENSE_COMB=	multi
+
 USE_GNOME=	gtk20
-CFLAGS+=	-I${LOCALBASE}/include/dssi
+USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
+CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
+
+CPPFLAGS=	-I${LOCALBASE}/include
+LDFLAGS=	-L${LOCALBASE}/lib
 
 .include <bsd.port.mk>
diff -urN /usr/ports/audio/xsynth-dssi/distinfo audio/xsynth-dssi/distinfo
--- /usr/ports/audio/xsynth-dssi/distinfo	2011-03-20 02:18:02.000000000 +0900
+++ audio/xsynth-dssi/distinfo	2011-03-14 07:32:09.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (xsynth-dssi-0.9.2.tar.gz) = 81a2178a601ea0724aab7ea14ad41ce07b9a28a1c432d8e1758d37234d7140af
-SIZE (xsynth-dssi-0.9.2.tar.gz) = 451758
+SHA256 (xsynth-dssi-0.9.4.tar.gz) = d3d24941a509c6193eac2b2ee3c9a6057c832565a0b66e58c3bd2e89afd8dc02
+SIZE (xsynth-dssi-0.9.4.tar.gz) = 465783
diff -urN /usr/ports/audio/xsynth-dssi/pkg-plist audio/xsynth-dssi/pkg-plist
--- /usr/ports/audio/xsynth-dssi/pkg-plist	2007-01-28 09:23:01.000000000 +0900
+++ audio/xsynth-dssi/pkg-plist	2011-03-14 08:17:45.000000000 +0900
@@ -1,7 +1,7 @@
-lib/dssi/xsynth-dssi/Xsynth_gtk
-lib/dssi/xsynth-dssi.so
-lib/dssi/xsynth-dssi.la
 lib/dssi/xsynth-dssi.a
+lib/dssi/xsynth-dssi.la
+lib/dssi/xsynth-dssi.so
+lib/dssi/xsynth-dssi/Xsynth_gtk
 %%DATADIR%%/factory_patches.Xsynth
 %%DATADIR%%/version_0.1_patches.Xsynth
 @dirrm %%DATADIR%%
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Mar 22 23:14:35 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155862 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Mar 27 10:12:25 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155862 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/155862: commit references a PR
Date: Sun, 27 Mar 2011 10:13:22 +0000 (UTC)

 miwi        2011-03-27 10:12:30 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/xsynth-dssi    Makefile distinfo pkg-plist 
   Log:
   - Update to 0.9.4
   
   PR:             155862
   Submitted by:   Ports Fury
   
   Revision  Changes    Path
   1.15      +11 -6     ports/audio/xsynth-dssi/Makefile
   1.4       +2 -2      ports/audio/xsynth-dssi/distinfo
   1.2       +3 -3      ports/audio/xsynth-dssi/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
