Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jul 2024 12:28:58 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 08d44169bb59 - main - x11/libXfixes: update to 6.0.1
Message-ID:  <202407131228.46DCSwbK047119@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=08d44169bb59e5a5c5858882588999a14d223a1f

commit 08d44169bb59e5a5c5858882588999a14d223a1f
Author:     Жунёва Мария Михайловна <zhunyova@mts.ru>
AuthorDate: 2024-05-28 20:02:14 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-07-13 12:28:43 +0000

    x11/libXfixes: update to 6.0.1
    
    Remove GNU_CONFIGURE_MANPREFIX
    
    Changes: https://gitlab.freedesktop.org/xorg/lib/libxfixes/-/compare/libXfixes-6.0.0...libXfixes-6.0.1
    Reviewed by:    diizzy, jbeich
    Tested by:      arrowd
    Pull Request:   https://github.com/freebsd/freebsd-ports/pull/273
    Sponsored by:   Serenity Cybersecurity, LLC
---
 x11/libXfixes/Makefile | 7 ++-----
 x11/libXfixes/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/x11/libXfixes/Makefile b/x11/libXfixes/Makefile
index 002306f050cd..7974bd7842b0 100644
--- a/x11/libXfixes/Makefile
+++ b/x11/libXfixes/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	libXfixes
-DISTVERSION=	6.0.0
-PORTREVISION=	1
+DISTVERSION=	6.0.1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -9,13 +8,11 @@ WWW=		https://www.freedesktop.org/Software/xlibs
 
 LICENSE=	MIT
 
-USES=		cpe xorg xorg-cat:lib
+USES=		cpe tar:xz xorg xorg-cat:lib
 USE_XORG=	x11 xorgproto
 CPE_PRODUCT=	libxfixes
 CPE_VENDOR=	x
 
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-
 INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>
diff --git a/x11/libXfixes/distinfo b/x11/libXfixes/distinfo
index d7d266c4a613..f8471a4ec2f5 100644
--- a/x11/libXfixes/distinfo
+++ b/x11/libXfixes/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1635635258
-SHA256 (xorg/lib/libXfixes-6.0.0.tar.bz2) = a7c1a24da53e0b46cac5aea79094b4b2257321c621b258729bc3139149245b4c
-SIZE (xorg/lib/libXfixes-6.0.0.tar.bz2) = 297270
+TIMESTAMP = 1716926504
+SHA256 (xorg/lib/libXfixes-6.0.1.tar.xz) = b695f93cd2499421ab02d22744458e650ccc88c1d4c8130d60200213abc02d58
+SIZE (xorg/lib/libXfixes-6.0.1.tar.xz) = 265636



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407131228.46DCSwbK047119>