diff options
author | rillig <rillig@pkgsrc.org> | 2007-01-06 19:05:00 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-01-06 19:05:00 +0000 |
commit | ab6e9563663974ba8ea2300d26188d127019d9fe (patch) | |
tree | 01de3e640ec8a5e257354e0620d2407bb80068e0 /net/ORBit2/Makefile | |
parent | 74cb1d479ffb455b5702eee1dbba4b0035460170 (diff) | |
download | pkgsrc-ab6e9563663974ba8ea2300d26188d127019d9fe.tar.gz |
Updated ORbit2 to 2.14.4.
ORBit2-2.14.4
* bug fixes
+ Cleanups and compiler warning fixes (Kjartan)
+ Win32 portability fixes (Tor)
+ Constification fixes (Georg Schwartz)
+ Portability and build fixes (dmacks at netspace org)
+ Build fixes, add g_cond_timed_wait and use it instead
of g_cond_wait to avoid blocking indefinitely in some
situations (Jules)
+ Build fixes (Christian)
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 507a6cebe61..167e80d5331 100644 --- a/net/ORBit2/Makefile +++ b/net/ORBit2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.51 2006/11/13 20:55:46 drochner Exp $ +# $NetBSD: Makefile,v 1.52 2007/01/06 19:05:00 rillig Exp $ # -DISTNAME= ORBit2-2.14.3 -PKGREVISION= 1 +DISTNAME= ORBit2-2.14.4 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit2/2.14/} EXTRACT_SUFX= .tar.bz2 |