pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gnustep-base Update gnustep-base to 1.11.1. Thi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c628e6bfdacf
branches:  trunk
changeset: 500006:c628e6bfdacf
user:      rh <rh%pkgsrc.org@localhost>
date:      Fri Sep 30 23:13:57 2005 +0000

description:
Update gnustep-base to 1.11.1.  This adds NSSortDescriptor and some bug
fixes.

diffstat:

 devel/gnustep-base/Makefile      |  4 ++--
 devel/gnustep-base/PLIST         |  5 ++++-
 devel/gnustep-base/distinfo      |  8 ++++----
 devel/gnustep-base/files/openapp |  4 ++--
 4 files changed, 12 insertions(+), 9 deletions(-)

diffs (74 lines):

diff -r dd114122c3bd -r c628e6bfdacf devel/gnustep-base/Makefile
--- a/devel/gnustep-base/Makefile       Fri Sep 30 23:12:40 2005 +0000
+++ b/devel/gnustep-base/Makefile       Fri Sep 30 23:13:57 2005 +0000
@@ -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 -r dd114122c3bd -r c628e6bfdacf devel/gnustep-base/PLIST
--- a/devel/gnustep-base/PLIST  Fri Sep 30 23:12:40 2005 +0000
+++ b/devel/gnustep-base/PLIST  Fri Sep 30 23:13:57 2005 +0000
@@ -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/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/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/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 -r dd114122c3bd -r c628e6bfdacf devel/gnustep-base/distinfo
--- a/devel/gnustep-base/distinfo       Fri Sep 30 23:12:40 2005 +0000
+++ b/devel/gnustep-base/distinfo       Fri Sep 30 23:13:57 2005 +0000
@@ -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 -r dd114122c3bd -r c628e6bfdacf devel/gnustep-base/files/openapp
--- a/devel/gnustep-base/files/openapp  Fri Sep 30 23:12:40 2005 +0000
+++ b/devel/gnustep-base/files/openapp  Fri Sep 30 23:13:57 2005 +0000
@@ -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 "$@"



Home | Main Index | Thread Index | Old Index