svn commit: r427509 - head/x11/xcb-util

Renato Botelho garga at FreeBSD.org
Thu Dec 1 17:05:07 UTC 2016


Author: garga
Date: Thu Dec  1 17:05:06 2016
New Revision: 427509
URL: https://svnweb.freebsd.org/changeset/ports/427509

Log:
  - Fix strip during install
  - Add LICENSE
  - Bump PORTREVISION
  
  PR:		213234
  Submitted by:	takefu at airport.fm
  MFH:		2016Q4

Modified:
  head/x11/xcb-util/Makefile

Modified: head/x11/xcb-util/Makefile
==============================================================================
--- head/x11/xcb-util/Makefile	Thu Dec  1 16:46:44 2016	(r427508)
+++ head/x11/xcb-util/Makefile	Thu Dec  1 17:05:06 2016	(r427509)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xcb-util
 PORTVERSION=	0.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	x11
 MASTER_SITES=	http://xcb.freedesktop.org/dist/
@@ -11,9 +11,13 @@ MASTER_SITES=	http://xcb.freedesktop.org
 MAINTAINER=	garga at FreeBSD.org
 COMMENT=	Module with libxcb/libX11 extension/replacement libraries
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 XORG_CAT=	lib
 USES=		gmake tar:bzip2
 USE_XORG=	xau xcb xdmcp
+INSTALL_TARGET=	install-strip
 
 post-patch:
 	@${REINPLACE_CMD} -e \


More information about the svn-ports-head mailing list