From owner-svn-ports-head@freebsd.org Wed Feb 27 16:41:20 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E066A1521901; Wed, 27 Feb 2019 16:41:19 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F2498592D; Wed, 27 Feb 2019 16:41:19 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 727921F6D0; Wed, 27 Feb 2019 16:41:19 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1RGfJgn085448; Wed, 27 Feb 2019 16:41:19 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1RGfJaF085446; Wed, 27 Feb 2019 16:41:19 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201902271641.x1RGfJaF085446@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 27 Feb 2019 16:41:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494069 - head/x11-fonts/xfsinfo X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/x11-fonts/xfsinfo X-SVN-Commit-Revision: 494069 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7F2498592D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2019 16:41:20 -0000 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