Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jul 2024 12:28:57 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: 0e3f29c277e3 - main - x11-toolkits/libXaw: update to 1.0.16
Message-ID:  <202407131228.46DCSvWZ047077@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=0e3f29c277e38b02312275c787f54be78e2a568a

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

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

diff --git a/x11-toolkits/libXaw/Makefile b/x11-toolkits/libXaw/Makefile
index 41e3f7dc5789..44df205b4853 100644
--- a/x11-toolkits/libXaw/Makefile
+++ b/x11-toolkits/libXaw/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	libXaw
-PORTVERSION=	1.0.14
-PORTREVISION=	1
+PORTVERSION=	1.0.16
 PORTEPOCH=	2
 CATEGORIES=	x11-toolkits
 
@@ -11,10 +10,9 @@ WWW=		https://www.freedesktop.org/wiki/Software/xlibs/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake xorg xorg-cat:lib
+USES=		gmake tar:xz xorg xorg-cat:lib
 USE_XORG=	x11 xau xext xmu xpm xorgproto xt
 
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--without-xmlto
 
 .include <bsd.port.mk>
diff --git a/x11-toolkits/libXaw/distinfo b/x11-toolkits/libXaw/distinfo
index bf3817f35e10..31091ffb583a 100644
--- a/x11-toolkits/libXaw/distinfo
+++ b/x11-toolkits/libXaw/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1616866821
-SHA256 (xorg/lib/libXaw-1.0.14.tar.bz2) = 76aef98ea3df92615faec28004b5ce4e5c6855e716fa16de40c32030722a6f8e
-SIZE (xorg/lib/libXaw-1.0.14.tar.bz2) = 690994
+TIMESTAMP = 1716926104
+SHA256 (xorg/lib/libXaw-1.0.16.tar.xz) = 731d572b54c708f81e197a6afa8016918e2e06dfd3025e066ca642a5b8c39c8f
+SIZE (xorg/lib/libXaw-1.0.16.tar.xz) = 602848



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