From owner-svn-ports-head@freebsd.org Wed Jun 27 07:55:08 2018 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 622081010971; Wed, 27 Jun 2018 07:55:08 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 16EF471DF7; Wed, 27 Jun 2018 07:55:08 +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 ECFAB203D4; Wed, 27 Jun 2018 07:55:07 +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 w5R7t7Oe094588; Wed, 27 Jun 2018 07:55:07 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5R7t7VV094585; Wed, 27 Jun 2018 07:55:07 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201806270755.w5R7t7VV094585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 27 Jun 2018 07:55:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473420 - head/audio/qsynth X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/audio/qsynth X-SVN-Commit-Revision: 473420 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 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: Wed, 27 Jun 2018 07:55:08 -0000 Author: tobik Date: Wed Jun 27 07:55:07 2018 New Revision: 473420 URL: https://svnweb.freebsd.org/changeset/ports/473420 Log: audio/qsynth: Update to 0.5.1 - Use the upstream release tarballs with a pregenerated configure, etc. - Drop the seemingly unnecessary post-configure which was added in r308039 but with no reason given for it in the associated PR or log - Update --help output to mention the sndio drivers too - Patch audio driver list in the man pages too - Follow WWW redirect - Take maintainership Changes: https://qsynth.sourceforge.io/qsynth-downloads.html Modified: head/audio/qsynth/Makefile head/audio/qsynth/distinfo head/audio/qsynth/pkg-descr Modified: head/audio/qsynth/Makefile ============================================================================== --- head/audio/qsynth/Makefile Wed Jun 27 05:15:24 2018 (r473419) +++ head/audio/qsynth/Makefile Wed Jun 27 07:55:07 2018 (r473420) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= qsynth -DISTVERSIONPREFIX= qsynth_ -DISTVERSION= 0_5_0 -PORTREVISION= 1 +PORTVERSION= 0.5.1 CATEGORIES= audio +MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tobik@FreeBSD.org COMMENT= Qt fluidsynth front-end application LICENSE= GPLv2+ @@ -15,12 +14,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth -USES= autoreconf gmake pkgconfig +USES= gmake pkgconfig USE_CXXSTD= c++11 USE_QT5= core gui widgets x11extras buildtools_build linguisttools_build qmake_build USE_GL= gl -USE_GITHUB= yes -GH_ACCOUNT= rncbc GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_ac_cv_qmake=${QMAKE} \ @@ -45,14 +42,11 @@ XUNIQUE_USE= XORG=x11 post-patch: @${REINPLACE_CMD} -e ' \ - s|oss,alsa,alsa_seq,|jack,oss,|; \ - s|alsa,jack,oss,dsound,|jack,oss,dsound,|; \ + s|oss,alsa,alsa_seq,|jack,sndio,oss,|; \ + s|alsa,jack,oss,dsound,|jack,sndio,oss,|; \ s|"/MidiDriver", "alsa_seq"|"/MidiDriver", "jack"|; \ s|m_settings.value("/SoundFontDir").toString();|m_settings.value("/SoundFontDir").toString().isEmpty() ? "${LOCALBASE}/share/sounds/sf2" : m_settings.value("/SoundFontDir").toString();|' \ - ${WRKSRC}/src/qsynthOptions.cpp - -post-configure: - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} -o qsynth.mak \ - ${QMAKE_ARGS}) + ${WRKSRC}/src/qsynthOptions.cpp \ + ${WRKSRC}/qsynth.1 ${WRKSRC}/qsynth.fr.1 .include Modified: head/audio/qsynth/distinfo ============================================================================== --- head/audio/qsynth/distinfo Wed Jun 27 05:15:24 2018 (r473419) +++ head/audio/qsynth/distinfo Wed Jun 27 07:55:07 2018 (r473420) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515704925 -SHA256 (rncbc-qsynth-qsynth_0_5_0_GH0.tar.gz) = 8532161a995e5b1150dd26be9bf6b7379dbd9fb7c1763fe52b7474a8a5c9b0a3 -SIZE (rncbc-qsynth-qsynth_0_5_0_GH0.tar.gz) = 211118 +TIMESTAMP = 1530081200 +SHA256 (qsynth-0.5.1.tar.gz) = 579144c47813cf8426026fe3028abbe84c3d490311f1dd49ddcbc5056d0ef34e +SIZE (qsynth-0.5.1.tar.gz) = 262803 Modified: head/audio/qsynth/pkg-descr ============================================================================== --- head/audio/qsynth/pkg-descr Wed Jun 27 05:15:24 2018 (r473419) +++ head/audio/qsynth/pkg-descr Wed Jun 27 07:55:07 2018 (r473420) @@ -4,4 +4,4 @@ softsynth management application allowing the user to a variety of command line softsynth but for the moment it wraps the excellent FluidSynth. -WWW: http://qsynth.sourceforge.net/ +WWW: https://qsynth.sourceforge.io/