Date: Thu, 9 Jan 2014 08:53:57 +0000 (UTC) From: Rusmir Dusko <nemysis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339209 - head/x11-toolkits/py-sexy Message-ID: <201401090853.s098rvbl037389@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nemysis Date: Thu Jan 9 08:53:56 2014 New Revision: 339209 URL: http://svnweb.freebsd.org/changeset/ports/339209 Log: - Adopt port - Add license (LGPL21) - Change WWW - Recreate pkg-plist with make makeplist Modified: head/x11-toolkits/py-sexy/Makefile (contents, props changed) head/x11-toolkits/py-sexy/pkg-descr (contents, props changed) head/x11-toolkits/py-sexy/pkg-plist (contents, props changed) Modified: head/x11-toolkits/py-sexy/Makefile ============================================================================== --- head/x11-toolkits/py-sexy/Makefile Thu Jan 9 08:53:38 2014 (r339208) +++ head/x11-toolkits/py-sexy/Makefile Thu Jan 9 08:53:56 2014 (r339209) @@ -6,18 +6,21 @@ PORTVERSION= 0.1.9 PORTREVISION= 6 DISTVERSIONPREFIX= python- CATEGORIES= x11-toolkits python -MASTER_SITES= http://releases.chipx86.com/libsexy/sexy-python/ CENKES +MASTER_SITES= http://releases.chipx86.com/libsexy/sexy-python/ \ + CENKES PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemysis@FreeBSD.org COMMENT= Libsexy bindings for Python +LICENSE= LGPL21 + LIB_DEPENDS= libsexy.so:${PORTSDIR}/x11-toolkits/libsexy -USE_AUTOTOOLS= libtool -USE_GNOME= pygtk2 -USE_PYTHON= yes USES= pkgconfig +USE_GNOME= pygtk2 GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool +USE_PYTHON= yes .include <bsd.port.mk> Modified: head/x11-toolkits/py-sexy/pkg-descr ============================================================================== --- head/x11-toolkits/py-sexy/pkg-descr Thu Jan 9 08:53:38 2014 (r339208) +++ head/x11-toolkits/py-sexy/pkg-descr Thu Jan 9 08:53:56 2014 (r339209) @@ -1,3 +1,3 @@ sexy-python is a set of Python bindings around libsexy -WWW: http://www.chipx86.com/wiki/Libsexy +WWW: http://releases.chipx86.com/libsexy/sexy-python/ Modified: head/x11-toolkits/py-sexy/pkg-plist ============================================================================== --- head/x11-toolkits/py-sexy/pkg-plist Thu Jan 9 08:53:38 2014 (r339208) +++ head/x11-toolkits/py-sexy/pkg-plist Thu Jan 9 08:53:56 2014 (r339209) @@ -1,8 +1,8 @@ -%%PYTHON_SITELIBDIR%%/gtk-2.0/sexy.so %%PYTHON_SITELIBDIR%%/gtk-2.0/sexy.a %%PYTHON_SITELIBDIR%%/gtk-2.0/sexy.la +%%PYTHON_SITELIBDIR%%/gtk-2.0/sexy.so share/pygtk/2.0/defs/sexy.defs -@dirrmtry %%PYTHON_SITELIBDIR%%/gtk-2.0 @dirrmtry share/pygtk/2.0/defs @dirrmtry share/pygtk/2.0 @dirrmtry share/pygtk +@dirrmtry %%PYTHON_SITELIBDIR%%/gtk-2.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401090853.s098rvbl037389>