Date: Fri, 8 Apr 2016 12:37:36 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412734 - head/audio/qsynth Message-ID: <201604081237.u38Cba4K009719@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Fri Apr 8 12:37:36 2016 New Revision: 412734 URL: https://svnweb.freebsd.org/changeset/ports/412734 Log: Update to 0.4.1. PR: 208610 Submitted by: tkato432 yahoo com Sponsored by: Absolight Modified: head/audio/qsynth/Makefile (contents, props changed) head/audio/qsynth/distinfo (contents, props changed) Modified: head/audio/qsynth/Makefile ============================================================================== --- head/audio/qsynth/Makefile Fri Apr 8 12:37:30 2016 (r412733) +++ head/audio/qsynth/Makefile Fri Apr 8 12:37:36 2016 (r412734) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qsynth -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 CATEGORIES= audio MASTER_SITES= SF @@ -10,7 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Qt fluidsynth front-end application LICENSE= GPLv2+ -#LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth @@ -24,7 +24,6 @@ CONFIGURE_ENV= ac_cv_path_ac_cv_qmake=${ ac_cv_path_ac_lrelease=${LRELEASE} CONFIGURE_ARGS= --localedir=${DATADIR} \ --with-fluidsynth=${LOCALBASE} -INSTALLS_ICONS= yes OPTIONS_DEFINE= GRADIENT SYSTEM_TRAY OPTIONS_SINGLE= TOOLKIT @@ -39,9 +38,8 @@ QT4_USE= qt4=corelib,gui \ QT4_CONFIGURE_ENABLE= qt4 QT5_USE= qt5=core,gui,widgets,x11extras \ qt5=buildtools_build,linguisttools_build,qmake_build -QT5_CXXFLAGS= -fPIC QT5_CONFIGURE_ENABLE= qt5 -SYSTEM_TRAY_DESC= System-tray icon +SYSTEM_TRAY_DESC= System-tray icon support SYSTEM_TRAY_CONFIGURE_ENABLE= system-tray TOOLKIT_DESC= Qt toolkit Modified: head/audio/qsynth/distinfo ============================================================================== --- head/audio/qsynth/distinfo Fri Apr 8 12:37:30 2016 (r412733) +++ head/audio/qsynth/distinfo Fri Apr 8 12:37:36 2016 (r412734) @@ -1,2 +1,2 @@ -SHA256 (qsynth-0.4.0.tar.gz) = 9dc8413ddc6847a2dd0bfb3b44e0246273531ea253fd9dc91c5c329876420cb2 -SIZE (qsynth-0.4.0.tar.gz) = 251230 +SHA256 (qsynth-0.4.1.tar.gz) = 50f4e36e0c5a7e092429e1cafbd8989346127b8b0c0868566addcacc5735970c +SIZE (qsynth-0.4.1.tar.gz) = 251821
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604081237.u38Cba4K009719>