svn commit: r500665 - head/audio/amsynth

Tobias Kortkamp tobik at FreeBSD.org
Thu May 2 14:38:34 UTC 2019


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 at 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 at blubee.me
+MAINTAINER=	tobik at 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


More information about the svn-ports-all mailing list