svn commit: r366633 - head/devel/py-orbit
Tijl Coosemans
tijl at FreeBSD.org
Sat Aug 30 15:30:05 UTC 2014
Author: tijl
Date: Sat Aug 30 15:30:04 2014
New Revision: 366633
URL: http://svnweb.freebsd.org/changeset/ports/366633
QAT: https://qat.redports.org/buildarchive/r366633/
Log:
- Add USES=libtool and INSTALL_TARGET=install-strip
- Replace gnomehack with pathfix
- Remove unused variable ORBIT_CONFIG
Modified:
head/devel/py-orbit/Makefile
head/devel/py-orbit/pkg-plist
Modified: head/devel/py-orbit/Makefile
==============================================================================
--- head/devel/py-orbit/Makefile Sat Aug 30 15:28:31 2014 (r366632)
+++ head/devel/py-orbit/Makefile Sat Aug 30 15:30:04 2014 (r366633)
@@ -4,6 +4,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/}
@@ -16,10 +17,10 @@ COMMENT= Python bindings for ORBit2
CONFLICTS= py*-omniorb-[0-9]*
-USES= pkgconfig gmake tar:bzip2
-USE_GNOME= gnomehack orbit2
+USES= gmake libtool pathfix pkgconfig tar:bzip2
+USE_GNOME= orbit2
USE_PYTHON= yes
GNU_CONFIGURE= yes
-ORBIT_CONFIG= ${LOCALBASE}/bin/orbit2-config
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>
Modified: head/devel/py-orbit/pkg-plist
==============================================================================
--- head/devel/py-orbit/pkg-plist Sat Aug 30 15:28:31 2014 (r366632)
+++ head/devel/py-orbit/pkg-plist Sat Aug 30 15:30:04 2014 (r366633)
@@ -2,7 +2,6 @@ include/pyorbit-2/pyorbit.h
%%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
More information about the svn-ports-head
mailing list