svn commit: r504366 - head/x11/libXdamage

Niclas Zeising zeising at FreeBSD.org
Sun Jun 16 20:34:59 UTC 2019


Author: zeising
Date: Sun Jun 16 20:34:57 2019
New Revision: 504366
URL: https://svnweb.freebsd.org/changeset/ports/504366

Log:
  x11/libXdamage: Update to 1.1.5
  
  Update x11/libXdamage to 1.1.5
  This release mostly contains changes to the build system.
  
  strip binaries and libraries on installation
  
  Changelog:
  https://lists.x.org/archives/xorg-announce/2019-March/002973.html
  
  Sponsored by:	B3 Init

Modified:
  head/x11/libXdamage/Makefile
  head/x11/libXdamage/distinfo

Modified: head/x11/libXdamage/Makefile
==============================================================================
--- head/x11/libXdamage/Makefile	Sun Jun 16 20:33:36 2019	(r504365)
+++ head/x11/libXdamage/Makefile	Sun Jun 16 20:34:57 2019	(r504366)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libXdamage
-PORTVERSION=	1.1.4
-PORTREVISION=	5
+PORTVERSION=	1.1.5
 CATEGORIES=	x11
 
 MAINTAINER=	x11 at FreeBSD.org
@@ -14,5 +13,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 XORG_CAT=	lib
 USE_XORG=	x11 xfixes xorgproto
+
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>

Modified: head/x11/libXdamage/distinfo
==============================================================================
--- head/x11/libXdamage/distinfo	Sun Jun 16 20:33:36 2019	(r504365)
+++ head/x11/libXdamage/distinfo	Sun Jun 16 20:34:57 2019	(r504366)
@@ -1,2 +1,3 @@
-SHA256 (xorg/lib/libXdamage-1.1.4.tar.bz2) = 7c3fe7c657e83547f4822bfde30a90d84524efb56365448768409b77f05355ad
-SIZE (xorg/lib/libXdamage-1.1.4.tar.bz2) = 278937
+TIMESTAMP = 1560362321
+SHA256 (xorg/lib/libXdamage-1.1.5.tar.bz2) = b734068643cac3b5f3d2c8279dd366b5bf28c7219d9e9d8717e1383995e0ea45
+SIZE (xorg/lib/libXdamage-1.1.5.tar.bz2) = 303750


More information about the svn-ports-head mailing list