Date: Thu, 30 Apr 2026 20:42:01 +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: 454ed5abe252 - main - devel/libpciaccess: Update to 0.19 Message-ID: <69f3be99.43fce.36d5258@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=454ed5abe252150b4032bd61f57e10c66e5e36b5 commit 454ed5abe252150b4032bd61f57e10c66e5e36b5 Author: Kousuke Kannagi <mce@FreeBSD.org> AuthorDate: 2026-04-13 09:11:47 +0000 Commit: Kousuke Kannagi <mce@FreeBSD.org> CommitDate: 2026-04-30 20:40:57 +0000 devel/libpciaccess: Update to 0.19 Update WWW and pkg-descr. Add USE_LDCONFIG=yes. https://lists.x.org/archives/xorg-announce/2026-March/003674.html PR: 294464 Approved by: x11 (arrowd) Reviewed by: osa (mentor), fluffy (mentor) --- devel/libpciaccess/Makefile | 6 +++--- devel/libpciaccess/distinfo | 6 +++--- devel/libpciaccess/pkg-descr | 5 ++++- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/devel/libpciaccess/Makefile b/devel/libpciaccess/Makefile index 724dc68158e5..8ba0f6b9a33f 100644 --- a/devel/libpciaccess/Makefile +++ b/devel/libpciaccess/Makefile @@ -1,11 +1,10 @@ PORTNAME= libpciaccess -PORTVERSION= 0.18.1 -PORTREVISION= 1 +DISTVERSION= 0.19 CATEGORIES= devel MAINTAINER= x11@FreeBSD.org COMMENT= Generic PCI access library -WWW= https://www.freedesktop.org/wiki/Software/xlibs/ +WWW= https://gitlab.freedesktop.org/xorg/lib/libpciaccess LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING @@ -13,6 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= hwdata>0:misc/hwdata USES= tar:xz xorg-cat:lib,meson +USE_LDCONFIG= yes INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/devel/libpciaccess/distinfo b/devel/libpciaccess/distinfo index 3017ab7cf393..3d5bcaa480ac 100644 --- a/devel/libpciaccess/distinfo +++ b/devel/libpciaccess/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716969509 -SHA256 (xorg/lib/libpciaccess-0.18.1.tar.xz) = 4af43444b38adb5545d0ed1c2ce46d9608cc47b31c2387fc5181656765a6fa76 -SIZE (xorg/lib/libpciaccess-0.18.1.tar.xz) = 64452 +TIMESTAMP = 1775036108 +SHA256 (xorg/lib/libpciaccess-0.19.tar.xz) = 3c55aa86c82e54a4e3109786f0463530d53b36b6d1cfd14616454f985dd2aa43 +SIZE (xorg/lib/libpciaccess-0.19.tar.xz) = 64732 diff --git a/devel/libpciaccess/pkg-descr b/devel/libpciaccess/pkg-descr index 0746342ef320..f47758207715 100644 --- a/devel/libpciaccess/pkg-descr +++ b/devel/libpciaccess/pkg-descr @@ -1 +1,4 @@ -This package contains the pciaccess library. +The pciaccess library wraps platform-dependent PCI access methods in a +convenient library. +For historical reference, the original proposal for this work is at: +https://www.x.org/wiki/PciReworkProposalhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f3be99.43fce.36d5258>
