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 | 66c88f4cf5a71221ee7a3d8e016154a7ca53d805 (patch) | |
tree | d65151383d4166371a2f6bde13bb1ed4c7d4bcd4 /devel/Renaissance | |
parent | 89f06984c4ee6ea13c384d3e70a472fdee968373 (diff) | |
download | pkgsrc-66c88f4cf5a71221ee7a3d8e016154a7ca53d805.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 'devel/Renaissance')
-rw-r--r-- | devel/Renaissance/Makefile | 3 | ||||
-rw-r--r-- | devel/Renaissance/buildlink3.mk | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/Renaissance/Makefile b/devel/Renaissance/Makefile index b01af519168..26edafdc529 100644 --- a/devel/Renaissance/Makefile +++ b/devel/Renaissance/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2004/04/19 09:36:09 rh Exp $ +# $NetBSD: Makefile,v 1.3 2004/09/24 01:56:54 rh Exp $ # DISTNAME= Renaissance-0.8.0 +PKGREVISION= 1 CATEGORIES= devel gnustep MASTER_SITES= http://www.gnustep.it/Renaissance/Download/ diff --git a/devel/Renaissance/buildlink3.mk b/devel/Renaissance/buildlink3.mk index c0365482d48..c71a9e80a1c 100644 --- a/devel/Renaissance/buildlink3.mk +++ b/devel/Renaissance/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/04/11 01:09:14 rh Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2004/09/24 01:56:54 rh Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ RENAISSANCE_BUILDLINK3_MK:= ${RENAISSANCE_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= Renaissance .if !empty(RENAISSANCE_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.Renaissance+= Renaissance>=0.7.0 +BUILDLINK_RECOMMENDED.Renaissance+= Renaissance>=0.8.0nb1 BUILDLINK_PKGSRCDIR.Renaissance?= ../../devel/Renaissance .endif # RENAISSANCE_BUILDLINK3_MK |