diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2024-02-04 07:42:11 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2024-02-04 07:55:21 +0000 |
commit | 15f0ce8be9ec2dcc3e2fcdb7184847bbca476f6b (patch) | |
tree | 38da65788618e5492335c99369b38007b3f4ee1f /x11 | |
parent | e1317da4ea5529ebb41d84803c0b2feab4a58419 (diff) | |
download | ports-15f0ce8be9ec2dcc3e2fcdb7184847bbca476f6b.tar.gz ports-15f0ce8be9ec2dcc3e2fcdb7184847bbca476f6b.zip |
x11/xditview: Update to 1.0.7
Release notes: https://lists.x.org/archives/xorg-announce/2024-February/003449.html
Sponsored by: Beckhoff Automation GmbH & Co. KG
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xditview/Makefile | 10 | ||||
-rw-r--r-- | x11/xditview/distinfo | 6 |
2 files changed, 9 insertions, 7 deletions
diff --git a/x11/xditview/Makefile b/x11/xditview/Makefile index 9b1823f22d66..a861844998b7 100644 --- a/x11/xditview/Makefile +++ b/x11/xditview/Makefile @@ -1,6 +1,5 @@ PORTNAME= xditview -PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTVERSION= 1.0.7 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -9,8 +8,11 @@ COMMENT= Display ditroff output LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= x11 xaw xmu xt +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xaw xft xrender xmu xt + +LIB_DEPENDS+= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share diff --git a/x11/xditview/distinfo b/x11/xditview/distinfo index ca2ab63e925f..74be98fc202c 100644 --- a/x11/xditview/distinfo +++ b/x11/xditview/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1551832401 -SHA256 (xorg/app/xditview-1.0.5.tar.bz2) = eecb1ed51ab4edc7f454476d1248cfb7799a17c5679b3dd834e8b4658331c04b -SIZE (xorg/app/xditview-1.0.5.tar.bz2) = 151313 +TIMESTAMP = 1707032447 +SHA256 (xorg/app/xditview-1.0.7.tar.xz) = 039e2d447fa409d4bb25c4e87cf09b4d4b3eff2d3af5aee8e7e52165a3259fd7 +SIZE (xorg/app/xditview-1.0.7.tar.xz) = 146392 |