Date: Thu, 2 May 2019 14:38:32 +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: r500665 - head/audio/amsynth Message-ID: <201905021438.x42EcWq2010484@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Thu May 2 14:38:32 2019 New Revision: 500665 URL: https://svnweb.freebsd.org/changeset/ports/500665 Log: audio/amsynth: Update to 1.9.0 - Use release tarball - Remove gcc dependency; it builds fine with clang now. - Take maintainership Changes: https://github.com/amsynth/amsynth/releases/tag/release-1.9.0 PR: 237360 Approved by: hello@blubee.me (maintainer timeout, 2 weeks) Modified: head/audio/amsynth/Makefile head/audio/amsynth/distinfo Modified: head/audio/amsynth/Makefile ============================================================================== --- head/audio/amsynth/Makefile Thu May 2 14:35:20 2019 (r500664) +++ head/audio/amsynth/Makefile Thu May 2 14:38:32 2019 (r500665) @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= amsynth -DISTVERSION= 1.8.0.g20171103 -PORTREVISION= 3 +DISTVERSION= 1.9.0 CATEGORIES= audio +MASTER_SITES= https://github.com/amsynth/amsynth/releases/download/release-${DISTVERSION}/ -MAINTAINER= hello@blubee.me +MAINTAINER= tobik@FreeBSD.org COMMENT= Analog modelling software synth LICENSE= GPLv2+ @@ -21,25 +21,18 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ liblo.so:audio/liblo \ libsndfile.so:audio/libsndfile -USES= autoreconf:build compiler:gcc-c++11-lib gettext-tools \ - gmake libtool localbase pkgconfig -USE_CXXSTD= gnu++11 -USE_GITHUB= yes -GH_TAGNAME= 37f25f2 +USES= compiler:c++11-lang gettext-tools gmake gnome libtool localbase \ + pkgconfig tar:bzip2 USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 intltool pango -USE_LDCONFIG= yes +INSTALLS_ICONS= yes GNU_CONFIGURE= yes -INSTALLS_ICONS= yes OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls - -pre-configure: - @cd ${WRKSRC} && ./autogen.sh post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/dssi/*.so \ Modified: head/audio/amsynth/distinfo ============================================================================== --- head/audio/amsynth/distinfo Thu May 2 14:35:20 2019 (r500664) +++ head/audio/amsynth/distinfo Thu May 2 14:38:32 2019 (r500665) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509721859 -SHA256 (amsynth-amsynth-1.8.0.g20171103-37f25f2_GH0.tar.gz) = 62f9e6f5b5b0c7413bea98f58e058f74833836876ec977ff75ce48473ebc4995 -SIZE (amsynth-amsynth-1.8.0.g20171103-37f25f2_GH0.tar.gz) = 1453134 +TIMESTAMP = 1555591811 +SHA256 (amsynth-1.9.0.tar.bz2) = c0d1e11be528366da543363e73363a4b9fd86f72e03d2d22adb3ec355fa61a80 +SIZE (amsynth-1.9.0.tar.bz2) = 1145389
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905021438.x42EcWq2010484>