svn commit: r356405 - head/x11-wm/compizconfig-python
Jung-uk Kim
jkim at FreeBSD.org
Tue Jun 3 20:16:24 UTC 2014
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 at FreeBSD.org
+MAINTAINER= freebsd-ports at 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 <bsd.port.mk>
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
More information about the svn-ports-all
mailing list