Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2014 02:54:24 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/185505: audio/qsynth: Update to version 0.3.8
Message-ID:  <20140106025424.f06748591f8344c4ada7a93a@yahoo.com>
Resent-Message-ID: <201401051810.s05IA2pl084996@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         185505
>Category:       ports
>Synopsis:       audio/qsynth: Update to version 0.3.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 05 18:10:02 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Update to version 0.3.8

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/qsynth/Makefile audio/qsynth/Makefile
--- /usr/ports/audio/qsynth/Makefile	2013-12-31 02:25:18.000000000 +0900
+++ audio/qsynth/Makefile	2014-01-06 00:00:00.000000000 +0900
@@ -2,9 +2,9 @@
 # $FreeBSD: head/audio/qsynth/Makefile 338143 2013-12-30 17:10:08Z antoine $
 
 PORTNAME=	qsynth
-PORTVERSION=	0.3.7
+PORTVERSION=	0.3.8
 CATEGORIES=	audio
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION}
+MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Qt fluidsynth front-end application
@@ -15,16 +15,14 @@
 
 OPTIONS_DEFINE=	GRADIENT SYSTEM_TRAY
 OPTIONS_DEFAULT=	GRADIENT SYSTEM_TRAY
-
 GRADIENT_DESC=		Gradient eye-candy
-GRADIENT_CONFIGURE_OFF=	--disable-gradient
-
+GRADIENT_CONFIGURE_ENABLE=	gradient
 SYSTEM_TRAY_DESC=	System-tray icon
-SYSTEM_TRAY_CONFIGURE_OFF=	--disable-system-tray
+SYSTEM_TRAY_CONFIGURE_ENABLE=	system-tray
 
+USES=		gmake
 USE_QT4=	gui linguist_build moc_build qmake_build rcc_build uic_build
 QT_NONSTANDARD=	yes
-USES=		gmake
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_path_ac_moc=${MOC} \
 		ac_cv_path_ac_uic=${UIC} \
@@ -36,6 +34,8 @@
 		--with-fluidsynth=${LOCALBASE}
 INSTALLS_ICONS=	yes
 
+.include <bsd.port.options.mk>
+
 post-configure:
 	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} -o qsynth.mak \
 		${QMAKE_ARGS})
diff -urN /usr/ports/audio/qsynth/distinfo audio/qsynth/distinfo
--- /usr/ports/audio/qsynth/distinfo	2013-11-06 21:52:31.000000000 +0900
+++ audio/qsynth/distinfo	2014-01-06 00:00:00.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (qsynth-0.3.7.tar.gz) = 5f6c40179285a2be54ecbed4956525d8c2a3e16c6343024e558e22920c5147fe
-SIZE (qsynth-0.3.7.tar.gz) = 243979
+SHA256 (qsynth-0.3.8.tar.gz) = 3c372b820915e9d385d9e6b5f0abe26dc83ace080765de01a0a28f845930b872
+SIZE (qsynth-0.3.8.tar.gz) = 254448
diff -urN /usr/ports/audio/qsynth/pkg-plist audio/qsynth/pkg-plist
--- /usr/ports/audio/qsynth/pkg-plist	2013-11-06 21:52:31.000000000 +0900
+++ audio/qsynth/pkg-plist	2014-01-06 00:00:00.000000000 +0900
@@ -6,4 +6,5 @@
 %%DATADIR%%/qsynth_es.qm
 %%DATADIR%%/qsynth_fr.qm
 %%DATADIR%%/qsynth_ru.qm
+%%DATADIR%%/qsynth_sr.qm
 @dirrm %%DATADIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



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