From owner-svn-ports-all@freebsd.org Sun Jun 16 20:36:26 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 ED6DE15C8D9C; Sun, 16 Jun 2019 20:36:25 +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 609018ECB0; Sun, 16 Jun 2019 20:36:25 +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 370AD1B9A2; Sun, 16 Jun 2019 20:36:25 +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 x5GKaPTC001954; Sun, 16 Jun 2019 20:36:25 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5GKaOjJ001952; Sun, 16 Jun 2019 20:36:24 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201906162036.x5GKaOjJ001952@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Sun, 16 Jun 2019 20:36:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504367 - head/x11/libXext X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/x11/libXext X-SVN-Commit-Revision: 504367 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 609018ECB0 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]; NEURAL_HAM_LONG(-1.00)[-1.000,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: Sun, 16 Jun 2019 20:36:26 -0000 Author: zeising Date: Sun Jun 16 20:36:24 2019 New Revision: 504367 URL: https://svnweb.freebsd.org/changeset/ports/504367 Log: x11/libXext: Update to 1.3.4 Update x11/libXext to 1.3.4. This release contains misc bugfixes, typo fixes and build system updates. pet portlint by moving USES and CPE information earlier. add LICENSE_FILE Changelog: https://lists.x.org/archives/xorg-announce/2019-March/002975.html Sponsored by: B3 Init Modified: head/x11/libXext/Makefile head/x11/libXext/distinfo Modified: head/x11/libXext/Makefile ============================================================================== --- head/x11/libXext/Makefile Sun Jun 16 20:34:57 2019 (r504366) +++ head/x11/libXext/Makefile Sun Jun 16 20:36:24 2019 (r504367) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libXext -PORTVERSION= 1.3.3 -PORTREVISION= 3 +PORTVERSION= 1.3.4 PORTEPOCH= 1 CATEGORIES= x11 @@ -11,13 +10,15 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X11 Extension library LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING +USES= cpe XORG_CAT= lib USE_XORG= x11 xau xorgproto +CPE_VENDOR= x +CPE_PRODUCT= libxext + CONFIGURE_ARGS+=--disable-specs --without-xmlto INSTALL_TARGET= install-strip -USES+= cpe -CPE_PRODUCT= libxext -CPE_VENDOR= x .include Modified: head/x11/libXext/distinfo ============================================================================== --- head/x11/libXext/distinfo Sun Jun 16 20:34:57 2019 (r504366) +++ head/x11/libXext/distinfo Sun Jun 16 20:36:24 2019 (r504367) @@ -1,2 +1,3 @@ -SHA256 (xorg/lib/libXext-1.3.3.tar.bz2) = b518d4d332231f313371fdefac59e3776f4f0823bcb23cf7c7305bfb57b16e35 -SIZE (xorg/lib/libXext-1.3.3.tar.bz2) = 389523 +TIMESTAMP = 1560362418 +SHA256 (xorg/lib/libXext-1.3.4.tar.bz2) = 59ad6fcce98deaecc14d39a672cf218ca37aba617c9a0f691cac3bcd28edf82b +SIZE (xorg/lib/libXext-1.3.4.tar.bz2) = 389114