diff options
author | rh <rh@pkgsrc.org> | 2004-09-24 01:56:53 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2004-09-24 01:56:53 +0000 |
commit | b3da7e1bbf765f7f9540070db4fad90d29f5539a (patch) | |
tree | d65151383d4166371a2f6bde13bb1ed4c7d4bcd4 /graphics/3DKit | |
parent | 0b848463b21476e916768cad3b3b507b9d9480a6 (diff) | |
download | pkgsrc-b3da7e1bbf765f7f9540070db4fad90d29f5539a.tar.gz |
Update gnustep-base to 1.10.0.
Bump PKGREVISION and BUILDLINK_RECOMMENDED for dependent packages due to
library major revision bump.
Noteworthy changes in gnustep-base-1.10.0:
==========================================
Note the interface version of the library has changed so that apps,
tools and libraries the use the base library need to be recompiled to
use it.
* A large majority of the library classes have been documented
thanks to the efforts of Andrew Ruder
* URL classes support persistant connections
* Mac OSX XML compatibility fixes.
Diffstat (limited to 'graphics/3DKit')
-rw-r--r-- | graphics/3DKit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/3DKit/Makefile b/graphics/3DKit/Makefile index 7ef601f64ff..b5d966719ac 100644 --- a/graphics/3DKit/Makefile +++ b/graphics/3DKit/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2004/05/05 03:36:22 snj Exp $ +# $NetBSD: Makefile,v 1.7 2004/09/24 01:56:54 rh Exp $ # .include "../../graphics/3DKit/Makefile.common" -PKGREVISION= 4 +PKGREVISION= 5 DISTFILES= DevManual.pdf |