Subject: CVS commit: pkgsrc/net/py-ORBit
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 08/09/2003 12:51:03
Module Name:	pkgsrc
Committed By:	recht
Date:		Sat Aug  9 12:51:03 UTC 2003

Modified Files:
	pkgsrc/net/py-ORBit: Makefile PLIST buildlink2.mk distinfo

Log Message:
Update to 1.99.6

Changes (since 1.99.5):
* Work with latest HEAD branch (ORBit2 2.7.x).
* allow importing of CORBA or PortableServer without first importing
  ORBit.  This gives better compatibility with standard CORBA mapping.
* None is not a valid string/wstring value.
* accept strings for sequence<octet>.
* clean up base class list when building client stubs.  This is
  needed in order for the stubs to work with Python 2.3.
* fix some possible segfaults if the argument names are missing in
  the IInterface structures, which occurs when using ORBit.load_file().


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/net/py-ORBit/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/py-ORBit/PLIST \
    pkgsrc/net/py-ORBit/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/net/py-ORBit/buildlink2.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.