Date: Wed, 27 Feb 2019 16:41:19 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494069 - head/x11-fonts/xfsinfo Message-ID: <201902271641.x1RGfJaF085446@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Wed Feb 27 16:41:18 2019 New Revision: 494069 URL: https://svnweb.freebsd.org/changeset/ports/494069 Log: x11-fonts/xfsinfo: Update to 1.0.6 Update x11-fonts/xfsinfo to 1.0.6 Add license information This release fixes a bug in 64-bit builds which caused the maximum request size to be incorrectly calculated. Changelog: https://lists.x.org/archives/xorg/2019-February/059612.html PR: 235889 Submitted by: Samy Mahmoudi Sponsored by: B3 Init (zeising) Modified: head/x11-fonts/xfsinfo/Makefile head/x11-fonts/xfsinfo/distinfo Modified: head/x11-fonts/xfsinfo/Makefile ============================================================================== --- head/x11-fonts/xfsinfo/Makefile Wed Feb 27 16:28:06 2019 (r494068) +++ head/x11-fonts/xfsinfo/Makefile Wed Feb 27 16:41:18 2019 (r494069) @@ -1,11 +1,14 @@ # $FreeBSD$ PORTNAME= xfsinfo -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org COMMENT= X font server information utility + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING XORG_CAT= app USE_XORG= x11 libfs Modified: head/x11-fonts/xfsinfo/distinfo ============================================================================== --- head/x11-fonts/xfsinfo/distinfo Wed Feb 27 16:28:06 2019 (r494068) +++ head/x11-fonts/xfsinfo/distinfo Wed Feb 27 16:41:18 2019 (r494069) @@ -1,2 +1,3 @@ -SHA256 (xorg/app/xfsinfo-1.0.5.tar.bz2) = d38f4b6db4038f52ba1a09123ef497993194288454c0c13d16debe246f120d8f -SIZE (xorg/app/xfsinfo-1.0.5.tar.bz2) = 122941 +TIMESTAMP = 1550682622 +SHA256 (xorg/app/xfsinfo-1.0.6.tar.bz2) = 8a3e8b9b9ae6ed571989d04e1846d39b9043e28f7623b500ebe1d47762c9b1d6 +SIZE (xorg/app/xfsinfo-1.0.6.tar.bz2) = 124948
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902271641.x1RGfJaF085446>