summaryrefslogtreecommitdiff
path: root/graphics/SDLKit
diff options
context:
space:
mode:
authorrh <rh>2004-09-24 01:56:53 +0000
committerrh <rh>2004-09-24 01:56:53 +0000
commit7136777f41bba450936a03b04c51e96a728bc176 (patch)
treed65151383d4166371a2f6bde13bb1ed4c7d4bcd4 /graphics/SDLKit
parentd4112bc2e5a2e16c05e76bc12a8c09161e2cbda6 (diff)
downloadpkgsrc-7136777f41bba450936a03b04c51e96a728bc176.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/SDLKit')
-rw-r--r--graphics/SDLKit/Makefile4
-rw-r--r--graphics/SDLKit/buildlink3.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/SDLKit/Makefile b/graphics/SDLKit/Makefile
index ee88a326713..e5cf81f49a9 100644
--- a/graphics/SDLKit/Makefile
+++ b/graphics/SDLKit/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2004/05/05 03:36:25 snj Exp $
+# $NetBSD: Makefile,v 1.13 2004/09/24 01:56:55 rh Exp $
#
.include "../../graphics/3DKit/Makefile.common"
PKGNAME= ${DISTNAME:S/3DKit/SDLKit/}
-PKGREVISION= 7
+PKGREVISION= 8
COMMENT= 3DKit SDL backend
diff --git a/graphics/SDLKit/buildlink3.mk b/graphics/SDLKit/buildlink3.mk
index dcc0afc41fc..05560ba03b9 100644
--- a/graphics/SDLKit/buildlink3.mk
+++ b/graphics/SDLKit/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2004/05/05 03:36:25 snj Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2004/09/24 01:56:55 rh Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
SDLKIT_BUILDLINK3_MK:= ${SDLKIT_BUILDLINK3_MK}+
@@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= SDLKit
.if !empty(SDLKIT_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.SDLKit+= SDLKit>=0.3.1r2nb5
-BUILDLINK_RECOMMENDED.SDLKit?= SDLKit>=0.3.1r2nb7
+BUILDLINK_RECOMMENDED.SDLKit?= SDLKit>=0.3.1r2nb8
BUILDLINK_PKGSRCDIR.SDLKit?= ../../graphics/SDLKit
.endif # SDLKIT_BUILDLINK3_MK