From owner-svn-ports-all@freebsd.org Wed Mar 6 21:15:23 2019 Return-Path: Delivered-To: svn-ports-all@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 302A0152795E; Wed, 6 Mar 2019 21:15:23 +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 C4E8570D10; Wed, 6 Mar 2019 21:15:22 +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 B569493AC; Wed, 6 Mar 2019 21:15:22 +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 x26LFMLF000282; Wed, 6 Mar 2019 21:15:22 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x26LFMXR000280; Wed, 6 Mar 2019 21:15:22 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201903062115.x26LFMXR000280@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 6 Mar 2019 21:15:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494841 - head/x11/xlogo X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/x11/xlogo X-SVN-Commit-Revision: 494841 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C4E8570D10 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2019 21:15:23 -0000 Author: zeising Date: Wed Mar 6 21:15:22 2019 New Revision: 494841 URL: https://svnweb.freebsd.org/changeset/ports/494841 Log: x11/xlogo: Update to 1.0.5 Update x11/xlogo to 1.0.5 Fix dependencies Add license file This release fixes a bug in which you had to hit "q" then "Escape" to exit, and collects several years worth of janitorial maintenance. Changelog: https://lists.x.org/archives/xorg/2019-March/059637.html PR: 236305 Submitted by: Samy Mahmoudi Modified: head/x11/xlogo/Makefile head/x11/xlogo/distinfo Modified: head/x11/xlogo/Makefile ============================================================================== --- head/x11/xlogo/Makefile Wed Mar 6 21:09:57 2019 (r494840) +++ head/x11/xlogo/Makefile Wed Mar 6 21:15:22 2019 (r494841) @@ -1,16 +1,16 @@ # $FreeBSD$ PORTNAME= xlogo -PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTVERSION= 1.0.5 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Displays the X Window System logo LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING XORG_CAT= app -USE_XORG= xrender xft xext xt xaw xp xprintutil +USE_XORG= sm x11 xaw xext xft xmu xrender xt .include Modified: head/x11/xlogo/distinfo ============================================================================== --- head/x11/xlogo/distinfo Wed Mar 6 21:09:57 2019 (r494840) +++ head/x11/xlogo/distinfo Wed Mar 6 21:15:22 2019 (r494841) @@ -1,2 +1,3 @@ -SHA256 (xorg/app/xlogo-1.0.4.tar.bz2) = 17af6f4fb73e7310e087fbfe5d773bab2b0d6f37a894ae5ee32de4693af6ba92 -SIZE (xorg/app/xlogo-1.0.4.tar.bz2) = 125967 +TIMESTAMP = 1551834087 +SHA256 (xorg/app/xlogo-1.0.5.tar.bz2) = 633d7a3aa5df61e4e643b740e5799664741ab1a0ba40593e54fcd15dc30f378e +SIZE (xorg/app/xlogo-1.0.5.tar.bz2) = 135608