From owner-svn-ports-head@freebsd.org Thu Dec 1 17:05:07 2016 Return-Path: Delivered-To: svn-ports-head@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 B5501C61F73; Thu, 1 Dec 2016 17:05:07 +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 848BB1B4C; Thu, 1 Dec 2016 17:05:07 +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 uB1H56DL027442; Thu, 1 Dec 2016 17:05:06 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB1H56gK027441; Thu, 1 Dec 2016 17:05:06 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201612011705.uB1H56gK027441@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Thu, 1 Dec 2016 17:05:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427509 - head/x11/xcb-util X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Dec 2016 17:05:07 -0000 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@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@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 \