From owner-svn-ports-all@FreeBSD.ORG Tue Jun 3 20:16:24 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36202C3F; Tue, 3 Jun 2014 20:16:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 236B225DE; Tue, 3 Jun 2014 20:16:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s53KGOUE062297; Tue, 3 Jun 2014 20:16:24 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s53KGNOA062295; Tue, 3 Jun 2014 20:16:23 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201406032016.s53KGNOA062295@svn.freebsd.org> From: Jung-uk Kim Date: Tue, 3 Jun 2014 20:16:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356405 - head/x11-wm/compizconfig-python X-SVN-Group: ports-head 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.18 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: Tue, 03 Jun 2014 20:16:24 -0000 Author: jkim Date: Tue Jun 3 20:16:23 2014 New Revision: 356405 URL: http://svnweb.freebsd.org/changeset/ports/356405 QAT: https://qat.redports.org/buildarchive/r356405/ Log: - Convert to USES=libtool and USES=tar:bzip2. - Pass maintainership to the submitter. PR: 190585 Modified: head/x11-wm/compizconfig-python/Makefile head/x11-wm/compizconfig-python/pkg-plist Modified: head/x11-wm/compizconfig-python/Makefile ============================================================================== --- head/x11-wm/compizconfig-python/Makefile Tue Jun 3 20:15:47 2014 (r356404) +++ head/x11-wm/compizconfig-python/Makefile Tue Jun 3 20:16:23 2014 (r356405) @@ -3,11 +3,11 @@ PORTNAME= compizconfig-python PORTVERSION= 0.8.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-wm MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd-ports@dan.me.uk COMMENT= Python bindings for the compizconfig library BUILD_DEPENDS= \ @@ -18,8 +18,10 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes USE_PYTHON= 2 -USES= pathfix pkgconfig gmake tar:bzip2 +USES= gmake libtool pathfix pkgconfig tar:bzip2 USE_GNOME= glib20 -USE_AUTOTOOLS= libtool + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/compizconfig.so .include Modified: head/x11-wm/compizconfig-python/pkg-plist ============================================================================== --- head/x11-wm/compizconfig-python/pkg-plist Tue Jun 3 20:15:47 2014 (r356404) +++ head/x11-wm/compizconfig-python/pkg-plist Tue Jun 3 20:16:23 2014 (r356405) @@ -1,4 +1,3 @@ -%%PYTHON_SITELIBDIR%%/compizconfig.so -%%PYTHON_SITELIBDIR%%/compizconfig.la %%PYTHON_SITELIBDIR%%/compizconfig.a +%%PYTHON_SITELIBDIR%%/compizconfig.so libdata/pkgconfig/compizconfig-python.pc