Date: Fri, 12 Jul 2019 15:42:06 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506465 - head/audio/qsynth Message-ID: <201907121542.x6CFg61L048878@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907121542.x6CFg61L048878>