[Midnightbsd-cvs] mports [18787] trunk/devel/py-orbit: fix plist
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon May 4 08:33:15 EDT 2015
Revision: 18787
http://svnweb.midnightbsd.org/mports/?rev=18787
Author: laffer1
Date: 2015-05-04 08:33:14 -0400 (Mon, 04 May 2015)
Log Message:
-----------
fix plist
Modified Paths:
--------------
trunk/devel/py-orbit/Makefile
trunk/devel/py-orbit/pkg-descr
trunk/devel/py-orbit/pkg-plist
Modified: trunk/devel/py-orbit/Makefile
===================================================================
--- trunk/devel/py-orbit/Makefile 2015-05-04 12:31:30 UTC (rev 18786)
+++ trunk/devel/py-orbit/Makefile 2015-05-04 12:33:14 UTC (rev 18787)
@@ -3,6 +3,7 @@
PORTNAME= orbit
PORTVERSION= 2.24.0
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= GNOME
MASTER_SITE_SUBDIR= sources/pyorbit/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -17,11 +18,9 @@
CONFLICTS= py*-omniorb-[0-9]*
-USES= pkgconfig gmake
-USE_BZIP2= yes
-USE_GNOME= gnomehack orbit2
-USE_PYTHON= yes
+USES= gmake libtool pathfix pkgconfig python tar:bzip2
+USE_GNOME= orbit2
GNU_CONFIGURE= yes
-ORBIT_CONFIG= ${LOCALBASE}/bin/orbit2-config
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>
Modified: trunk/devel/py-orbit/pkg-descr
===================================================================
--- trunk/devel/py-orbit/pkg-descr 2015-05-04 12:31:30 UTC (rev 18786)
+++ trunk/devel/py-orbit/pkg-descr 2015-05-04 12:33:14 UTC (rev 18787)
@@ -1,4 +1,4 @@
-To paraphase the README:
+To paraphrase the README:
This is a Python language binding for the ORBit2 CORBA implementation.
It aims to take advantage of new features found in ORBit2 to make
Modified: trunk/devel/py-orbit/pkg-plist
===================================================================
--- trunk/devel/py-orbit/pkg-plist 2015-05-04 12:31:30 UTC (rev 18786)
+++ trunk/devel/py-orbit/pkg-plist 2015-05-04 12:33:14 UTC (rev 18787)
@@ -2,11 +2,8 @@
%%PYTHON_SITELIBDIR%%/CORBA.py
%%PYTHON_SITELIBDIR%%/CORBA.pyc
%%PYTHON_SITELIBDIR%%/CORBA.pyo
-%%PYTHON_SITELIBDIR%%/ORBit.la
%%PYTHON_SITELIBDIR%%/ORBit.so
%%PYTHON_SITELIBDIR%%/PortableServer.py
%%PYTHON_SITELIBDIR%%/PortableServer.pyc
%%PYTHON_SITELIBDIR%%/PortableServer.pyo
libdata/pkgconfig/pyorbit-2.pc
- at dirrm include/pyorbit-2
-
More information about the Midnightbsd-cvs
mailing list