diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-12 15:33:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-12 15:33:12 +0000 |
commit | b05c5e8bbe882d6bc8ea29d655214cb543bfc21c (patch) | |
tree | b82f2bace702d0571aa23370981f9fe7f3355dfa /net/ORBit2/Makefile | |
parent | 47c20bade4a9f3a6fc5ad460e455d1358032ff50 (diff) | |
download | pkgsrc-b05c5e8bbe882d6bc8ea29d655214cb543bfc21c.tar.gz |
Update to 2.4.0, supplied by Julio Merino in pkg/17414, for GNOME2.
Changes since 2.3.108:
* leak fixes (Michael)
+ async code
+ connection dispose
+ GIOP 1.0 service contexts
* trace cleanup (Sean Atkinson)
+ us timestamp printing
+ ellipsize long strings
* Bug fixes
+ accept NULL async callbacks (Michael)
+ CosNaming mess fixups (Michael)
+ Java interop fix (Mark)
+ IDL compiler more type friendly (Gergo)
Diffstat (limited to 'net/ORBit2/Makefile')
-rw-r--r-- | net/ORBit2/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/ORBit2/Makefile b/net/ORBit2/Makefile index af8ee706563..21f27a9b96f 100644 --- a/net/ORBit2/Makefile +++ b/net/ORBit2/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2002/04/27 11:31:24 rh Exp $ +# $NetBSD: Makefile,v 1.4 2002/07/12 15:33:12 wiz Exp $ # -DISTNAME= ORBit2-2.3.108 -PKGREVISION= 1 +DISTNAME= ORBit2-2.4.0 CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=pre-gnome2/sources/ORBit2/}/ +MASTER_SITES= ${MASTER_SITE_GNOME:=2.0.0/sources/ORBit2/}/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= rh@netbsd.org |