summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-03-11 06:51:03 +0000
committerwiz <wiz@pkgsrc.org>2019-03-11 06:51:03 +0000
commit426e8b84f9f4f0eaa4ab1de7a5a793f3d66d1719 (patch)
tree2e9d57174c8b070829f623cf721b10d32f453473 /x11
parent25da4ff466fc8b615847ef95e472ef4b100de9b4 (diff)
downloadpkgsrc-426e8b84f9f4f0eaa4ab1de7a5a793f3d66d1719.tar.gz
libFS: update to 1.0.8.
Alan Coopersmith (9): Fix sign comparison warning in loop index in FSListFontsWithXInfo Fix sign comparison warning in loop index in FSListCatalogues Fix sign comparison warning in loop indexes in FSQueryXBitmaps{8,16} Fix sign comparison warning in loop indexes in FSQueryXExtents{8,16} Fix sign comparison warning in loop index in FSQueryXInfo Don't try to send strings larger than protocol allows in requests Update README for gitlab migration Update configure.ac bug URL for gitlab migration libFS 1.0.8 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
Diffstat (limited to 'x11')
-rw-r--r--x11/libFS/DESCR9
-rw-r--r--x11/libFS/Makefile5
-rw-r--r--x11/libFS/distinfo10
3 files changed, 14 insertions, 10 deletions
diff --git a/x11/libFS/DESCR b/x11/libFS/DESCR
index d7a6d12ce14..4d744d7ef62 100644
--- a/x11/libFS/DESCR
+++ b/x11/libFS/DESCR
@@ -1,2 +1,7 @@
-This package contains the library and header files for the X Font Server
-Interface Library. This is from the modular X.org project.
+This package contains the library and header files for the X Font
+Server Interface Library.
+
+This library is used by clients of X Font Servers (xfs), such as
+xfsinfo, fslsfonts, and the X servers themselves.
+
+This is from the modular X.org project.
diff --git a/x11/libFS/Makefile b/x11/libFS/Makefile
index b3e4ea9b0bc..58f65acafbd 100644
--- a/x11/libFS/Makefile
+++ b/x11/libFS/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2018/03/07 11:57:35 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2019/03/11 06:51:03 wiz Exp $
-DISTNAME= libFS-1.0.7
-PKGREVISION= 1
+DISTNAME= libFS-1.0.8
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/libFS/distinfo b/x11/libFS/distinfo
index 8bd2cb600c5..ca8da753662 100644
--- a/x11/libFS/distinfo
+++ b/x11/libFS/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2015/11/04 03:28:44 agc Exp $
+$NetBSD: distinfo,v 1.10 2019/03/11 06:51:03 wiz Exp $
-SHA1 (libFS-1.0.7.tar.bz2) = 6af3035d9cbca31562e42a1060f6ce7b86a5d1d3
-RMD160 (libFS-1.0.7.tar.bz2) = b4ab136e2f4f2a3906d5b805072df73654c709e4
-SHA512 (libFS-1.0.7.tar.bz2) = 3596e87710c14706ab345377799e9b2dbab79500fd75b4213f9615bf7db7df3265b4dbc65fdeca9d32343b848013780cfa1a43e76229665ce80246332bb8b96f
-Size (libFS-1.0.7.tar.bz2) = 315569 bytes
+SHA1 (libFS-1.0.8.tar.bz2) = 70173cc15a7a55defb7b22b00a9387901acad634
+RMD160 (libFS-1.0.8.tar.bz2) = 9253e762e18e530910d405b612380c080e29594a
+SHA512 (libFS-1.0.8.tar.bz2) = 466198ae5c0b83e3579713d86ddfd0b039f5c5b511cf6d5dc0e9664ee2d40aec9e8929445c8e97394d85faf76a7cf2f81bddb13d23de7ce19919e3b1e36ba56f
+Size (libFS-1.0.8.tar.bz2) = 347880 bytes