svn commit: r537573 - head/devel/libepoll-shim

Jan Beich jbeich at FreeBSD.org
Tue Jun 2 19:55:30 UTC 2020


Author: jbeich
Date: Tue Jun  2 19:55:29 2020
New Revision: 537573
URL: https://svnweb.freebsd.org/changeset/ports/537573

Log:
  devel/libepoll-shim: update to 0.0.20200602
  
  - Upstream is alive, so switch back to it
  
  Changes:	https://github.com/jiixyj/epoll-shim/compare/c348868...3840e9c
  Approved by:	manu, zeising (x11)
  Differential Revision:	https://reviews.freebsd.org/D25052

Modified:
  head/devel/libepoll-shim/Makefile   (contents, props changed)
  head/devel/libepoll-shim/distinfo   (contents, props changed)

Modified: head/devel/libepoll-shim/Makefile
==============================================================================
--- head/devel/libepoll-shim/Makefile	Tue Jun  2 19:47:28 2020	(r537572)
+++ head/devel/libepoll-shim/Makefile	Tue Jun  2 19:55:29 2020	(r537573)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libepoll-shim
-PORTVERSION=	0.0.20200223
+PORTVERSION=	0.0.20200602
 CATEGORIES=	devel
 
 MAINTAINER=	x11 at FreeBSD.org
@@ -14,9 +14,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USES=		cmake compiler:c11
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes
-GH_ACCOUNT=	FreeBSDDesktop
+GH_ACCOUNT=	jiixyj
 GH_PROJECT=	epoll-shim
-GH_TAGNAME=	ae12186
+GH_TAGNAME=	3840e9c
 
 do-test:
 	# Exclude certain tests in resource restricted environments

Modified: head/devel/libepoll-shim/distinfo
==============================================================================
--- head/devel/libepoll-shim/distinfo	Tue Jun  2 19:47:28 2020	(r537572)
+++ head/devel/libepoll-shim/distinfo	Tue Jun  2 19:55:29 2020	(r537573)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1582483464
-SHA256 (FreeBSDDesktop-epoll-shim-0.0.20200223-ae12186_GH0.tar.gz) = fe5b33b7372010f0b1c4ccd48b85e50b31eeed90b87d48fb6b48517d16ef82d7
-SIZE (FreeBSDDesktop-epoll-shim-0.0.20200223-ae12186_GH0.tar.gz) = 43461
+TIMESTAMP = 1591116464
+SHA256 (jiixyj-epoll-shim-0.0.20200602-3840e9c_GH0.tar.gz) = 6b02ccc2d9a2f1c19c498a9300edd0b7362e11c4fea00ddc16b629baebe14c98
+SIZE (jiixyj-epoll-shim-0.0.20200602-3840e9c_GH0.tar.gz) = 59473


More information about the svn-ports-all mailing list