diff options
author | drochner <drochner@pkgsrc.org> | 2011-04-21 16:35:27 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-04-21 16:35:27 +0000 |
commit | d86c6c16d6632650e25ed36abd50dc62044c6012 (patch) | |
tree | da520187aa0fe0667b68d583d59515e8b4770fed /net | |
parent | 561091c08470c789eb9cc3319bf1d48459c85b91 (diff) | |
download | pkgsrc-d86c6c16d6632650e25ed36abd50dc62044c6012.tar.gz |
update to 3.5
changes:
-Python interceptors can receive peer address and identity
-Python exceptions can be pickled
Diffstat (limited to 'net')
-rw-r--r-- | net/py-omniORBpy/Makefile | 5 | ||||
-rw-r--r-- | net/py-omniORBpy/PLIST | 8 | ||||
-rw-r--r-- | net/py-omniORBpy/distinfo | 8 |
3 files changed, 11 insertions, 10 deletions
diff --git a/net/py-omniORBpy/Makefile b/net/py-omniORBpy/Makefile index f8e3b5575b7..13d97e39b49 100644 --- a/net/py-omniORBpy/Makefile +++ b/net/py-omniORBpy/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/09/02 15:08:10 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2011/04/21 16:35:27 drochner Exp $ -DISTNAME= omniORBpy-3.4 +DISTNAME= omniORBpy-3.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=omniorb/} +EXTRACT_SUFX= .tar.bz2 MAINTAINER= tonnerre@NetBSD.org HOMEPAGE= http://omniorb.sourceforge.net/ diff --git a/net/py-omniORBpy/PLIST b/net/py-omniORBpy/PLIST index b9d3a97679f..64e7a1d1b9e 100644 --- a/net/py-omniORBpy/PLIST +++ b/net/py-omniORBpy/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/02 15:08:10 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2011/04/21 16:35:27 drochner Exp $ include/omniORB4/pydistdate.hh include/omniORBpy.h ${PYSITELIB}/CORBA.py @@ -17,13 +17,13 @@ ${PYSITELIB}/__init__.py ${PYSITELIB}/__init__.pyc ${PYSITELIB}/_omniConnMgmtmodule.so ${PYSITELIB}/_omniConnMgmtmodule.so.3 -${PYSITELIB}/_omniConnMgmtmodule.so.3.4 +${PYSITELIB}/_omniConnMgmtmodule.so.3.5 ${PYSITELIB}/_omnicodesetsmodule.so ${PYSITELIB}/_omnicodesetsmodule.so.3 -${PYSITELIB}/_omnicodesetsmodule.so.3.4 +${PYSITELIB}/_omnicodesetsmodule.so.3.5 ${PYSITELIB}/_omnipymodule.so ${PYSITELIB}/_omnipymodule.so.3 -${PYSITELIB}/_omnipymodule.so.3.4 +${PYSITELIB}/_omnipymodule.so.3.5 ${PYSITELIB}/omniORB.pth ${PYSITELIB}/omniORB/BiDirPolicy.py ${PYSITELIB}/omniORB/BiDirPolicy.pyc diff --git a/net/py-omniORBpy/distinfo b/net/py-omniORBpy/distinfo index 07ed5e914a8..f1df404028a 100644 --- a/net/py-omniORBpy/distinfo +++ b/net/py-omniORBpy/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/09/02 15:08:10 drochner Exp $ +$NetBSD: distinfo,v 1.2 2011/04/21 16:35:27 drochner Exp $ -SHA1 (omniORBpy-3.4.tar.gz) = e598bd25289d0a2a09da4c7241513202c8b9adb4 -RMD160 (omniORBpy-3.4.tar.gz) = 5b389a31907510800ef0913e2e3855038e6a4cf9 -Size (omniORBpy-3.4.tar.gz) = 721891 bytes +SHA1 (omniORBpy-3.5.tar.bz2) = 33ef2d2c59ede8a7b1072db12fe6bb2378606027 +RMD160 (omniORBpy-3.5.tar.bz2) = 952033782f2da58834f2c5255b2b8286af214d0d +Size (omniORBpy-3.5.tar.bz2) = 607213 bytes SHA1 (patch-aa) = da768cb94abd970037675535b5350f84480f6ff3 |