diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-07-04 15:38:20 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-07-04 15:38:20 +0000 |
commit | 28d07ca35cc6ad0c1f3085222220aaa7eab05f3b (patch) | |
tree | ca1f19e628795388cb4ca1df1e2ccfd1a2107160 /x11/pixman | |
parent | f69160b440ce31a3e7802c0c22092195b9001bae (diff) |
Notes
Diffstat (limited to 'x11/pixman')
-rw-r--r-- | x11/pixman/Makefile | 3 | ||||
-rw-r--r-- | x11/pixman/distinfo | 5 | ||||
-rw-r--r-- | x11/pixman/files/patch-pixman-private.h | 16 | ||||
-rw-r--r-- | x11/pixman/pkg-descr | 2 | ||||
-rw-r--r-- | x11/pixman/pkg-plist | 2 |
5 files changed, 6 insertions, 22 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile index c81a555df21d..3be28da2dac0 100644 --- a/x11/pixman/Makefile +++ b/x11/pixman/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pixman -PORTVERSION= 0.34.0 -PORTREVISION= 1 +PORTVERSION= 0.38.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/pixman/distinfo b/x11/pixman/distinfo index b8639c034973..f22b13c04494 100644 --- a/x11/pixman/distinfo +++ b/x11/pixman/distinfo @@ -1,2 +1,3 @@ -SHA256 (xorg/lib/pixman-0.34.0.tar.bz2) = 39ba3438f3d17c464b0cb8be006dacbca0ab5aee97ebde69fec7ecdbf85794a0 -SIZE (xorg/lib/pixman-0.34.0.tar.bz2) = 739656 +TIMESTAMP = 1561381760 +SHA256 (xorg/lib/pixman-0.38.4.tar.bz2) = 84abb7fa2541af24d9c3b34bf75d6ac60cc94ac4410061bbb295b66a29221550 +SIZE (xorg/lib/pixman-0.38.4.tar.bz2) = 756898 diff --git a/x11/pixman/files/patch-pixman-private.h b/x11/pixman/files/patch-pixman-private.h deleted file mode 100644 index 4a7ae70e5d91..000000000000 --- a/x11/pixman/files/patch-pixman-private.h +++ /dev/null @@ -1,16 +0,0 @@ ---- pixman/pixman-private.h.orig 2014-06-12 21:43:22.000000000 +0000 -+++ pixman/pixman-private.h 2014-06-12 21:43:38.000000000 +0000 -@@ -1,5 +1,3 @@ --#include <float.h> -- - #ifndef PIXMAN_PRIVATE_H - #define PIXMAN_PRIVATE_H - -@@ -30,6 +28,7 @@ - #include <stdio.h> - #include <string.h> - #include <stddef.h> -+#include <float.h> - - #include "pixman-compiler.h" - diff --git a/x11/pixman/pkg-descr b/x11/pixman/pkg-descr index 20e94617b65d..1dbba57d55e3 100644 --- a/x11/pixman/pkg-descr +++ b/x11/pixman/pkg-descr @@ -1,3 +1,3 @@ This package contains the pixman library. -WWW: http://www.freedesktop.org/Software/xlibs +WWW: http://pixman.org diff --git a/x11/pixman/pkg-plist b/x11/pixman/pkg-plist index 76e36ff46a44..eb3ddf12219d 100644 --- a/x11/pixman/pkg-plist +++ b/x11/pixman/pkg-plist @@ -3,5 +3,5 @@ include/pixman-1/pixman.h lib/libpixman-1.a lib/libpixman-1.so lib/libpixman-1.so.0 -lib/libpixman-1.so.0.34.0 +lib/libpixman-1.so.0.38.4 libdata/pkgconfig/pixman-1.pc |