From 0470889f54804a32b65cb4ff181c55888a30a094 Mon Sep 17 00:00:00 2001 From: wjv Date: Tue, 28 Aug 2001 12:15:52 +0000 Subject: - Update to version 0.3.0 - Release notes: - many new features - improved stability - improved memory usage - all known leaks fixed - improved compliance with Python mapping specification - CORBA exceptions overhauled - object references implemented as class instances - works better with GNOME IDLs - etc. --- devel/py-orbit2/Makefile | 2 +- devel/py-orbit2/distinfo | 2 +- devel/py-orbit2/pkg-descr | 2 +- devel/py-orbit2/pkg-plist | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) (limited to 'devel/py-orbit2') diff --git a/devel/py-orbit2/Makefile b/devel/py-orbit2/Makefile index 5bdd5316220..82737bd9bcf 100644 --- a/devel/py-orbit2/Makefile +++ b/devel/py-orbit2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= orbit -PORTVERSION= 0.2.0 +PORTVERSION= 0.3.0 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= orbit-python diff --git a/devel/py-orbit2/distinfo b/devel/py-orbit2/distinfo index bde22e7d5a2..e058e532b52 100644 --- a/devel/py-orbit2/distinfo +++ b/devel/py-orbit2/distinfo @@ -1 +1 @@ -MD5 (orbit-python-0.2.0.tar.gz) = 56ebe0f2c9194e338c48b7f931003722 +MD5 (orbit-python-0.3.0.tar.gz) = 913318cafbe2d4a51f73bc221c7c600a diff --git a/devel/py-orbit2/pkg-descr b/devel/py-orbit2/pkg-descr index 7133834bcf7..49c8a6a327f 100644 --- a/devel/py-orbit2/pkg-descr +++ b/devel/py-orbit2/pkg-descr @@ -20,4 +20,4 @@ To paraphrase the README: Author: Jason Tackaberry WWW: http://orbit-python.sault.org/ --- Johann Visagie +-- Johann Visagie diff --git a/devel/py-orbit2/pkg-plist b/devel/py-orbit2/pkg-plist index 6a2e8290942..1a098bc4708 100644 --- a/devel/py-orbit2/pkg-plist +++ b/devel/py-orbit2/pkg-plist @@ -1,4 +1,5 @@ +bin/orbit-python-config +include/orbit-python/orbit-python.h lib/%%PYTHON_VERSION%%/site-packages/CORBAmodule.so lib/%%PYTHON_VERSION%%/site-packages/PortableServermodule.so -include/orbit-python/orbit-python.h @dirrm include/orbit-python -- cgit