diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-06-16 20:47:43 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-06-16 20:47:43 +0000 |
commit | 27f5bf03d7ae7a73120548d83c726596ad9daadf (patch) | |
tree | 7a042c4c788e06c6f6bda563b6038874d386004c /x11 | |
parent | b3957dc651a047aac2b3f555becd57c6519926bd (diff) | |
download | ports-27f5bf03d7ae7a73120548d83c726596ad9daadf.tar.gz ports-27f5bf03d7ae7a73120548d83c726596ad9daadf.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libxshmfence/Makefile | 3 | ||||
-rw-r--r-- | x11/libxshmfence/distinfo | 5 | ||||
-rw-r--r-- | x11/libxshmfence/files/patch-src__xshmfence_futex.h | 10 |
3 files changed, 4 insertions, 14 deletions
diff --git a/x11/libxshmfence/Makefile b/x11/libxshmfence/Makefile index 9a7d212f0e90..36a9672a672d 100644 --- a/x11/libxshmfence/Makefile +++ b/x11/libxshmfence/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libxshmfence -PORTVERSION= 1.2 -PORTREVISION= 4 +PORTVERSION= 1.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/libxshmfence/distinfo b/x11/libxshmfence/distinfo index 294441d35545..79efd65eff3e 100644 --- a/x11/libxshmfence/distinfo +++ b/x11/libxshmfence/distinfo @@ -1,2 +1,3 @@ -SHA256 (xorg/lib/libxshmfence-1.2.tar.bz2) = d21b2d1fd78c1efbe1f2c16dae1cb23f8fd231dcf891465b8debe636a9054b0c -SIZE (xorg/lib/libxshmfence-1.2.tar.bz2) = 267170 +TIMESTAMP = 1560369445 +SHA256 (xorg/lib/libxshmfence-1.3.tar.bz2) = b884300d26a14961a076fbebc762a39831cb75f92bed5ccf9836345b459220c7 +SIZE (xorg/lib/libxshmfence-1.3.tar.bz2) = 308644 diff --git a/x11/libxshmfence/files/patch-src__xshmfence_futex.h b/x11/libxshmfence/files/patch-src__xshmfence_futex.h deleted file mode 100644 index 42415ecdaac7..000000000000 --- a/x11/libxshmfence/files/patch-src__xshmfence_futex.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/xshmfence_futex.h.orig 2014-06-17 16:46:42.000000000 -0400 -+++ src/xshmfence_futex.h 2015-04-18 12:16:21.953572000 -0400 -@@ -28,6 +28,7 @@ - - #ifdef HAVE_UMTX - -+#include <sys/limits.h> - #include <sys/types.h> - #include <sys/umtx.h> - |