diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-02-05 12:30:23 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-02-05 12:30:23 +0000 |
commit | e0c4697b0914df426c58a63fd54d5d0ec3f3101f (patch) | |
tree | e8c9c329614e5f43be53feb526b1c57c7e143730 /net/ORBit2/Makefile | |
parent | c70648676d19ee7f26d0a94f3098858efe944d1c (diff) | |
download | pkgsrc-e0c4697b0914df426c58a63fd54d5d0ec3f3101f.tar.gz |
Update to 2.12.1:
* bug fixes
+ Fix mem leak on exception overwrite (Michael)
+ Fix demarshalling CORBA_any containing null or void values (Michael)
+ IDL generation (esp. skelimpl) fixes (Jules Colding)
+ Ongoing Win32 port work (Tor Lillqvist)
+ Fix linking on Darwin (Hans Petter Jansson)
Diffstat (limited to 'net/ORBit2/Makefile')
-rw-r--r-- | net/ORBit2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/ORBit2/Makefile b/net/ORBit2/Makefile index 546f5983c22..2244a07e19b 100644 --- a/net/ORBit2/Makefile +++ b/net/ORBit2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2004/10/03 00:17:48 tv Exp $ +# $NetBSD: Makefile,v 1.36 2005/02/05 12:30:23 jmmv Exp $ # -DISTNAME= ORBit2-2.12.0 -PKGREVISION= 1 +DISTNAME= ORBit2-2.12.1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit2/2.12/} EXTRACT_SUFX= .tar.bz2 |