[26674] trunk/dports/gnustep/ProjectManager

source_changes at macosforge.org source_changes at macosforge.org
Mon Jul 2 21:55:01 PDT 2007


Revision: 26674
          http://trac.macosforge.org/projects/macports/changeset/26674
Author:   yves at macports.org
Date:     2007-07-02 21:55:00 -0700 (Mon, 02 Jul 2007)

Log Message:
-----------
Revision 1, fix runtime problem

Revision Links:
--------------
    http://trac.macosforge.org/projects/macports/changeset/1

Modified Paths:
--------------
    trunk/dports/gnustep/ProjectManager/Portfile
    trunk/dports/gnustep/ProjectManager/files/patch-Controller.m

Added Paths:
-----------
    trunk/dports/gnustep/ProjectManager/files/patch-SubprojectsManager.m

Modified: trunk/dports/gnustep/ProjectManager/Portfile
===================================================================
--- trunk/dports/gnustep/ProjectManager/Portfile	2007-07-02 19:40:36 UTC (rev 26673)
+++ trunk/dports/gnustep/ProjectManager/Portfile	2007-07-03 04:55:00 UTC (rev 26674)
@@ -2,8 +2,9 @@
 PortSystem  1.0
 PortGroup   gnustep 1.0
 
-name		ProjectManager	
+name		ProjectManager
 version		0.2
+revision    1
 maintainers	yves at macports.org
 homepage	http://home.gna.org/pmanager
 
@@ -22,5 +23,6 @@
 patchfiles      patch-GNUstepAppLauncher.h \
                 patch-Controller.m \
                 patch-ProjectCreator.m \
-                patch-ProjectDocument.m
+                patch-ProjectDocument.m \
+                patch-SubprojectsManager.m
 

Modified: trunk/dports/gnustep/ProjectManager/files/patch-Controller.m
===================================================================
--- trunk/dports/gnustep/ProjectManager/files/patch-Controller.m	2007-07-02 19:40:36 UTC (rev 26673)
+++ trunk/dports/gnustep/ProjectManager/files/patch-Controller.m	2007-07-03 04:55:00 UTC (rev 26674)
@@ -1,10 +1,11 @@
---- Controller.m.orig	2007-06-17 12:28:34.000000000 -0400
-+++ Controller.m	2007-06-17 12:20:01.000000000 -0400
-@@ -28,6 +28,7 @@
+--- Controller.m.orig	2007-07-03 00:41:14.000000000 -0400
++++ Controller.m	2007-07-03 00:41:18.000000000 -0400
+@@ -29,6 +29,8 @@
  #import <Foundation/NSFileManager.h>
  #import <Foundation/NSUserDefaults.h>
  #import <Foundation/NSNotification.h>
 +#import <Foundation/NSError.h>
++#import <Foundation/NSDebug.h>
  
  #import <AppKit/NSOpenPanel.h>
  #import <AppKit/NSView.h>

Added: trunk/dports/gnustep/ProjectManager/files/patch-SubprojectsManager.m
===================================================================
--- trunk/dports/gnustep/ProjectManager/files/patch-SubprojectsManager.m	                        (rev 0)
+++ trunk/dports/gnustep/ProjectManager/files/patch-SubprojectsManager.m	2007-07-03 04:55:00 UTC (rev 26674)
@@ -0,0 +1,10 @@
+--- ProjectModules/SubprojectsManager/SubprojectsManager.m.orig	2007-07-03 00:48:06.000000000 -0400
++++ ProjectModules/SubprojectsManager/SubprojectsManager.m	2007-07-03 00:48:47.000000000 -0400
+@@ -29,6 +29,7 @@
+ #import <Foundation/NSFileManager.h>
+ #import <Foundation/NSNotification.h>
+ #import <Foundation/NSSortDescriptor.h>
++#import <Foundation/NSException.h>
+ 
+ #import <AppKit/NSDocumentController.h>
+ #import <AppKit/NSNibLoading.h>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070702/9e7b4df0/attachment.html


More information about the macports-changes mailing list