Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/gworkspace/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile	16 Sep 2011 12:29:15 -0000	1.16
+++ Makefile	9 Oct 2011 09:30:48 -0000
@@ -2,8 +2,7 @@
 
 COMMENT=	GNUstep workspace manager
 
-DISTNAME=	gworkspace-0.8.8
-REVISION =	10
+DISTNAME =	gworkspace-0.9.0
 
 CATEGORIES=	x11
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/gnustep/gworkspace/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	1 Jul 2010 21:04:19 -0000	1.3
+++ distinfo	9 Oct 2011 09:30:48 -0000
@@ -1,5 +1,5 @@
-MD5 (gnustep/gworkspace-0.8.8.tar.gz) = 4j0CtGFqxBa00vml0bsj8w==
-RMD160 (gnustep/gworkspace-0.8.8.tar.gz) = yp/WhY3DwIsTqE9+dC2ZglpzZrk=
-SHA1 (gnustep/gworkspace-0.8.8.tar.gz) = wOexfV0ahzYZbwfgssVAcRdljuM=
-SHA256 (gnustep/gworkspace-0.8.8.tar.gz) = tsKazVGjnnfFrD1JI5muVzLGlBd2YRe7zl5AbTJcHR8=
-SIZE (gnustep/gworkspace-0.8.8.tar.gz) = 3607784
+MD5 (gnustep/gworkspace-0.9.0.tar.gz) = 6HTHpBnKY/kPtTt2kgAv9w==
+RMD160 (gnustep/gworkspace-0.9.0.tar.gz) = 2JIQH1BgOylSau/W/w7RS+WyYyw=
+SHA1 (gnustep/gworkspace-0.9.0.tar.gz) = dc3vfC1NCp21IJmIpE/6ZS89af0=
+SHA256 (gnustep/gworkspace-0.9.0.tar.gz) = ZlXBVw23TdqNxPiBWfjSUcW+4C2iNKvmHzVzi6t1OP0=
+SIZE (gnustep/gworkspace-0.9.0.tar.gz) = 3789219
Index: patches/patch-FSNode_FSNodeRep_m
===================================================================
RCS file: patches/patch-FSNode_FSNodeRep_m
diff -N patches/patch-FSNode_FSNodeRep_m
--- patches/patch-FSNode_FSNodeRep_m	18 Apr 2011 12:33:04 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,18 +0,0 @@
-$OpenBSD: patch-FSNode_FSNodeRep_m,v 1.2 2011/04/18 12:33:04 sebastia Exp $
-
-OpenBSD and NetBSD don't have the -p mount option
-
---- FSNode/FSNodeRep.m.orig	Sat Jun 19 01:21:36 2010
-+++ FSNode/FSNodeRep.m	Tue Apr  5 19:00:32 2011
-@@ -756,8 +756,10 @@ static FSNodeRep *shared = nil;
-       NSPipe *pipe = [NSPipe pipe];
-       NSFileHandle *handle = [pipe fileHandleForReading];
- 
--      [task setLaunchPath: @"mount"];
-+      [task setLaunchPath: @"/sbin/mount"];
-+#if !defined(__OpenBSD__) && !defined(__NetBSD__)
-       [task setArguments: [NSArray arrayWithObject: @"-p"]];
-+#endif
-       [task setStandardOutput: pipe];    
- 
-       [task launch];
Index: patches/patch-GWMetadata_MDKit_MDKQueryManager_m
===================================================================
RCS file: patches/patch-GWMetadata_MDKit_MDKQueryManager_m
diff -N patches/patch-GWMetadata_MDKit_MDKQueryManager_m
--- patches/patch-GWMetadata_MDKit_MDKQueryManager_m	24 Jun 2011 10:54:51 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-GWMetadata_MDKit_MDKQueryManager_m,v 1.1 2011/06/24 10:54:51 sebastia Exp $
-
-fix to build with gcc-2.95
-
---- GWMetadata/MDKit/MDKQueryManager.m.orig	Wed Jun 22 13:20:15 2011
-+++ GWMetadata/MDKit/MDKQueryManager.m	Wed Jun 22 13:20:22 2011
-@@ -23,7 +23,6 @@
-  */
- 
- #include <AppKit/AppKit.h>
--#include <GNUstepBase/NSTask+GS.h>
- #include "MDKQueryManager.h"
- #include "MDKFSFilter.h"
- #include "FSNode.h"
Index: patches/patch-GWMetadata_MDKit_SQLite_h
===================================================================
RCS file: patches/patch-GWMetadata_MDKit_SQLite_h
diff -N patches/patch-GWMetadata_MDKit_SQLite_h
--- patches/patch-GWMetadata_MDKit_SQLite_h	24 Jun 2011 10:54:51 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,16 +0,0 @@
-$OpenBSD: patch-GWMetadata_MDKit_SQLite_h,v 1.1 2011/06/24 10:54:51 sebastia Exp $
-
-fix to build with gcc-2.95
-
---- GWMetadata/MDKit/SQLite.h.orig	Wed Jun 22 12:49:23 2011
-+++ GWMetadata/MDKit/SQLite.h	Wed Jun 22 12:49:42 2011
-@@ -26,7 +26,9 @@
- #define SQLITE_H
- 
- #include <Foundation/Foundation.h>
-+#define id sqlite_id
- #include <sqlite3.h>
-+#undef id
- 
- @class SQLitePreparedStatement;
- 
Index: patches/patch-GWMetadata_Preferences_MDIndexing_m
===================================================================
RCS file: patches/patch-GWMetadata_Preferences_MDIndexing_m
diff -N patches/patch-GWMetadata_Preferences_MDIndexing_m
--- patches/patch-GWMetadata_Preferences_MDIndexing_m	24 Jun 2011 10:54:51 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-GWMetadata_Preferences_MDIndexing_m,v 1.1 2011/06/24 10:54:51 sebastia Exp $
-
-fix to build with gcc-2.95
-
---- GWMetadata/Preferences/MDIndexing.m.orig	Wed Jun 22 15:10:45 2011
-+++ GWMetadata/Preferences/MDIndexing.m	Wed Jun 22 15:10:53 2011
-@@ -23,7 +23,6 @@
-  */
- 
- #include <AppKit/AppKit.h>
--#include <GNUstepBase/NSTask+GS.h>
- #include "MDIndexing.h"
- #include "CategoriesEditor.h"
- #include "StartAppWin.h"
Index: patches/patch-GWMetadata_gmds_gmds_sqlite_h
===================================================================
RCS file: patches/patch-GWMetadata_gmds_gmds_sqlite_h
diff -N patches/patch-GWMetadata_gmds_gmds_sqlite_h
--- patches/patch-GWMetadata_gmds_gmds_sqlite_h	24 Jun 2011 10:54:51 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,16 +0,0 @@
-$OpenBSD: patch-GWMetadata_gmds_gmds_sqlite_h,v 1.1 2011/06/24 10:54:51 sebastia Exp $
-
-fix to build with gcc-2.95
-
---- GWMetadata/gmds/gmds/sqlite.h.orig	Wed Jun 22 14:02:54 2011
-+++ GWMetadata/gmds/gmds/sqlite.h	Wed Jun 22 14:03:14 2011
-@@ -26,7 +26,9 @@
- #define SQLITE_H
- 
- #include <Foundation/Foundation.h>
-+#define id sqlite_id
- #include <sqlite3.h>
-+#undef id
- 
- sqlite3 *opendbAtPath(NSString *path);
- 
Index: patches/patch-GWMetadata_gmds_mdextractor_updater_m
===================================================================
RCS file: patches/patch-GWMetadata_gmds_mdextractor_updater_m
diff -N patches/patch-GWMetadata_gmds_mdextractor_updater_m
--- patches/patch-GWMetadata_gmds_mdextractor_updater_m	24 Jun 2011 10:54:51 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-GWMetadata_gmds_mdextractor_updater_m,v 1.1 2011/06/24 10:54:51 sebastia Exp $
-
-fix to build with gcc-2.95
-
---- GWMetadata/gmds/mdextractor/updater.m.orig	Wed Jun 22 14:33:37 2011
-+++ GWMetadata/gmds/mdextractor/updater.m	Wed Jun 22 14:33:44 2011
-@@ -23,7 +23,6 @@
-  */
- 
- #include <Foundation/Foundation.h>
--#include <GNUstepBase/NSTask+GS.h>
- #include <AppKit/AppKit.h>
- #include <sys/types.h>
- #include <sys/stat.h>
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/gnustep/gworkspace/pkg/PLIST,v
retrieving revision 1.7
diff -u -r1.7 PLIST
--- pkg/PLIST	18 Apr 2011 12:33:04 -0000	1.7
+++ pkg/PLIST	9 Oct 2011 09:30:51 -0000
@@ -326,6 +326,7 @@
 lib/GNUstep/Frameworks/FSNode.framework/Versions/0.0/Resources/Workspace.tiff
 @lib lib/GNUstep/Frameworks/FSNode.framework/Versions/0.0/libFSNode.so.${LIBFSNode_VERSION}
 lib/GNUstep/Frameworks/FSNode.framework/Versions/Current
