diff options
author | drochner <drochner@pkgsrc.org> | 2010-10-22 19:45:30 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-10-22 19:45:30 +0000 |
commit | cab79190219238a2311e609b6d84611020264a1b (patch) | |
tree | ec4414a5fadf0e7f90758eb1b8540c7c41e31c28 /net/ORBit2/Makefile | |
parent | 7f48a997bdb2dd8a4fdd3568bfec96ea0744fd54 (diff) | |
download | pkgsrc-cab79190219238a2311e609b6d84611020264a1b.tar.gz |
update to 2.14.19
change: fix free on error of uninitialized IOR components
Diffstat (limited to 'net/ORBit2/Makefile')
-rw-r--r-- | net/ORBit2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ORBit2/Makefile b/net/ORBit2/Makefile index 078c04d0bb0..2b95e76cdce 100644 --- a/net/ORBit2/Makefile +++ b/net/ORBit2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.73 2010/08/29 09:38:20 obache Exp $ +# $NetBSD: Makefile,v 1.74 2010/10/22 19:45:30 drochner Exp $ # -DISTNAME= ORBit2-2.14.18 +DISTNAME= ORBit2-2.14.19 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit2/2.14/} EXTRACT_SUFX= .tar.bz2 |