svn commit: r427556 - branches/2016Q4/x11/xcb-util

Renato Botelho garga at FreeBSD.org
Fri Dec 2 13:14:38 UTC 2016


Author: garga
Date: Fri Dec  2 13:14:37 2016
New Revision: 427556
URL: https://svnweb.freebsd.org/changeset/ports/427556

Log:
  MFH: r427509
  
  - Fix strip during install
  - Add LICENSE
  - Bump PORTREVISION
  
  PR:		213234
  Submitted by:	takefu at airport.fm
  Approved by:	ports-secteam (junovitch)

Modified:
  branches/2016Q4/x11/xcb-util/Makefile
Directory Properties:
  branches/2016Q4/   (props changed)

Modified: branches/2016Q4/x11/xcb-util/Makefile
==============================================================================
--- branches/2016Q4/x11/xcb-util/Makefile	Fri Dec  2 12:35:15 2016	(r427555)
+++ branches/2016Q4/x11/xcb-util/Makefile	Fri Dec  2 13:14:37 2016	(r427556)
@@ -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-all mailing list