Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2020 15:40:33 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549034 - head/multimedia/celluloid
Message-ID:  <202009191540.08JFeXS0086983@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Sep 19 15:40:33 2020
New Revision: 549034
URL: https://svnweb.freebsd.org/changeset/ports/549034

Log:
  multimedia/celluloid: convert to USE_GITHUB
  
  Easier testing of pre-releases or applying upstream patches.
  Upstream keeps manual releases mainly for autotools build.

Modified:
  head/multimedia/celluloid/Makefile   (contents, props changed)
  head/multimedia/celluloid/distinfo   (contents, props changed)

Modified: head/multimedia/celluloid/Makefile
==============================================================================
--- head/multimedia/celluloid/Makefile	Sat Sep 19 15:40:28 2020	(r549033)
+++ head/multimedia/celluloid/Makefile	Sat Sep 19 15:40:33 2020	(r549034)
@@ -1,9 +1,9 @@
 # $FreeBSD$
 
 PORTNAME=	celluloid
+DISTVERSIONPREFIX=	v
 DISTVERSION=	0.20
 CATEGORIES=	multimedia
-MASTER_SITES=	https://github.com/${PORTNAME}-player/${PORTNAME}/releases/download/v${PORTVERSION}/
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Simple GTK+ frontend for mpv
@@ -15,7 +15,9 @@ LIB_DEPENDS=	libepoxy.so:graphics/libepoxy \
 
 USES=		compiler:c11 desktop-file-utils gettext-tools gnome \
 		meson pkgconfig python:3.5+,build shebangfix tar:xz
+USE_GITHUB=	yes
 USE_GNOME=	cairo gtk30
+GH_ACCOUNT=	${PORTNAME}-player
 SHEBANG_FILES=	src/generate-authors.py meson-post-install.py
 GLIB_SCHEMAS=	io.github.GnomeMpv.gschema.xml \
 		io.github.celluloid_player.Celluloid.gschema.xml

Modified: head/multimedia/celluloid/distinfo
==============================================================================
--- head/multimedia/celluloid/distinfo	Sat Sep 19 15:40:28 2020	(r549033)
+++ head/multimedia/celluloid/distinfo	Sat Sep 19 15:40:33 2020	(r549034)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1600511226
-SHA256 (celluloid-0.20.tar.xz) = 63798c4cd7da818aef3ddbfed64d67a6db7b14d3774d143db18cefc6aed8524e
-SIZE (celluloid-0.20.tar.xz) = 388972
+TIMESTAMP = 1600509963
+SHA256 (celluloid-player-celluloid-v0.20_GH0.tar.gz) = 80b13e549660802d72b335c31f9211d66344c15b855900856624fdb57241582e
+SIZE (celluloid-player-celluloid-v0.20_GH0.tar.gz) = 348998



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