summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2005-09-30 23:13:57 +0000
committerrh <rh@pkgsrc.org>2005-09-30 23:13:57 +0000
commit76c787802eda75f2c21e6298b461e63874795a4c (patch)
treef890601d06713098bd1544c4af654ea2a99db769 /devel
parent97f92feb13b3c4d39808c99811c42cd5fa83ddba (diff)
downloadpkgsrc-76c787802eda75f2c21e6298b461e63874795a4c.tar.gz
Update gnustep-base to 1.11.1. This adds NSSortDescriptor and some bug
fixes.
Diffstat (limited to 'devel')
-rw-r--r--devel/gnustep-base/Makefile4
-rw-r--r--devel/gnustep-base/PLIST5
-rw-r--r--devel/gnustep-base/distinfo8
-rw-r--r--devel/gnustep-base/files/openapp4
4 files changed, 12 insertions, 9 deletions
diff --git a/devel/gnustep-base/Makefile b/devel/gnustep-base/Makefile
index 9f236d869ee..90debca1122 100644
--- a/devel/gnustep-base/Makefile
+++ b/devel/gnustep-base/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2005/07/29 12:58:37 adam Exp $
+# $NetBSD: Makefile,v 1.26 2005/09/30 23:13:57 rh Exp $
-DISTNAME= gnustep-base-1.11.0
+DISTNAME= gnustep-base-1.11.1
CATEGORIES= devel gnustep
MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/}
diff --git a/devel/gnustep-base/PLIST b/devel/gnustep-base/PLIST
index 383d884b040..5b24c92a36d 100644
--- a/devel/gnustep-base/PLIST
+++ b/devel/gnustep-base/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2005/07/29 12:58:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2005/09/30 23:13:57 rh Exp $
bin/openapp
share/GNUstep/System/Library/Bundles/SSL.bundle/Resources/Info-gnustep.plist
share/GNUstep/System/Library/Bundles/SSL.bundle/SSL
@@ -15,6 +15,7 @@ share/GNUstep/System/Library/Documentation/man/man1/autogsdoc.1
share/GNUstep/System/Library/Documentation/man/man1/cvtenc.1
share/GNUstep/System/Library/Documentation/man/man1/defaults.1
share/GNUstep/System/Library/Documentation/man/man1/gdnc.1
+share/GNUstep/System/Library/Documentation/man/man1/gspath.1
share/GNUstep/System/Library/Documentation/man/man1/pldes.1
share/GNUstep/System/Library/Documentation/man/man1/sfparse.1
share/GNUstep/System/Library/Documentation/man/man1/xmlparse.1
@@ -80,6 +81,7 @@ share/GNUstep/System/Library/Headers/Foundation/NSRunLoop.h
share/GNUstep/System/Library/Headers/Foundation/NSScanner.h
share/GNUstep/System/Library/Headers/Foundation/NSSerialization.h
share/GNUstep/System/Library/Headers/Foundation/NSSet.h
+share/GNUstep/System/Library/Headers/Foundation/NSSortDescriptor.h
share/GNUstep/System/Library/Headers/Foundation/NSString.h
share/GNUstep/System/Library/Headers/Foundation/NSTask.h
share/GNUstep/System/Library/Headers/Foundation/NSThread.h
@@ -760,6 +762,7 @@ share/GNUstep/System/Tools/cvtenc
share/GNUstep/System/Tools/defaults
share/GNUstep/System/Tools/gdnc
share/GNUstep/System/Tools/gdomap
+share/GNUstep/System/Tools/gspath
share/GNUstep/System/Tools/make_strings
share/GNUstep/System/Tools/pl
share/GNUstep/System/Tools/pl2link
diff --git a/devel/gnustep-base/distinfo b/devel/gnustep-base/distinfo
index 3b297f9b92d..2291ad625bd 100644
--- a/devel/gnustep-base/distinfo
+++ b/devel/gnustep-base/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2005/07/29 12:58:37 adam Exp $
+$NetBSD: distinfo,v 1.16 2005/09/30 23:13:57 rh Exp $
-SHA1 (gnustep-base-1.11.0.tar.gz) = 05e52312c2b84267b7145101e9e6a5429d28f2d1
-RMD160 (gnustep-base-1.11.0.tar.gz) = c8474965df3d0690eeb0059fe39a1e5e2d6ebc22
-Size (gnustep-base-1.11.0.tar.gz) = 1997874 bytes
+SHA1 (gnustep-base-1.11.1.tar.gz) = c0c284d434a101e321b035ebbe12049bd251b1d3
+RMD160 (gnustep-base-1.11.1.tar.gz) = dc367da814719643b3ea0465c809f7f0dfef38b2
+Size (gnustep-base-1.11.1.tar.gz) = 2006854 bytes
SHA1 (patch-aa) = 3ffaf85eb43ac0be31790e7ec9602ff08cdbc7ae
SHA1 (patch-ab) = 51b4273874c6f66a4c6ee6c7e78de7eadc9e7c95
SHA1 (patch-ac) = 0fe1b14c0d016e9279df84aaa26142b8ed06e63f
diff --git a/devel/gnustep-base/files/openapp b/devel/gnustep-base/files/openapp
index 922e8f98e73..7d712b8b350 100644
--- a/devel/gnustep-base/files/openapp
+++ b/devel/gnustep-base/files/openapp
@@ -1,7 +1,7 @@
#!/bin/sh
#
-# $NetBSD: openapp,v 1.1 2002/09/27 23:56:30 rh Exp $
+# $NetBSD: openapp,v 1.2 2005/09/30 23:13:57 rh Exp $
#
# GNUstep openapp wrapper
-. @PREFIX@/share/GNUstep/System/Makefiles/GNUstep.sh
+. @PREFIX@/share/GNUstep/System/Library/Makefiles/GNUstep.sh
@PREFIX@/share/GNUstep/System/Tools/openapp "$@"