From owner-svn-ports-head@freebsd.org Fri Jul 12 15:42:07 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E69D315CDAE7; Fri, 12 Jul 2019 15:42:06 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8BFE37591A; Fri, 12 Jul 2019 15:42:06 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 61DE61881A; Fri, 12 Jul 2019 15:42:06 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x6CFg6Gx048881; Fri, 12 Jul 2019 15:42:06 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x6CFg61L048878; Fri, 12 Jul 2019 15:42:06 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201907121542.x6CFg61L048878@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 12 Jul 2019 15:42:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506465 - head/audio/qsynth X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/audio/qsynth X-SVN-Commit-Revision: 506465 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8BFE37591A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.93)[-0.931,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 12 Jul 2019 15:42:07 -0000 Author: tobik Date: Fri Jul 12 15:42:05 2019 New Revision: 506465 URL: https://svnweb.freebsd.org/changeset/ports/506465 Log: audio/qsynth: Update to 0.5.7 - Pet portclippy while here Changes: https://qsynth.sourceforge.io/qsynth-downloads.html Modified: head/audio/qsynth/Makefile head/audio/qsynth/distinfo Modified: head/audio/qsynth/Makefile ============================================================================== --- head/audio/qsynth/Makefile Fri Jul 12 15:41:37 2019 (r506464) +++ head/audio/qsynth/Makefile Fri Jul 12 15:42:05 2019 (r506465) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qsynth -PORTVERSION= 0.5.6 +PORTVERSION= 0.5.7 CATEGORIES= audio MASTER_SITES= SF @@ -20,13 +20,13 @@ USE_QT= core gui network widgets x11extras buildtools linguisttools_build qmake_build GNU_CONFIGURE= yes +CONFIGURE_ARGS= --localedir=${DATADIR} \ + --with-fluidsynth=${LOCALBASE} CONFIGURE_ENV= ac_cv_path_ac_cv_qmake=${QMAKE} \ ac_cv_path_ac_lrelease=${LRELEASE} \ ac_cv_path_ac_lupdate=${LUPDATE} \ ac_cv_path_ac_moc=${MOC} \ ac_cv_path_ac_uic=${UIC} -CONFIGURE_ARGS= --localedir=${DATADIR} \ - --with-fluidsynth=${LOCALBASE} # cf. PR 224488 LDFLAGS+= -Wl,--as-needed @@ -40,8 +40,8 @@ XUNIQUE_DESC= X11 unique/single instance GRADIENT_CONFIGURE_ENABLE= gradient SYSTEM_TRAY_CONFIGURE_ENABLE= system-tray -XUNIQUE_CONFIGURE_ENABLE= xunique XUNIQUE_USE= XORG=x11 +XUNIQUE_CONFIGURE_ENABLE= xunique post-patch: @${REINPLACE_CMD} -e ' \ Modified: head/audio/qsynth/distinfo ============================================================================== --- head/audio/qsynth/distinfo Fri Jul 12 15:41:37 2019 (r506464) +++ head/audio/qsynth/distinfo Fri Jul 12 15:42:05 2019 (r506465) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554981036 -SHA256 (qsynth-0.5.6.tar.gz) = a6eb404778fad87bb37fa1fb4caf1d80f24a324f9c3a22b669df2f8c94849040 -SIZE (qsynth-0.5.6.tar.gz) = 269583 +TIMESTAMP = 1562945333 +SHA256 (qsynth-0.5.7.tar.gz) = 86eef57606423f4a369d130c3e222d7f847ba1c57d2e7eefb4c0c8a7102735a2 +SIZE (qsynth-0.5.7.tar.gz) = 315715