Hi,

attached update to gnustep-base 1.24.5. Bugfix update with some additions.
Needs full library bump. Everything but libobjc2 and make under x11/gnustep/ 
needs a bump. Further www/sope, www/sogo, games/oolite.

OK?

Sebastian
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/base/Makefile,v
retrieving revision 1.49
diff -u -p -u -r1.49 Makefile
--- Makefile	18 May 2013 15:35:24 -0000	1.49
+++ Makefile	22 Sep 2013 23:08:48 -0000
@@ -2,10 +2,9 @@
 
 COMMENT=	GNUstep base library
 
-DISTNAME=	gnustep-base-1.24.4
-REVISION =	0
+DISTNAME=	gnustep-base-1.24.5
 
-SHARED_LIBS=	gnustep-base 7.0
+SHARED_LIBS=	gnustep-base 8.0
 CATEGORIES=	devel
 
 LIBDIR=		lib/GNUstep/Libraries/gnustep-base/Versions/${LIBgnustep-base_VERSION}
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/gnustep/base/distinfo,v
retrieving revision 1.16
diff -u -p -u -r1.16 distinfo
--- distinfo	25 Apr 2013 16:14:27 -0000	1.16
+++ distinfo	22 Sep 2013 23:08:48 -0000
@@ -1,2 +1,2 @@
-SHA256 (gnustep/gnustep-base-1.24.4.tar.gz) = GTuTnHa9Pvj7CKQfsIZ32FwHK5NS1kjxdE2Kc2GFnUA=
-SIZE (gnustep/gnustep-base-1.24.4.tar.gz) = 3424321
+SHA256 (gnustep/gnustep-base-1.24.5.tar.gz) = 6CqlDWsEx7BrDiPonj+FJDyt0VRa+5kZJGgeoCshk4I=
+SIZE (gnustep/gnustep-base-1.24.5.tar.gz) = 3496959
Index: patches/patch-Source_NSCalendar_m
===================================================================
RCS file: patches/patch-Source_NSCalendar_m
diff -N patches/patch-Source_NSCalendar_m
--- patches/patch-Source_NSCalendar_m	18 May 2013 15:35:24 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,44 +0,0 @@
-$OpenBSD: patch-Source_NSCalendar_m,v 1.1 2013/05/18 15:35:24 sebastia Exp $
-
-fix NSCalendar on amd64, from upstream
-
---- Source/NSCalendar.m.orig	Sat May 18 17:23:25 2013
-+++ Source/NSCalendar.m	Sat May 18 17:23:34 2013
-@@ -79,8 +79,8 @@ typedef struct {
-   NSString      *localeID;
-   NSTimeZone    *tz; 
-   void          *cal;
--  int32_t       firstWeekday;
--  int32_t       minimumDaysInFirstWeek;
-+  NSInteger     firstWeekday;
-+  NSInteger     minimumDaysInFirstWeek;
- } Calendar; 
- #define my ((Calendar*)_NSCalendarInternal)
- #define aac ((Calendar*)(autoupdatingCalendar->_NSCalendarInternal))
-@@ -133,7 +133,7 @@ typedef struct {
-   else
-     {
-       ucal_setAttribute(my->cal, UCAL_FIRST_DAY_OF_WEEK,
--        my->firstWeekday);
-+        (int32_t)my->firstWeekday);
-     }
- 
-   if (NSNotFound == my->minimumDaysInFirstWeek)
-@@ -144,7 +144,7 @@ typedef struct {
-   else
-     {
-       ucal_setAttribute(my->cal, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK,
--        my->minimumDaysInFirstWeek);
-+        (int32_t)my->minimumDaysInFirstWeek);
-     }
- 
- #endif
-@@ -531,7 +531,7 @@ static NSRecursiveLock *classLock = nil;
- 
- - (void) setFirstWeekday: (NSUInteger)weekday
- {
--  my->firstWeekday = (int32_t)weekday;
-+  my->firstWeekday = weekday;
- #if GS_USE_ICU == 1
-   ucal_setAttribute (my->cal, UCAL_FIRST_DAY_OF_WEEK, my->firstWeekday);
- #endif
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/gnustep/base/pkg/PLIST,v
retrieving revision 1.16
diff -u -p -u -r1.16 PLIST
--- pkg/PLIST	25 Apr 2013 16:14:27 -0000	1.16
+++ pkg/PLIST	22 Sep 2013 23:08:48 -0000
@@ -67,6 +67,7 @@ include/Foundation/NSHost.h
 include/Foundation/NSIndexPath.h
 include/Foundation/NSIndexSet.h
 include/Foundation/NSInvocation.h
+include/Foundation/NSInvocationOperation.h
 include/Foundation/NSJSONSerialization.h
 include/Foundation/NSKeyValueCoding.h
 include/Foundation/NSKeyValueObserving.h
Index: x11/gnustep/aclock/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/aclock/Makefile,v
retrieving revision 1.7
diff -u -p -u -r1.7 Makefile
--- x11/gnustep/aclock/Makefile	25 Apr 2013 16:40:10 -0000	1.7
+++ x11/gnustep/aclock/Makefile	22 Sep 2013 23:10:22 -0000
@@ -3,7 +3,7 @@
 COMMENT =	analog clock for the GNUstep desktop
 
 DISTNAME =	AClock-0.4.0
-REVISION =	2
+REVISION =	3
 
 HOMEPAGE =	http://gap.nongnu.org/aclock/
 MASTER_SITES =	${MASTER_SITE_SAVANNAH:=gap/}
Index: x11/gnustep/addresses/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/addresses/Makefile,v
retrieving revision 1.15
diff -u -p -u -r1.15 Makefile
--- x11/gnustep/addresses/Makefile	25 Apr 2013 16:40:10 -0000	1.15
+++ x11/gnustep/addresses/Makefile	22 Sep 2013 23:10:23 -0000
@@ -3,7 +3,7 @@
 COMMENT=	GNUstep address book
 
 DISTNAME=	Addresses-0.4.8
-REVISION =	1
+REVISION =	2
 
 SHARED_LIBS+=	Addresses 0.1	# .0.1
 SHARED_LIBS+=	AddressView 0.1	# .0.1
Index: x11/gnustep/affiche/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/affiche/Makefile,v
retrieving revision 1.4
diff -u -p -u -r1.4 Makefile
--- x11/gnustep/affiche/Makefile	25 Apr 2013 16:40:10 -0000	1.4
+++ x11/gnustep/affiche/Makefile	22 Sep 2013 23:10:23 -0000
@@ -3,7 +3,7 @@
 COMMENT =	GNUstep sticky notes
 
 DISTNAME =	Affiche-0.6.0
-REVISION =	2
+REVISION =	3
 
 HOMEPAGE =	http://www.collaboration-world.com/affiche/
 MASTER_SITES =	http://www.collaboration-world.com/affiche.data/releases/Stable/
Index: x11/gnustep/back/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/back/Makefile,v
retrieving revision 1.31
diff -u -p -u -r1.31 Makefile
--- x11/gnustep/back/Makefile	25 Apr 2013 16:17:00 -0000	1.31
+++ x11/gnustep/back/Makefile	22 Sep 2013 23:10:23 -0000
@@ -4,6 +4,7 @@ COMMENT=	GNUstep gui backend
 
 V =		0.23.0
 DISTNAME=	gnustep-back-${V}
+REVISION =	0
 
 CATEGORIES=	devel
 
Index: x11/gnustep/batmon/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/batmon/Makefile,v
retrieving revision 1.5
diff -u -p -u -r1.5 Makefile
--- x11/gnustep/batmon/Makefile	25 Apr 2013 16:27:40 -0000	1.5
+++ x11/gnustep/batmon/Makefile	22 Sep 2013 23:10:24 -0000
@@ -3,6 +3,7 @@
 COMMENT =	GNUstep battery monitor
 
 DISTNAME =	batmon-0.7
+REVISION =	0
 CATEGORIES =	sysutils
 
 HOMEPAGE =	http://gap.nongnu.org/batmon/
Index: x11/gnustep/cdplayer/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/cdplayer/Makefile,v
retrieving revision 1.5
diff -u -p -u -r1.5 Makefile
--- x11/gnustep/cdplayer/Makefile	25 Apr 2013 16:40:10 -0000	1.5
+++ x11/gnustep/cdplayer/Makefile	22 Sep 2013 23:10:24 -0000
@@ -4,7 +4,7 @@ COMMENT =	GNUstep based CD player
 
 VERSION =	0.5.1
 DISTNAME =	cdplayer-${VERSION}
-REVISION =	3
+REVISION =	4
 
 HOMEPAGE =	http://gsburn.sourceforge.net/
 MASTER_SITES =	${MASTER_SITE_SOURCEFORGE:=gsburn/}
Index: x11/gnustep/corebase/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/corebase/Makefile,v
retrieving revision 1.4
diff -u -p -u -r1.4 Makefile
--- x11/gnustep/corebase/Makefile	25 Apr 2013 16:40:11 -0000	1.4
+++ x11/gnustep/corebase/Makefile	22 Sep 2013 23:10:24 -0000
@@ -3,7 +3,7 @@
 COMMENT =	GNUstep reimplementation of Apple's CoreFoundation
 
 DISTNAME =	gnustep-corebase-0.1.1
-REVISION =	0
+REVISION =	1
 CATEGORIES=	devel
 
 SHARED_LIBS =	gnustep-corebase 0.0
Index: x11/gnustep/cynthiune/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/cynthiune/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 Makefile
--- x11/gnustep/cynthiune/Makefile	14 May 2013 11:02:32 -0000	1.1.1.1
+++ x11/gnustep/cynthiune/Makefile	22 Sep 2013 23:10:25 -0000
@@ -3,6 +3,7 @@
 COMMENT =	audio player for GNUstep
 
 DISTNAME =	Cynthiune-1.0.0
+REVISION =	0
 CATEGORIES +=	audio
 
 HOMEPAGE =	http://gap.nongnu.org/cynthiune/
Index: x11/gnustep/databasin/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/databasin/Makefile,v
retrieving revision 1.6
diff -u -p -u -r1.6 Makefile
--- x11/gnustep/databasin/Makefile	25 Apr 2013 16:28:16 -0000	1.6
+++ x11/gnustep/databasin/Makefile	22 Sep 2013 23:10:25 -0000
@@ -3,6 +3,7 @@
 COMMENT =	GNUstep client for salesforce.com
 
 DISTNAME =	DataBasin-0.6
+REVISION =	0
 
 HOMEPAGE =	http://gap.nongnu.org/databasin/
 MASTER_SITES =	${MASTER_SITE_SAVANNAH:=gap/}
Index: x11/gnustep/dbuskit/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/dbuskit/Makefile,v
retrieving revision 1.4
diff -u -p -u -r1.4 Makefile
--- x11/gnustep/dbuskit/Makefile	25 Apr 2013 16:28:52 -0000	1.4
+++ x11/gnustep/dbuskit/Makefile	22 Sep 2013 23:10:25 -0000
@@ -4,6 +4,7 @@ COMMENT =	GNUstep dbus interface
 
 CATEGORIES +=   x11/gnustep devel
 VERSION =	0.1.1
+REVISION =	0
 DISTNAME =	dbuskit-${VERSION}
 PKGNAME =	gnustep-dbuskit-${VERSION}
 
Index: x11/gnustep/edenmath/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/edenmath/Makefile,v
retrieving revision 1.5
diff -u -p -u -r1.5 Makefile
--- x11/gnustep/edenmath/Makefile	25 Apr 2013 16:40:11 -0000	1.5
+++ x11/gnustep/edenmath/Makefile	22 Sep 2013 23:10:25 -0000
@@ -3,7 +3,7 @@
 COMMENT =	GNUstep based scientific calcualtor
 
 DISTNAME =	EdenMath_GNUstep-1.1.1
-REVISION =	2
+REVISION =	3
 
 HOMEPAGE =	http://www.eskimo.com/~pburns/EdenMath/
 MASTER_SITES =	${HOMEPAGE}/files/
Index: x11/gnustep/examples/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/examples/Makefile,v
retrieving revision 1.21
diff -u -p -u -r1.21 Makefile
--- x11/gnustep/examples/Makefile	1 Sep 2013 13:04:09 -0000	1.21
+++ x11/gnustep/examples/Makefile	22 Sep 2013 23:10:25 -0000
@@ -3,6 +3,7 @@
 COMMENT=	GNUstep example applications
 
 DISTNAME=	gnustep-examples-1.4.0
+REVISION =	0
 
 CATEGORIES=	misc
 
Index: x11/gnustep/fisicalab/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/fisicalab/Makefile,v
retrieving revision 1.9
diff -u -p -u -r1.9 Makefile
--- x11/gnustep/fisicalab/Makefile	25 Apr 2013 16:29:43 -0000	1.9
+++ x11/gnustep/fisicalab/Makefile	22 Sep 2013 23:10:25 -0000
@@ -3,6 +3,7 @@
 COMMENT=	educational application to solve physics problems
 
 DISTNAME =	fisicalab-0.3.2
+REVISION =	0
 
 HOMEPAGE=	http://www.nongnu.org/fisicalab/
 MASTER_SITES=	${MASTER_SITE_SAVANNAH:=fisicalab/}
Index: x11/gnustep/ftp/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/ftp/Makefile,v
retrieving revision 1.9
diff -u -p -u -r1.9 Makefile
--- x11/gnustep/ftp/Makefile	25 Apr 2013 16:30:18 -0000	1.9
+++ x11/gnustep/ftp/Makefile	22 Sep 2013 23:10:26 -0000
@@ -3,6 +3,7 @@
 COMMENT=	GNUstep file transfer protcol tool
 
 DISTNAME=	FTP-0.4
+REVISION =	0
 CATEGORIES=	net
 
 HOMEPAGE=	http://gap.nongnu.org/ftp/
Index: x11/gnustep/gemas/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/gemas/Makefile,v
retrieving revision 1.7
diff -u -p -u -r1.7 Makefile
--- x11/gnustep/gemas/Makefile	25 Apr 2013 16:40:11 -0000	1.7
+++ x11/gnustep/gemas/Makefile	22 Sep 2013 23:10:26 -0000
@@ -3,7 +3,7 @@
 COMMENT =	simple code editor for GNUstep
 
 DISTNAME =	Gemas-0.3
-REVISION =	2
+REVISION =	3
 PKGNAME =	gnustep-${DISTNAME:L}
 
 HOMEPAGE =	http://wiki.gnustep.org/index.php/Gemas.app
Index: x11/gnustep/gmastermind/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/gmastermind/Makefile,v
retrieving revision 1.5
diff -u -p -u -r1.5 Makefile
--- x11/gnustep/gmastermind/Makefile	25 Apr 2013 16:40:11 -0000	1.5
+++ x11/gnustep/gmastermind/Makefile	22 Sep 2013 23:10:26 -0000
@@ -3,7 +3,7 @@
 COMMENT =	GNUstep mastermind game
 
 DISTNAME =	GMastermind-0.6
-REVISION =	2
+REVISION =	3
 CATEGORIES =	games
 
 HOMEPAGE =      http://gap.nongnu.org/gmastermind/
Index: x11/gnustep/gmines/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/gmines/Makefile,v
retrieving revision 1.5
diff -u -p -u -r1.5 Makefile
--- x11/gnustep/gmines/Makefile	25 Apr 2013 16:40:11 -0000	1.5
+++ x11/gnustep/gmines/Makefile	22 Sep 2013 23:10:26 -0000
@@ -3,7 +3,7 @@
 COMMENT =	GNUstep minesweeper game
 
 DISTNAME =	GMines-0.2
-REVISION =	2
+REVISION =	3
 CATEGORIES =	games
 
 HOMEPAGE =	http://gap.nongnu.org/gmines/
Index: x11/gnustep/gnumail/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/gnumail/Makefile,v
retrieving revision 1.17
diff -u -p -u -r1.17 Makefile
--- x11/gnustep/gnumail/Makefile	25 Apr 2013 16:40:11 -0000	1.17
+++ x11/gnustep/gnumail/Makefile	22 Sep 2013 23:10:26 -0000
@@ -3,7 +3,7 @@
 COMMENT=	GNUstep mail application
 
 DISTNAME=	GNUMail-1.2.0pre3
-REVISION =	12
+REVISION =	13
 SHARED_LIBS=	GNUMail 2.0	# .1.2
 CATEGORIES=	mail
 
Index: x11/gnustep/gomoku/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/gomoku/Makefile,v
retrieving revision 1.4
diff -u -p -u -r1.4 Makefile
--- x11/gnustep/gomoku/Makefile	25 Apr 2013 16:40:11 -0000	1.4
+++ x11/gnustep/gomoku/Makefile	22 Sep 2013 23:10:27 -0000
@@ -3,7 +3,7 @@
 COMMENT =	extended TicTacToe game for GNUstep
 
 DISTNAME =	Gomoku-1.2.9
-REVISION =	2
+REVISION =	3
 CATEGORIES =	games
 
 HOMEPAGE =	http://www.gnustep.it/nicola/Applications/Gomoku/
Index: x11/gnustep/gorm/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/gorm/Makefile,v
retrieving revision 1.10
diff -u -p -u -r1.10 Makefile
--- x11/gnustep/gorm/Makefile	25 Apr 2013 16:30:54 -0000	1.10
+++ x11/gnustep/gorm/Makefile	22 Sep 2013 23:10:27 -0000
@@ -3,6 +3,7 @@
 COMMENT=	GNUstep graphical object relationship modeller
 
 DISTNAME=	gorm-1.2.20
+REVISION =	0
 HOMEPAGE=	http://www.gnustep.org/experience/Gorm.html
 MASTER_SITES=	${MASTER_SITE_GNUSTEP}dev-apps/
 
Index: x11/gnustep/graphos/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/graphos/Makefile,v
retrieving revision 1.7
diff -u -p -u -r1.7 Makefile
--- x11/gnustep/graphos/Makefile	25 Apr 2013 16:31:23 -0000	1.7
+++ x11/gnustep/graphos/Makefile	22 Sep 2013 23:10:27 -0000
@@ -3,6 +3,7 @@
 COMMENT =	vector drawing application
 
 DISTNAME =	Graphos-0.4
+REVISION =	0
 CATEGORIES =	graphics
 
 HOMEPAGE =	http://gap.nongnu.org/graphos/
Index: x11/gnustep/grr/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/grr/Makefile,v
retrieving revision 1.6
diff -u -p -u -r1.6 Makefile
--- x11/gnustep/grr/Makefile	25 Apr 2013 16:40:11 -0000	1.6
+++ x11/gnustep/grr/Makefile	22 Sep 2013 23:10:27 -0000
@@ -3,7 +3,7 @@
 COMMENT =	Guenthers RSS reader
 
 DISTNAME =	Grr-1.0
-REVISION =	1
+REVISION =	2
 
 HOMEPAGE =	http://gap.nongnu.org/grr/
 MASTER_SITES =	${MASTER_SITE_SAVANNAH:=gap/}
Index: x11/gnustep/gshisen/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/gshisen/Makefile,v
retrieving revision 1.7
diff -u -p -u -r1.7 Makefile
--- x11/gnustep/gshisen/Makefile	25 Apr 2013 16:40:11 -0000	1.7
+++ x11/gnustep/gshisen/Makefile	22 Sep 2013 23:10:27 -0000
@@ -3,7 +3,7 @@
 COMMENT=	little board game
 
 DISTNAME=	GShisen-1.3.0
-REVISION =	3
+REVISION =	4
 CATEGORIES=	games
 
 HOMEPAGE=	http://gap.nongnu.org/gshisen/
Index: x11/gnustep/gspdf/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/gspdf/Makefile,v
retrieving revision 1.9
diff -u -p -u -r1.9 Makefile
--- x11/gnustep/gspdf/Makefile	25 Apr 2013 16:40:11 -0000	1.9
+++ x11/gnustep/gspdf/Makefile	22 Sep 2013 23:10:27 -0000
@@ -3,7 +3,7 @@
 COMMENT=	PDF, PS and EPS viewer for GNUstep
 
 DISTNAME=	GSPdf-0.5
-REVISION =	1
+REVISION =	2
 
 HOMEPAGE=	http://gap.nongnu.org/gspdf/
 MASTER_SITES=	${MASTER_SITE_SAVANNAH:=gap/}
Index: x11/gnustep/gui/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/gui/Makefile,v
retrieving revision 1.31
diff -u -p -u -r1.31 Makefile
--- x11/gnustep/gui/Makefile	4 Jun 2013 18:41:58 -0000	1.31
+++ x11/gnustep/gui/Makefile	22 Sep 2013 23:10:28 -0000
@@ -3,7 +3,7 @@
 COMMENT=	GNUstep gui library
 
 DISTNAME =	gnustep-gui-0.23.1
-REVISION =	1
+REVISION =	2
 
 CATEGORIES=	devel
 
Index: x11/gnustep/gworkspace/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/gworkspace/Makefile,v
retrieving revision 1.22
diff -u -p -u -r1.22 Makefile
--- x11/gnustep/gworkspace/Makefile	25 Apr 2013 16:31:57 -0000	1.22
+++ x11/gnustep/gworkspace/Makefile	22 Sep 2013 23:10:28 -0000
@@ -3,6 +3,7 @@
 COMMENT=	GNUstep workspace manager
 
 DISTNAME =	gworkspace-0.9.2
+REVISION =	0
 
 CATEGORIES=	x11
 
Index: x11/gnustep/highlighterkit/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/highlighterkit/Makefile,v
retrieving revision 1.8
diff -u -p -u -r1.8 Makefile
--- x11/gnustep/highlighterkit/Makefile	25 Apr 2013 16:40:11 -0000	1.8
+++ x11/gnustep/highlighterkit/Makefile	22 Sep 2013 23:10:28 -0000
@@ -3,7 +3,7 @@
 COMMENT =	framework for highlighting and coloring syntax
 
 DISTNAME =	HighlighterKit-0.1.2
-REVISION =	2
+REVISION =	3
 SHARED_LIBS =	HighlighterKit 0.1
 
 HOMEPAGE =	http://wiki.gnustep.org/index.php/HighlighterKit
Index: x11/gnustep/imageviewer/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/imageviewer/Makefile,v
retrieving revision 1.11
diff -u -p -u -r1.11 Makefile
--- x11/gnustep/imageviewer/Makefile	25 Apr 2013 16:40:11 -0000	1.11
+++ x11/gnustep/imageviewer/Makefile	22 Sep 2013 23:10:28 -0000
@@ -3,7 +3,7 @@
 COMMENT=	GNUstep image viewer
 
 DISTNAME=	ImageViewer-0.6.3
-REVISION =	4
+REVISION =	5
 CATEGORIES=	graphics
 
 HOMEPAGE=	http://freshmeat.net/projects/imageviewer
Index: x11/gnustep/jigsaw/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/jigsaw/Makefile,v
retrieving revision 1.5
diff -u -p -u -r1.5 Makefile
--- x11/gnustep/jigsaw/Makefile	25 Apr 2013 21:11:57 -0000	1.5
+++ x11/gnustep/jigsaw/Makefile	22 Sep 2013 23:10:29 -0000
@@ -3,7 +3,7 @@
 COMMENT =	GNUstep jigsaw puzzle
 
 DISTNAME =	Jigsaw-0.8
-REVISION =	2
+REVISION =	3
 CATEGORIES =	games
 
 HOMEPAGE =	http://gap.nongnu.org/jigsaw/
Index: x11/gnustep/lapispuzzle/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/lapispuzzle/Makefile,v
retrieving revision 1.8
diff -u -p -u -r1.8 Makefile
--- x11/gnustep/lapispuzzle/Makefile	25 Apr 2013 16:40:11 -0000	1.8
+++ x11/gnustep/lapispuzzle/Makefile	22 Sep 2013 23:10:29 -0000
@@ -3,7 +3,7 @@
 COMMENT =	tetris like puzzle game
 
 DISTNAME =	LapisPuzzle-1.2
-REVISION =	2
+REVISION =	3
 CATEGORIES =	games
 
 HOMEPAGE =	http://gap.nongnu.org/lapispuzzle/
Index: x11/gnustep/laternamagica/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/laternamagica/Makefile,v
retrieving revision 1.8
diff -u -p -u -r1.8 Makefile
--- x11/gnustep/laternamagica/Makefile	25 Apr 2013 16:40:11 -0000	1.8
+++ x11/gnustep/laternamagica/Makefile	22 Sep 2013 23:10:29 -0000
@@ -3,7 +3,7 @@
 COMMENT=	view images and do slideshows
 
 DISTNAME =	LaternaMagica-0.4
-REVISION =	1
+REVISION =	2
 
 HOMEPAGE=	http://gap.nongnu.org/laternamagica/
 MASTER_SITES=	${MASTER_SITE_SAVANNAH:=gap/}
Index: x11/gnustep/matharray/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/matharray/Makefile,v
retrieving revision 1.5
diff -u -p -u -r1.5 Makefile
--- x11/gnustep/matharray/Makefile	1 Sep 2013 12:31:55 -0000	1.5
+++ x11/gnustep/matharray/Makefile	22 Sep 2013 23:10:30 -0000
@@ -4,6 +4,7 @@ COMMENT =	GNUstep library to manipulate 
 
 VERSION =	1.3
 DISTNAME =	MathArray-${VERSION}
+REVISION =	0
 PKGNAME =	gnustep-matharray-${VERSION}
 CATEGORIES =	math
 SHARED_LIBS +=  MathArray	0.0
Index: x11/gnustep/mpdcon/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/mpdcon/Makefile,v
retrieving revision 1.9
diff -u -p -u -r1.9 Makefile
--- x11/gnustep/mpdcon/Makefile	15 May 2013 14:52:19 -0000	1.9
+++ x11/gnustep/mpdcon/Makefile	22 Sep 2013 23:10:30 -0000
@@ -3,7 +3,7 @@
 COMMENT =	GNUstep client for Music Player Daemon
 
 DISTNAME =	MPDCon-1.4
-REVISION =	2
+REVISION =	3
 
 HOMEPAGE =	http://gap.nongnu.org/mpdcon/
 MASTER_SITES =	${MASTER_SITE_SAVANNAH:=gap/}
Index: x11/gnustep/netclasses/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/netclasses/Makefile,v
retrieving revision 1.4
diff -u -p -u -r1.4 Makefile
--- x11/gnustep/netclasses/Makefile	25 Apr 2013 16:40:11 -0000	1.4
+++ x11/gnustep/netclasses/Makefile	22 Sep 2013 23:10:30 -0000
@@ -4,7 +4,7 @@ COMMENT =	asynchronous networking framew
 
 VERSION =	1.06
 DISTNAME =	netclasses-${VERSION}
-REVISION =	2
+REVISION =	3
 PKGNAME =	gnustep-netclasses-${VERSION}
 CATEGORIES =	net
 SHARED_LIBS +=  netclasses	0.0
Index: x11/gnustep/paje/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/paje/Makefile,v
retrieving revision 1.4
diff -u -p -u -r1.4 Makefile
--- x11/gnustep/paje/Makefile	15 May 2013 15:18:10 -0000	1.4
+++ x11/gnustep/paje/Makefile	22 Sep 2013 23:10:30 -0000
@@ -3,7 +3,7 @@
 COMMENT =	GNUstep based trace visualization tool
 
 DISTNAME =	Paje-1.98
-REVISION =	2
+REVISION =	3
 SHARED_LIBS +=	General	0.0
 
 HOMEPAGE =	http://paje.sourceforge.net/
Index: x11/gnustep/pantomime/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/pantomime/Makefile,v
retrieving revision 1.13
diff -u -p -u -r1.13 Makefile
--- x11/gnustep/pantomime/Makefile	25 Apr 2013 16:40:11 -0000	1.13
+++ x11/gnustep/pantomime/Makefile	22 Sep 2013 23:10:30 -0000
@@ -3,7 +3,7 @@
 COMMENT=	framework to major mail protocols
 
 DISTNAME=	Pantomime-1.2.0pre3
-REVISION =	8
+REVISION =	9
 
 SHARED_LIBS=	Pantomime 1.2	# .1.2
 CATEGORIES=	mail
Index: x11/gnustep/pdfkit/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/pdfkit/Makefile,v
retrieving revision 1.10
diff -u -p -u -r1.10 Makefile
--- x11/gnustep/pdfkit/Makefile	22 Aug 2012 07:15:52 -0000	1.10
+++ x11/gnustep/pdfkit/Makefile	22 Sep 2013 23:10:31 -0000
@@ -5,7 +5,7 @@ COMMENT =	framework for accessing and re
 BROKEN =	shows PDFs only white, and breaks GWorkspace on macppc
 
 DISTNAME =	PDFKit-0.9.2
-REVISION =	0
+REVISION =	1
 SHARED_LIBS +=	PDFKit	0.0
 
 HOMEPAGE =	http://wiki.gnustep.org/index.php/PDFKit
Index: x11/gnustep/performance/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/performance/Makefile,v
retrieving revision 1.5
diff -u -p -u -r1.5 Makefile
--- x11/gnustep/performance/Makefile	25 Apr 2013 16:40:11 -0000	1.5
+++ x11/gnustep/performance/Makefile	22 Sep 2013 23:10:31 -0000
@@ -4,7 +4,7 @@ COMMENT =	GNUstep performance library
 
 VERSION =	0.3.2
 DISTNAME =	Performance-${VERSION}
-REVISION =	2
+REVISION =	3
 PKGNAME =	gnustep-performance-${VERSION}
 CATEGORIES =	devel
 SHARED_LIBS +=  Performance               0.1
Index: x11/gnustep/price/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/price/Makefile,v
retrieving revision 1.6
diff -u -p -u -r1.6 Makefile
--- x11/gnustep/price/Makefile	25 Apr 2013 16:32:35 -0000	1.6
+++ x11/gnustep/price/Makefile	22 Sep 2013 23:10:31 -0000
@@ -3,6 +3,7 @@
 COMMENT =	precision raster image convolution engine
 
 DISTNAME =	PRICE-1.2.0
+REVISION =	0
 CATEGORIES =	graphics
 
 HOMEPAGE =	http://price.sourceforge.net/
Index: x11/gnustep/projectcenter/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/projectcenter/Makefile,v
retrieving revision 1.9
diff -u -p -u -r1.9 Makefile
--- x11/gnustep/projectcenter/Makefile	25 Apr 2013 16:40:11 -0000	1.9
+++ x11/gnustep/projectcenter/Makefile	22 Sep 2013 23:10:31 -0000
@@ -3,7 +3,7 @@
 COMMENT=	GNUstep integrated development environment
 
 DISTNAME=	ProjectCenter-0.6.1
-REVISION =	1
+REVISION =	2
 CATEGORIES=	devel
 
 HOMEPAGE=	http://www.gnustep.org/experience/ProjectCenter.html
Index: x11/gnustep/remotedesk/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/remotedesk/Makefile,v
retrieving revision 1.8
diff -u -p -u -r1.8 Makefile
--- x11/gnustep/remotedesk/Makefile	25 Apr 2013 16:40:11 -0000	1.8
+++ x11/gnustep/remotedesk/Makefile	22 Sep 2013 23:10:32 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=	GNUstep rdesktop frontend
 DISTNAME=	RemoteDesk-0.1
-REVISION =	3
+REVISION =	4
 
 CATEGORIES=	x11
 HOMEPAGE=	http://gap.nongnu.org/remotedesk/
Index: x11/gnustep/renaissance/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/renaissance/Makefile,v
retrieving revision 1.4
diff -u -p -u -r1.4 Makefile
--- x11/gnustep/renaissance/Makefile	25 Apr 2013 16:40:11 -0000	1.4
+++ x11/gnustep/renaissance/Makefile	22 Sep 2013 23:10:32 -0000
@@ -4,7 +4,7 @@ COMMENT =	GNUstep layer to write portabl
 
 VERSION =	0.9.0
 DISTNAME =	Renaissance-${VERSION}
-REVISION =	2
+REVISION =	3
 PKGNAME =	gnustep-renaissance-${VERSION}
 
 SHARED_LIBS +=  Renaissance	0.0
Index: x11/gnustep/rsskit/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/rsskit/Makefile,v
retrieving revision 1.6
diff -u -p -u -r1.6 Makefile
--- x11/gnustep/rsskit/Makefile	25 Apr 2013 16:40:11 -0000	1.6
+++ x11/gnustep/rsskit/Makefile	22 Sep 2013 23:10:32 -0000
@@ -3,7 +3,7 @@
 COMMENT =	framework for reading different types of RSS formats
 
 DISTNAME =	RSSKit-0.4
-REVISION =	1
+REVISION =	2
 
 SHARED_LIBS +=	RSSKit	0.0
 
Index: x11/gnustep/simpleagenda/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/simpleagenda/Makefile,v
retrieving revision 1.12
diff -u -p -u -r1.12 Makefile
--- x11/gnustep/simpleagenda/Makefile	21 Jun 2013 22:39:28 -0000	1.12
+++ x11/gnustep/simpleagenda/Makefile	22 Sep 2013 23:10:32 -0000
@@ -3,7 +3,7 @@
 COMMENT=	calendaring application based on GNUstep
 
 VERSION=	0.43
-REVISION=	0
+REVISION=	1
 DISTNAME=	SimpleAgenda-${VERSION}
 CATEGORIES+=	productivity
 
Index: x11/gnustep/sqlclient/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/sqlclient/Makefile,v
retrieving revision 1.10
diff -u -p -u -r1.10 Makefile
--- x11/gnustep/sqlclient/Makefile	8 Sep 2013 16:33:20 -0000	1.10
+++ x11/gnustep/sqlclient/Makefile	22 Sep 2013 23:10:32 -0000
@@ -3,6 +3,7 @@
 COMMENT =	GNUstep database abstraction layer
 
 VERSION =	1.7.0
+REVISION =	0
 DISTNAME =	SQLClient-${VERSION}
 PKGNAME =	gnustep-sqlclient-${VERSION}
 
Index: x11/gnustep/sudoku/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/sudoku/Makefile,v
retrieving revision 1.5
diff -u -p -u -r1.5 Makefile
--- x11/gnustep/sudoku/Makefile	25 Apr 2013 16:40:11 -0000	1.5
+++ x11/gnustep/sudoku/Makefile	22 Sep 2013 23:10:33 -0000
@@ -3,7 +3,7 @@
 COMMENT =	GNUstep sudoku generator
 
 DISTNAME =	Sudoku-0.7
-REVISION =	2
+REVISION =	3
 CATEGORIES =	games
 
 HOMEPAGE =	http://gap.nongnu.org/sudoku/
Index: x11/gnustep/systempreferences/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/systempreferences/Makefile,v
retrieving revision 1.6
diff -u -p -u -r1.6 Makefile
--- x11/gnustep/systempreferences/Makefile	25 Apr 2013 16:40:11 -0000	1.6
+++ x11/gnustep/systempreferences/Makefile	22 Sep 2013 23:10:33 -0000
@@ -3,7 +3,7 @@
 COMMENT =	manage settings of the gnustep environment
 
 DISTNAME =	SystemPreferences-1.1.0
-REVISION =	3
+REVISION =	4
 CATEGORIES =	sysutils
 SHARED_LIBS =	PreferencePanes 0.0
 
Index: x11/gnustep/terminal/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/terminal/Makefile,v
retrieving revision 1.7
diff -u -p -u -r1.7 Makefile
--- x11/gnustep/terminal/Makefile	25 Apr 2013 16:40:11 -0000	1.7
+++ x11/gnustep/terminal/Makefile	22 Sep 2013 23:10:33 -0000
@@ -3,7 +3,7 @@
 COMMENT=	a terminal emulator for GNUstep
 
 DISTNAME=	Terminal-0.9.8
-REVISION =	1
+REVISION =	2
 PKGNAME=	gnustep-${DISTNAME:L}
 CATEGORIES=	sysutils
 
Index: x11/gnustep/timemon/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/timemon/Makefile,v
retrieving revision 1.7
diff -u -p -u -r1.7 Makefile
--- x11/gnustep/timemon/Makefile	25 Apr 2013 16:40:12 -0000	1.7
+++ x11/gnustep/timemon/Makefile	22 Sep 2013 23:10:33 -0000
@@ -3,7 +3,7 @@
 COMMENT=	CPU load monitor
 
 DISTNAME=	TimeMon-4.1
-REVISION =	3
+REVISION =	4
 CATEGORIES=	sysutils
 
 HOMEPAGE=	http://gap.nongnu.org/timemon/
Index: x11/gnustep/webserver/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/webserver/Makefile,v
retrieving revision 1.6
diff -u -p -u -r1.6 Makefile
--- x11/gnustep/webserver/Makefile	25 Apr 2013 16:40:12 -0000	1.6
+++ x11/gnustep/webserver/Makefile	22 Sep 2013 23:10:33 -0000
@@ -4,7 +4,7 @@ COMMENT =	GNUstep webserver framework
 
 VERSION =	1.4.6
 DISTNAME =	WebServer-${VERSION}
-REVISION =	2
+REVISION =	3
 PKGNAME =	gnustep-webserver-${VERSION}
 
 SHARED_LIBS +=  WebServer	1.1
Index: x11/gnustep/webservices/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/webservices/Makefile,v
retrieving revision 1.11
diff -u -p -u -r1.11 Makefile
--- x11/gnustep/webservices/Makefile	25 Apr 2013 16:34:06 -0000	1.11
+++ x11/gnustep/webservices/Makefile	22 Sep 2013 23:10:34 -0000
@@ -4,6 +4,7 @@ COMMENT =	GNUstep webservices framework
 
 VERSION =	0.5.10
 DISTNAME =	WebServices-${VERSION}
+REVISION =	0
 PKGNAME =	gnustep-webservices-${VERSION}
 CATEGORIES =	www
 SHARED_LIBS +=  WebServices	0.2
Index: x11/gnustep/zipper/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/zipper/Makefile,v
retrieving revision 1.6
diff -u -p -u -r1.6 Makefile
--- x11/gnustep/zipper/Makefile	18 Jul 2013 14:30:07 -0000	1.6
+++ x11/gnustep/zipper/Makefile	22 Sep 2013 23:10:34 -0000
@@ -3,7 +3,7 @@
 COMMENT =	tool for inspecting compressed archvies
 
 DISTNAME =	Zipper-1.5
-REVISION =	0
+REVISION =	1
 
 HOMEPAGE =	http://gap.nongnu.org/zipper/
 MASTER_SITES =	${MASTER_SITE_SAVANNAH:=gap/}
Index: www/sope/Makefile
===================================================================
RCS file: /cvs/ports/www/sope/Makefile,v
retrieving revision 1.34
diff -u -p -u -r1.34 Makefile
--- www/sope/Makefile	24 Aug 2013 11:09:07 -0000	1.34
+++ www/sope/Makefile	22 Sep 2013 23:10:34 -0000
@@ -6,6 +6,7 @@ COMMENT-postgres=	SOPE PostgreSQL adapto
 
 VERSION =		2.0.7
 DISTNAME =		SOPE-${VERSION}
+REVISION =		0
 PKGNAME-main =		sope-${VERSION}
 PKGNAME-mysql =		sope-mysql-${VERSION}
 PKGNAME-postgres =	sope-postgres-${VERSION}
Index: www/sogo/Makefile
===================================================================
RCS file: /cvs/ports/www/sogo/Makefile,v
retrieving revision 1.32
diff -u -p -u -r1.32 Makefile
--- www/sogo/Makefile	24 Aug 2013 11:16:04 -0000	1.32
+++ www/sogo/Makefile	22 Sep 2013 23:10:34 -0000
@@ -4,6 +4,7 @@ COMMENT = 	web based groupware server
 
 VERSION =	2.0.7
 DISTNAME =	SOGo-${VERSION}
+REVISION =	0
 PKGNAME =	sogo-${VERSION}
 
 SHARED_LIBS +=	GDLContentStore 2.0
Index: games/oolite/Makefile
===================================================================
RCS file: /cvs/ports/games/oolite/Makefile,v
retrieving revision 1.9
diff -u -p -u -r1.9 Makefile
--- games/oolite/Makefile	25 Apr 2013 16:40:44 -0000	1.9
+++ games/oolite/Makefile	22 Sep 2013 23:10:35 -0000
@@ -3,7 +3,7 @@
 COMMENT=	space combat and trading game in the style of Elite
 
 VERSION=	1.73.4
-REVISION =	4
+REVISION =	5
 DISTNAME=	oolite-dev-source-${VERSION}
 PKGNAME=	oolite-${VERSION}
 CATEGORIES=	games

Reply via email to