From owner-svn-ports-all@freebsd.org Fri Dec 2 13:14:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1163C62AAC; Fri, 2 Dec 2016 13:14:38 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 806061297; Fri, 2 Dec 2016 13:14:38 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB2DEbXI026594; Fri, 2 Dec 2016 13:14:37 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB2DEbZJ026593; Fri, 2 Dec 2016 13:14:37 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201612021314.uB2DEbZJ026593@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Fri, 2 Dec 2016 13:14:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r427556 - branches/2016Q4/x11/xcb-util X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2016 13:14:38 -0000 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 \