Date: Fri, 2 Dec 2016 13:14:37 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r427556 - branches/2016Q4/x11/xcb-util Message-ID: <201612021314.uB2DEbZJ026593@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612021314.uB2DEbZJ026593>