Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2020 20:24:05 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530011 - head/graphics/libepoxy
Message-ID:  <202003312024.02VKO5du063769@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Tue Mar 31 20:24:05 2020
New Revision: 530011
URL: https://svnweb.freebsd.org/changeset/ports/530011

Log:
  graphics/libepoxy: Update to 1.5.4
  
  Update graphics/libepoxy to 1.5.4
  Change to USE_GITHUB to pull distfiles straight from github.
  
  ChangeLog:
  https://github.com/anholt/libepoxy/releases/tag/1.5.3
  https://github.com/anholt/libepoxy/releases/tag/1.5.4

Modified:
  head/graphics/libepoxy/Makefile
  head/graphics/libepoxy/distinfo

Modified: head/graphics/libepoxy/Makefile
==============================================================================
--- head/graphics/libepoxy/Makefile	Tue Mar 31 20:12:29 2020	(r530010)
+++ head/graphics/libepoxy/Makefile	Tue Mar 31 20:24:05 2020	(r530011)
@@ -1,9 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	libepoxy
-PORTVERSION=	1.5.2
+PORTVERSION=	1.5.4
 CATEGORIES=	graphics
-MASTER_SITES=	https://github.com/anholt/${PORTNAME}/releases/download/${PORTVERSION}/
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	Library to handle OpenGL function pointer management
@@ -11,7 +10,9 @@ COMMENT=	Library to handle OpenGL function pointer man
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gl localbase meson pkgconfig python:3.3+,build tar:xz xorg
+USES=		gl localbase meson pkgconfig python:3.3+,build xorg
+USE_GITHUB=	yes
+GH_ACCOUNT=	anholt
 USE_XORG=	x11
 USE_GL=		gl glesv2 egl
 USE_LDCONFIG=	yes

Modified: head/graphics/libepoxy/distinfo
==============================================================================
--- head/graphics/libepoxy/distinfo	Tue Mar 31 20:12:29 2020	(r530010)
+++ head/graphics/libepoxy/distinfo	Tue Mar 31 20:24:05 2020	(r530011)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1530384379
-SHA256 (libepoxy-1.5.2.tar.xz) = a9562386519eb3fd7f03209f279f697a8cba520d3c155d6e253c3e138beca7d8
-SIZE (libepoxy-1.5.2.tar.xz) = 810044
+TIMESTAMP = 1585645825
+SHA256 (anholt-libepoxy-1.5.4_GH0.tar.gz) = c926fcc606901f3e03e371027056fd478da43e01ce2da7ffc48b5a0de0ca107c
+SIZE (anholt-libepoxy-1.5.4_GH0.tar.gz) = 337615



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