+@lib lib/GNUstep/Frameworks/FSNode.framework/libFSNode.so.${LIBFSNode_VERSION}
 lib/GNUstep/Frameworks/Inspector.framework/
 lib/GNUstep/Frameworks/Inspector.framework/Headers
 lib/GNUstep/Frameworks/Inspector.framework/Inspector
@@ -434,6 +435,7 @@
 lib/GNUstep/Frameworks/Inspector.framework/Versions/0.0/Resources/tiffPboard.tiff
 @lib lib/GNUstep/Frameworks/Inspector.framework/Versions/0.0/libInspector.so.${LIBInspector_VERSION}
 lib/GNUstep/Frameworks/Inspector.framework/Versions/Current
+@lib lib/GNUstep/Frameworks/Inspector.framework/libInspector.so.${LIBInspector_VERSION}
 lib/GNUstep/Frameworks/MDKit.framework/
 lib/GNUstep/Frameworks/MDKit.framework/Headers
 lib/GNUstep/Frameworks/MDKit.framework/MDKit
@@ -508,6 +510,7 @@
 lib/GNUstep/Frameworks/MDKit.framework/Versions/0.0/Resources/whiteArrowRight.tiff
 @lib lib/GNUstep/Frameworks/MDKit.framework/Versions/0.0/libMDKit.so.${LIBMDKit_VERSION}
 lib/GNUstep/Frameworks/MDKit.framework/Versions/Current
