From owner-svn-ports-head@freebsd.org Sun Dec 1 10:48:41 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 638571C6DF8; Sun, 1 Dec 2019 10:48:41 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47QlN91mq5z3CVM; Sun, 1 Dec 2019 10:48:41 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 1CD93765F; Sun, 1 Dec 2019 10:48:41 +0000 (UTC) From: Jan Beich To: Yuri Victorovich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r518739 - head/audio/zrythm References: <201911302310.xAUNACPj056546@repo.freebsd.org> Date: Sun, 01 Dec 2019 11:48:38 +0100 In-Reply-To: <201911302310.xAUNACPj056546@repo.freebsd.org> (Yuri Victorovich's message of "Sat, 30 Nov 2019 23:10:12 +0000 (UTC)") Message-ID: <4kyk-s4mx-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 01 Dec 2019 10:48:41 -0000 Yuri Victorovich 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