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 /x11/gnustep-back | |
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 'x11/gnustep-back')
-rw-r--r-- | x11/gnustep-back/Makefile | 3 | ||||
-rw-r--r-- | x11/gnustep-back/buildlink3.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/gnustep-back/Makefile b/x11/gnustep-back/Makefile index c746005191e..f54700c3604 100644 --- a/x11/gnustep-back/Makefile +++ b/x11/gnustep-back/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2004/08/18 14:01:57 adam Exp $ +# $NetBSD: Makefile,v 1.17 2004/09/24 01:56:54 rh Exp $ DISTNAME= gnustep-back-0.9.3 +PKGREVISION= 1 CATEGORIES= x11 gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/} diff --git a/x11/gnustep-back/buildlink3.mk b/x11/gnustep-back/buildlink3.mk index 750f28ff114..82c04682ae1 100644 --- a/x11/gnustep-back/buildlink3.mk +++ b/x11/gnustep-back/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2004/04/10 23:46:55 rh Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2004/09/24 01:56:54 rh Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ GNUSTEP_BACK_BUILDLINK3_MK:= ${GNUSTEP_BACK_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= gnustep-back .if !empty(GNUSTEP_BACK_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.gnustep-back+= gnustep-back>=0.9.2 -BUILDLINK_RECOMMENDED.gnustep-back+= gnustep-back>=0.9.2 +BUILDLINK_RECOMMENDED.gnustep-back+= gnustep-back>=0.9.3nb1 BUILDLINK_PKGSRCDIR.gnustep-back?= ../../x11/gnustep-back .endif # GNUSTEP_BACK_BUILDLINK3_MK |