Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jun 2019 20:31:08 +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: r504364 - head/x11/libXcomposite
Message-ID:  <201906162031.x5GKV8CF098194@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Sun Jun 16 20:31:08 2019
New Revision: 504364
URL: https://svnweb.freebsd.org/changeset/ports/504364

Log:
  x11/libXcomposite: Update to 0.4.5
  
  Update libXcomposite to 0.4.5
  This is a maintenance release, with mosttly small fixes in the build
  system.
  
  add INSTALL_TARGET=install-strip to strip binaries and libraries
  
  Sponsored by:	B3 Init

Modified:
  head/x11/libXcomposite/Makefile
  head/x11/libXcomposite/distinfo

Modified: head/x11/libXcomposite/Makefile
==============================================================================
--- head/x11/libXcomposite/Makefile	Sun Jun 16 20:29:44 2019	(r504363)
+++ head/x11/libXcomposite/Makefile	Sun Jun 16 20:31:08 2019	(r504364)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libXcomposite
-PORTVERSION=	0.4.4
-PORTREVISION=	5
+PORTVERSION=	0.4.5
 PORTEPOCH=	1
 CATEGORIES=	x11
 
@@ -15,5 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 XORG_CAT=	lib
 USE_XORG=	x11 xfixes xext xorgproto
+
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>

Modified: head/x11/libXcomposite/distinfo
==============================================================================
--- head/x11/libXcomposite/distinfo	Sun Jun 16 20:29:44 2019	(r504363)
+++ head/x11/libXcomposite/distinfo	Sun Jun 16 20:31:08 2019	(r504364)
@@ -1,2 +1,3 @@
-SHA256 (xorg/lib/libXcomposite-0.4.4.tar.bz2) = ede250cd207d8bee4a338265c3007d7a68d5aca791b6ac41af18e9a2aeb34178
-SIZE (xorg/lib/libXcomposite-0.4.4.tar.bz2) = 283746
+TIMESTAMP = 1560360565
+SHA256 (xorg/lib/libXcomposite-0.4.5.tar.bz2) = b3218a2c15bab8035d16810df5b8251ffc7132ff3aa70651a1fba0bfe9634e8f
+SIZE (xorg/lib/libXcomposite-0.4.5.tar.bz2) = 316993



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