git: 2ff5addda78c - main - x11-fonts/xfs: Update to 1.2.2
Kousuke Kannagi <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by mce: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ff5addda78c0e9e424ac383ba4c0593b83f6c0d commit 2ff5addda78c0e9e424ac383ba4c0593b83f6c0d Author: Kousuke Kannagi <[email protected]> AuthorDate: 2025-06-24 00:15:02 +0000 Commit: Kousuke Kannagi <[email protected]> CommitDate: 2026-08-07 17:49:42 +0000 x11-fonts/xfs: Update to 1.2.2 Update WWW and pkg-descr. Add LICENSE. Remove the no longer needed REINPLACE_CMD. https://lists.x.org/archives/xorg-announce/2022-July/003175.html https://lists.x.org/archives/xorg-announce/2024-July/003520.html PR: 287757 Approved by: x11 (arrowd) Approved by: fluffy (mentor) --- x11-fonts/xfs/Makefile | 16 +++++++--------- x11-fonts/xfs/distinfo | 6 +++--- x11-fonts/xfs/pkg-descr | 5 ++++- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/x11-fonts/xfs/Makefile b/x11-fonts/xfs/Makefile index 353d4fc0a698..c2a62e3c621d 100644 --- a/x11-fonts/xfs/Makefile +++ b/x11-fonts/xfs/Makefile @@ -1,26 +1,24 @@ PORTNAME= xfs -PORTVERSION= 1.2.0 -PORTREVISION= 2 +DISTVERSION= 1.2.2 PORTEPOCH= 1 CATEGORIES= x11-fonts MAINTAINER= [email protected] COMMENT= X.Org font server -WWW= https://www.x.org/ +WWW= https://gitlab.freedesktop.org/xorg/app/xfs -USES= cpe gmake xorg xorg-cat:app +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= cpe gmake tar:xz xorg xorg-cat:app CPE_VENDOR= x.org CPE_PRODUCT= x_font_server -USE_XORG= libfs xfont2 xorgproto xtrans +USE_XORG= xfont2 xorgproto xtrans USE_RC_SUBR= xfs -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --without-xmlto --without-fop post-patch: ${REINPLACE_CMD} '/^config_DATA/d' ${WRKSRC}/config/Makefile.in -.if defined(WITHOUT_XFS_CACHE) - ${REINPLACE_CMD} -e 's|^cache|XCOMM &|' ${WRKSRC}/config.cpp -.endif post-build: @cd ${WRKSRC}/config/ && ${MAKE_CMD} config diff --git a/x11-fonts/xfs/distinfo b/x11-fonts/xfs/distinfo index f78cc6064ddc..31ad5de253dd 100644 --- a/x11-fonts/xfs/distinfo +++ b/x11-fonts/xfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1513537424 -SHA256 (xorg/app/xfs-1.2.0.tar.bz2) = db2212115783498f8eeaaee1349461d6c4e9d2005e142bacd3a984fe57269860 -SIZE (xorg/app/xfs-1.2.0.tar.bz2) = 233957 +TIMESTAMP = 1750457952 +SHA256 (xorg/app/xfs-1.2.2.tar.xz) = b70bd46331e241b30e5e00dbdc2eabb7f3f8880cd44244acde13d7976d098ecc +SIZE (xorg/app/xfs-1.2.2.tar.xz) = 220036 diff --git a/x11-fonts/xfs/pkg-descr b/x11-fonts/xfs/pkg-descr index b1cd28954e9c..96cbb9c097ca 100644 --- a/x11-fonts/xfs/pkg-descr +++ b/x11-fonts/xfs/pkg-descr @@ -1 +1,4 @@ -This package contains the X.Org font server. +Xfs is the X Window System font server. It supplies fonts to X Window +System display servers. The server is usually run by a system +administrator. Users may also wish to start private font servers for +specific sets of fonts.