Date: Sun, 01 Dec 2019 11:48:38 +0100 From: Jan Beich <jbeich@FreeBSD.org> To: Yuri Victorovich <yuri@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r518739 - head/audio/zrythm Message-ID: <4kyk-s4mx-wny@FreeBSD.org> In-Reply-To: <201911302310.xAUNACPj056546@repo.freebsd.org> (Yuri Victorovich's message of "Sat, 30 Nov 2019 23:10:12 %2B0000 (UTC)") References: <201911302310.xAUNACPj056546@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Yuri Victorovich <yuri@FreeBSD.org> writes: > 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}/ [...] > -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 git.zrythm.org runs on cgit, not GitLab. Maybe try the following: diff --git a/audio/zrythm/Makefile b/audio/zrythm/Makefile index 670ba56da5bf..17c77f8dba6f 100644 --- a/audio/zrythm/Makefile +++ b/audio/zrythm/Makefile @@ -5,7 +5,6 @@ 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 @@ -33,8 +32,8 @@ RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ USES= gettext-tools meson python:3.5+,build gettext-runtime gnome \ libtool pkgconfig shebangfix xorg -#USE_GITLAB= yes # broken: doesn't require GL_COMMIT any more, see bug#242329 -#GL_SITE= https://git.zrythm.org +USE_GITLAB= yes +GL_COMMIT= 5b1f4efa53ca33090ef7795204dfc387072f58f5 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 diff --git a/audio/zrythm/distinfo b/audio/zrythm/distinfo index b83f1ec846f3..29b0acbea787 100644 --- a/audio/zrythm/distinfo +++ b/audio/zrythm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1575154997 -SHA256 (zrythm-v0.5.097.tar.gz) = a2a22b1e707a069a46817ea3cfef0a3b96458090134d8f31d7422ecb1f5467df -SIZE (zrythm-v0.5.097.tar.gz) = 7076190 +TIMESTAMP = 1561156528 +SHA256 (zrythm-zrythm-5b1f4efa53ca33090ef7795204dfc387072f58f5_GL0.tar.gz) = 9b1617cf22005215c8dfdc8148d4c449df86038f28cd769563d1c607d0909b11 +SIZE (zrythm-zrythm-5b1f4efa53ca33090ef7795204dfc387072f58f5_GL0.tar.gz) = 7060491
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4kyk-s4mx-wny>