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/libX11/Makefile | |
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/libX11/Makefile')
-rw-r--r-- | x11/libX11/Makefile | 4 |
1 files changed, 1 insertions, 3 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> |