diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2021-06-25 21:13:25 +0000 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2021-06-25 21:13:25 +0000 |
commit | 13912eb19ac9d97a70f3c3dde4446579f1974d81 (patch) | |
tree | d36ffebfc0091774e44b80dbb1d748f86224637a /x11 | |
parent | 5cc231cdf26434526aa5886ecf643382ed52e443 (diff) | |
download | ports-13912eb19ac9d97a70f3c3dde4446579f1974d81.tar.gz ports-13912eb19ac9d97a70f3c3dde4446579f1974d81.zip |
x11/libX11: Update to 1.7.2
Changes https://gitlab.freedesktop.org/xorg/lib/libx11/-/blob/master/README.md#release-172
PR: 256522
Approved by: x11 (zeising)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libX11/Makefile | 4 | ||||
-rw-r--r-- | x11/libX11/distinfo | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index d4a6fcd144c2..0ecbecaa94ef 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -1,7 +1,7 @@ # Created by: Eric Anholt <anholt@FreeBSD.org> PORTNAME= libX11 -PORTVERSION= 1.7.1 +DISTVERSION= 1.7.2 PORTEPOCH= 1 CATEGORIES= x11 @@ -24,7 +24,5 @@ INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} 's/test.*-traditional.*;/true;/' \ ${WRKSRC}/configure - @${REINPLACE_CMD} '/^install-data-am:/,/^$$/ \ - s/install-specDATA//' ${WRKSRC}/nls/Makefile.in .include <bsd.port.mk> diff --git a/x11/libX11/distinfo b/x11/libX11/distinfo index febf957cf46c..56737175c926 100644 --- a/x11/libX11/distinfo +++ b/x11/libX11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621526548 -SHA256 (xorg/lib/libX11-1.7.1.tar.bz2) = e64e43deaa562cbfb0d5ada64670ec09c6fac7935262dcd77bbc6d984a535d47 -SIZE (xorg/lib/libX11-1.7.1.tar.bz2) = 2426509 +TIMESTAMP = 1623285146 +SHA256 (xorg/lib/libX11-1.7.2.tar.bz2) = 1cfa35e37aaabbe4792e9bb690468efefbfbf6b147d9c69d6f90d13c3092ea6c +SIZE (xorg/lib/libX11-1.7.2.tar.bz2) = 2392982 |