Date: Fri, 25 Jun 2021 21:14:38 GMT From: Kevin Bowling <kbowling@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 13912eb19ac9 - main - x11/libX11: Update to 1.7.2 Message-ID: <202106252114.15PLEcKG094285@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=13912eb19ac9d97a70f3c3dde4446579f1974d81 commit 13912eb19ac9d97a70f3c3dde4446579f1974d81 Author: Daniel Engberg <daniel.engberg.lists@pyret.net> AuthorDate: 2021-06-25 21:13:25 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2021-06-25 21:13:25 +0000 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) --- x11/libX11/Makefile | 4 +--- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106252114.15PLEcKG094285>