+@lib lib/GNUstep/Frameworks/MDKit.framework/libMDKit.so.${LIBMDKit_VERSION}
 lib/GNUstep/Frameworks/Operation.framework/
 lib/GNUstep/Frameworks/Operation.framework/Headers
 lib/GNUstep/Frameworks/Operation.framework/Operation
@@ -528,6 +531,7 @@
 lib/GNUstep/Frameworks/Operation.framework/Versions/0.0/Resources/Operation.tiff
 @lib lib/GNUstep/Frameworks/Operation.framework/Versions/0.0/libOperation.so.${LIBOperation_VERSION}
 lib/GNUstep/Frameworks/Operation.framework/Versions/Current
+@lib lib/GNUstep/Frameworks/Operation.framework/libOperation.so.${LIBOperation_VERSION}
 lib/GNUstep/Services/thumbnailer.service/
 lib/GNUstep/Services/thumbnailer.service/Resources/
 lib/GNUstep/Services/thumbnailer.service/Resources/Info-gnustep.plist
@@ -695,6 +699,7 @@
 libexec/GNUstep/GWorkspace.app/Resources/FileIcon_Directory_Open_Small_osx.tiff
 libexec/GNUstep/GWorkspace.app/Resources/FileIcon_Directory_Open_alt.tiff
 libexec/GNUstep/GWorkspace.app/Resources/FileIcon_Directory_Open_osx.tiff
+libexec/GNUstep/GWorkspace.app/Resources/FileIcon_WebLink.tiff
 libexec/GNUstep/GWorkspace.app/Resources/FileManager.tiff
 libexec/GNUstep/GWorkspace.app/Resources/French.lproj/
 libexec/GNUstep/GWorkspace.app/Resources/French.lproj/Localizable.strings
