Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 May 2026 16:54:30 +0000
From:      Kousuke Kannagi <mce@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3c5262098903 - main - x11/libXinerama: Update to 1.1.6
Message-ID:  <69f62c46.243b4.1edd24d@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by mce:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3c5262098903061389dbdf1f8fa3bdf0864a88e7

commit 3c5262098903061389dbdf1f8fa3bdf0864a88e7
Author:     Kousuke Kannagi <mce@FreeBSD.org>
AuthorDate: 2026-03-26 05:04:30 +0000
Commit:     Kousuke Kannagi <mce@FreeBSD.org>
CommitDate: 2026-05-02 16:54:00 +0000

    x11/libXinerama: Update to 1.1.6
    
    Update COMMENT, WWW and pkg-descr.
    Add LICENSE_FILE and INSTALL_TARGET=install-strip.
    
    https://lists.x.org/archives/xorg-announce/2026-January/003661.html
    
    PR:             294056
    Approved by:    x11 (arrowd)
    Approved by:    fluffy (mentor)
---
 x11/libXinerama/Makefile  | 9 ++++++---
 x11/libXinerama/distinfo  | 6 +++---
 x11/libXinerama/pkg-descr | 4 +++-
 3 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/x11/libXinerama/Makefile b/x11/libXinerama/Makefile
index 8c4a6964a618..5e062d00f70d 100644
--- a/x11/libXinerama/Makefile
+++ b/x11/libXinerama/Makefile
@@ -1,17 +1,20 @@
 PORTNAME=	libXinerama
-PORTVERSION=	1.1.5
+DISTVERSION=	1.1.6
 PORTEPOCH=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
-COMMENT=	X11 Xinerama library
-WWW=		https://www.freedesktop.org/Software/xlibs
+COMMENT=	X11 Xinerama extension library
+WWW=		https://gitlab.freedesktop.org/xorg/lib/libxinerama
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		cpe tar:xz xorg xorg-cat:lib
 USE_XORG=	x11 xext xorgproto
 CPE_PRODUCT=	libxinerama
 CPE_VENDOR=	x
 
+INSTALL_TARGET=	install-strip
+
 .include <bsd.port.mk>
diff --git a/x11/libXinerama/distinfo b/x11/libXinerama/distinfo
index 11c4f111f557..3ad9c2ffd2f5 100644
--- a/x11/libXinerama/distinfo
+++ b/x11/libXinerama/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1716927167
-SHA256 (xorg/lib/libXinerama-1.1.5.tar.xz) = 5094d1f0fcc1828cb1696d0d39d9e866ae32520c54d01f618f1a3c1e30c2085c
-SIZE (xorg/lib/libXinerama-1.1.5.tar.xz) = 260272
+TIMESTAMP = 1774415610
+SHA256 (xorg/lib/libXinerama-1.1.6.tar.xz) = d00fc1599c303dc5cbc122b8068bdc7405d6fcb19060f4597fc51bd3a8be51d7
+SIZE (xorg/lib/libXinerama-1.1.6.tar.xz) = 268440
diff --git a/x11/libXinerama/pkg-descr b/x11/libXinerama/pkg-descr
index b6454b6f9a78..d463f0f18a40 100644
--- a/x11/libXinerama/pkg-descr
+++ b/x11/libXinerama/pkg-descr
@@ -1 +1,3 @@
-This package contains the X Extension library.
+Xinerama is a simple library designed to interface the Xinerama
+Extension for retrieving information about physical output devices
+which may be combined into a single logical X screen.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f62c46.243b4.1edd24d>