Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jun 2019 20:36:24 +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: r504367 - head/x11/libXext
Message-ID:  <201906162036.x5GKaOjJ001952@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906162036.x5GKaOjJ001952>