svn commit: r566000 - head/devel/libepoll-shim
Jan Beich
jbeich at FreeBSD.org
Thu Feb 18 22:07:01 UTC 2021
Author: jbeich
Date: Thu Feb 18 22:06:57 2021
New Revision: 566000
URL: https://svnweb.freebsd.org/changeset/ports/566000
Log:
devel/libepoll-shim: update to 0.0.20210213
Changes: https://github.com/jiixyj/epoll-shim/compare/1c27d2d...c8491d3
Approved by: manu
Differential Revision: https://reviews.freebsd.org/D28770
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 Thu Feb 18 22:06:52 2021 (r565999)
+++ head/devel/libepoll-shim/Makefile Thu Feb 18 22:06:57 2021 (r566000)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libepoll-shim
-PORTVERSION= 0.0.20201229
+PORTVERSION= 0.0.20210213
CATEGORIES= devel
MAINTAINER= x11 at FreeBSD.org
@@ -16,7 +16,7 @@ USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= jiixyj
GH_PROJECT= epoll-shim
-GH_TAGNAME= 1c27d2d
+GH_TAGNAME= c8491d3
PLIST_SUB= SHIM_EVENTFD="${exists(/usr/include/sys/eventfd.h):?@comment :}"
do-test:
Modified: head/devel/libepoll-shim/distinfo
==============================================================================
--- head/devel/libepoll-shim/distinfo Thu Feb 18 22:06:52 2021 (r565999)
+++ head/devel/libepoll-shim/distinfo Thu Feb 18 22:06:57 2021 (r566000)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1609265133
-SHA256 (jiixyj-epoll-shim-0.0.20201229-1c27d2d_GH0.tar.gz) = 38e33bab1066a733e611188e03e8501923c396efbb27e0ae936ad5ab9facc4a6
-SIZE (jiixyj-epoll-shim-0.0.20201229-1c27d2d_GH0.tar.gz) = 60751
+TIMESTAMP = 1613231831
+SHA256 (jiixyj-epoll-shim-0.0.20210213-c8491d3_GH0.tar.gz) = fb96e03509b26ef183f1a3743fd19295aa530752751b482ac747e034bc36bdbb
+SIZE (jiixyj-epoll-shim-0.0.20210213-c8491d3_GH0.tar.gz) = 84283
More information about the svn-ports-all
mailing list