Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Nov 2019 23:10:12 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518739 - head/audio/zrythm
Message-ID:  <201911302310.xAUNACPj056546@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Nov 30 23:10:12 2019
New Revision: 518739
URL: https://svnweb.freebsd.org/changeset/ports/518739

Log:
  audio/zrythm: Unbreak: USE_GITLAB seems to be broken because GitLab doesn't require GL_COMMIT any more
  
  Related commit:	516880 (some ports were marked BROKEN for potentially the same reason)

Modified:
  head/audio/zrythm/Makefile
  head/audio/zrythm/distinfo

Modified: head/audio/zrythm/Makefile
==============================================================================
--- head/audio/zrythm/Makefile	Sat Nov 30 23:01:06 2019	(r518738)
+++ head/audio/zrythm/Makefile	Sat Nov 30 23:10:12 2019	(r518739)
@@ -5,12 +5,11 @@ DISTVERSIONPREFIX=	v
 DISTVERSION=	0.5.097
 PORTREVISION=	1
 CATEGORIES=	audio
+MASTER_SITES=	https://gitlab.com/${PORTNAME}/${PORTNAME}/-/archive/${DISTVERSIONFULL}/
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Modern music production system, also known as DAW
 
-BROKEN=		unfetchable
-
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
@@ -34,9 +33,8 @@ RUN_DEPENDS=	gsettings-desktop-schemas>=0:devel/gsetti
 
 USES=		gettext-tools meson python:3.5+,build gettext-runtime gnome \
 		libtool pkgconfig shebangfix xorg
-USE_GITLAB=	yes
-GL_SITE=	https://git.zrythm.org
-GL_COMMIT=	5b1f4efa53ca33090ef7795204dfc387072f58f5
+#USE_GITLAB=	yes # broken: doesn't require GL_COMMIT any more, see bug#242329
+#GL_SITE=	https://git.zrythm.org
 SHEBANG_FILES=	resources/gen-gtk-gresources-xml.py scripts/collect_translatables.sh scripts/meson_post_install.py
 USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 libxml2 pango
 USE_XORG=	x11

Modified: head/audio/zrythm/distinfo
==============================================================================
--- head/audio/zrythm/distinfo	Sat Nov 30 23:01:06 2019	(r518738)
+++ head/audio/zrythm/distinfo	Sat Nov 30 23:10:12 2019	(r518739)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1561193487
-SHA256 (zrythm-zrythm-5b1f4efa53ca33090ef7795204dfc387072f58f5_GL0.tar.gz) = 9b1617cf22005215c8dfdc8148d4c449df86038f28cd769563d1c607d0909b11
-SIZE (zrythm-zrythm-5b1f4efa53ca33090ef7795204dfc387072f58f5_GL0.tar.gz) = 7060491
+TIMESTAMP = 1575154997
+SHA256 (zrythm-v0.5.097.tar.gz) = a2a22b1e707a069a46817ea3cfef0a3b96458090134d8f31d7422ecb1f5467df
+SIZE (zrythm-v0.5.097.tar.gz) = 7076190



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911302310.xAUNACPj056546>