svn commit: r455401 - in head: archivers/freetar archivers/unarchiver archivers/zipper audio/cddb-bundle audio/gnustep-cdplayer audio/mpdcon biology/biococoa databases/fortytwo-bdb databases/sqlcli...

David Chisnall theraven at FreeBSD.org
Sun Dec 3 12:24:05 UTC 2017


Author: theraven
Date: Sun Dec  3 12:23:53 2017
New Revision: 455401
URL: https://svnweb.freebsd.org/changeset/ports/455401

Log:
  Fix configure options for gnustep-make
  
  We were not setting the flag to select the GNUstep ABI, so were defaulting to
  using the GCC-compatible version, which was likely to trigger a lot of subtle
  bugs.  This was noticed when C++ exceptions thrown through Objective-C stack
  frames caused segfaults.

Modified:
  head/archivers/freetar/Makefile
  head/archivers/unarchiver/Makefile
  head/archivers/zipper/Makefile
  head/audio/cddb-bundle/Makefile
  head/audio/gnustep-cdplayer/Makefile
  head/audio/mpdcon/Makefile
  head/biology/biococoa/Makefile
  head/databases/fortytwo-bdb/Makefile
  head/databases/sqlclient/Makefile
  head/deskutils/affiche/Makefile
  head/deskutils/appwrapper/Makefile
  head/deskutils/cartotheque/Makefile
  head/deskutils/charmap/Makefile
  head/deskutils/gnustep-wrapper/Makefile
  head/deskutils/gworkspace-gwmetadata/Makefile
  head/deskutils/gworkspace/Makefile
  head/deskutils/helpviewer/Makefile
  head/deskutils/plopfolio/Makefile
  head/deskutils/preferences/Makefile
  head/deskutils/simpleagenda/Makefile
  head/deskutils/systempreferences/Makefile
  head/deskutils/toolboxkit/Makefile
  head/devel/cherivis-devel/Makefile
  head/devel/fortytwo-encore/Makefile
  head/devel/gnustep-make/Makefile
  head/devel/gnustep/Makefile
  head/devel/gorm/Makefile
  head/devel/highlighterkit/Makefile
  head/devel/performance/Makefile
  head/devel/projectcenter/Makefile
  head/devel/sope2/Makefile
  head/devel/sope3/Makefile
  head/devel/wizardkit/Makefile
  head/finance/expense/Makefile
  head/ftp/gnustep-ftp/Makefile
  head/ftp/waiho/Makefile
  head/games/fortunate/Makefile
  head/games/gmastermind/Makefile
  head/games/gmines/Makefile
  head/games/gnustep-ladder/Makefile
  head/games/gnustep-sudoku/Makefile
  head/games/gomoku/Makefile
  head/games/grubik/Makefile
  head/games/gshisen/Makefile
  head/games/jigsaw/Makefile
  head/games/lapispuzzle/Makefile
  head/games/nextgo/Makefile
  head/games/oolite/Makefile
  head/graphics/camera/Makefile
  head/graphics/camerakit/Makefile
  head/graphics/cenon/Makefile
  head/graphics/fortytwo/Makefile
  head/graphics/gnustep-slideshow/Makefile
  head/graphics/gnustep-slideshowkit/Makefile
  head/graphics/graphos/Makefile
  head/graphics/imageviewer/Makefile
  head/graphics/laternamagica/Makefile
  head/graphics/pikopixel/Makefile
  head/graphics/pixen/Makefile
  head/graphics/preview/Makefile
  head/graphics/price/Makefile
  head/japanese/jishyo/Makefile
  head/lang/gnustep-base/Makefile
  head/lang/gscheme/Makefile
  head/mail/addresses-goodies/Makefile
  head/mail/addresses/Makefile
  head/mail/gnumail/Makefile
  head/mail/pantomime/Makefile
  head/math/edenmath/Makefile
  head/misc/gnustep-examples/Makefile
  head/multimedia/poe/Makefile
  head/net/remotedesk/Makefile
  head/net/zillion/Makefile
  head/news/lusernet/Makefile
  head/print/gspdf/Makefile
  head/science/fisicalab/Makefile
  head/science/gtamsanalyzer/Makefile
  head/science/paje/Makefile
  head/sysutils/batmon/Makefile
  head/sysutils/timemon/Makefile
  head/textproc/duncan/Makefile
  head/textproc/easydiff/Makefile
  head/textproc/latex-service/Makefile
  head/textproc/localize/Makefile
  head/textproc/popup/Makefile
  head/www/grr/Makefile
  head/www/rsskit/Makefile
  head/www/sogo2/Makefile
  head/www/sogo3/Makefile
  head/x11-clocks/aclock/Makefile
  head/x11-toolkits/gnustep-back/Makefile
  head/x11-toolkits/gnustep-gui/Makefile
  head/x11/gnustep-app/Makefile
  head/x11/gskrab/Makefile
  head/x11/innerspace/Makefile
  head/x11/terminal.app/Makefile

Modified: head/archivers/freetar/Makefile
==============================================================================
--- head/archivers/freetar/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/archivers/freetar/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	freetar
 PORTVERSION=	0.9
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	archivers gnustep
 MASTER_SITES=	http://download.gna.org/freetar/
 DISTNAME=	FreeTar-${PORTVERSION}

Modified: head/archivers/unarchiver/Makefile
==============================================================================
--- head/archivers/unarchiver/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/archivers/unarchiver/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,7 +3,7 @@
 
 PORTNAME=	unar
 PORTVERSION=	1.10.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	archivers gnustep
 MASTER_SITES=	http://wakaba.c3.cx/releases/TheUnarchiver/
 DISTNAME=	${PORTNAME}${PORTVERSION}_src

Modified: head/archivers/zipper/Makefile
==============================================================================
--- head/archivers/zipper/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/archivers/zipper/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,7 +3,7 @@
 
 PORTNAME=	zipper
 PORTVERSION=	1.5
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	archivers gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	Zipper-${PORTVERSION}

Modified: head/audio/cddb-bundle/Makefile
==============================================================================
--- head/audio/cddb-bundle/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/audio/cddb-bundle/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	cddb
 PORTVERSION=	0.2
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	audio gnustep
 MASTER_SITES=	SF/gsburn/cdplayer/${DISTNAME}
 PKGNAMESUFFIX=	-bundle${PKGNAMESUFFIX2}

Modified: head/audio/gnustep-cdplayer/Makefile
==============================================================================
--- head/audio/gnustep-cdplayer/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/audio/gnustep-cdplayer/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	cdplayer
 PORTVERSION=	0.5.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	audio gnustep
 MASTER_SITES=	SF/gsburn/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 PKGNAMEPREFIX=	gnustep-

Modified: head/audio/mpdcon/Makefile
==============================================================================
--- head/audio/mpdcon/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/audio/mpdcon/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	mpdcon
 PORTVERSION=	1.5.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	audio gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	MPDCon-${PORTVERSION}

Modified: head/biology/biococoa/Makefile
==============================================================================
--- head/biology/biococoa/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/biology/biococoa/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	biococoa
 PORTVERSION=	2.2.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	biology gnustep
 MASTER_SITES=	http://bioinformatics.org/biococoa/downloads/
 DISTNAME=	biococoa-${PORTVERSION}-src

Modified: head/databases/fortytwo-bdb/Makefile
==============================================================================
--- head/databases/fortytwo-bdb/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/databases/fortytwo-bdb/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	bdb
 PORTVERSION=	0.2.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	databases gnustep
 MASTER_SITES=	SF/fortytwo/Berkeley%20DB%20Wrapper%20%28BDB%29/${PORTVERSION}
 PKGNAMEPREFIX=	fortytwo-

Modified: head/databases/sqlclient/Makefile
==============================================================================
--- head/databases/sqlclient/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/databases/sqlclient/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	sqlclient
 PORTVERSION=	1.8.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	databases gnustep
 MASTER_SITES=	GNUSTEP/libs
 DISTNAME=	SQLClient-${PORTVERSION}

Modified: head/deskutils/affiche/Makefile
==============================================================================
--- head/deskutils/affiche/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/deskutils/affiche/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	affiche
 PORTVERSION=	0.6.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	deskutils gnustep
 MASTER_SITES=	http://www.collaboration-world.com/affiche.data/releases/Stable/
 DISTNAME=	Affiche-${PORTVERSION}

Modified: head/deskutils/appwrapper/Makefile
==============================================================================
--- head/deskutils/appwrapper/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/deskutils/appwrapper/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	appwrapper
 PORTVERSION=	0.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	deskutils gnustep
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/AppWrapper%20${PORTVERSION}
 DISTNAME=	AppWrapper.${PORTVERSION}

Modified: head/deskutils/cartotheque/Makefile
==============================================================================
--- head/deskutils/cartotheque/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/deskutils/cartotheque/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	cartotheque
 PORTVERSION=	0.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	deskutils gnustep
 MASTER_SITES=	LOCAL/dinoex
 DISTNAME=	Cartotheque-${PORTVERSION}

Modified: head/deskutils/charmap/Makefile
==============================================================================
--- head/deskutils/charmap/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/deskutils/charmap/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,7 +3,7 @@
 
 PORTNAME=	charmap
 PORTVERSION=	0.2
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	deskutils gnustep
 MASTER_SITES=	http://www.sourcefiles.org/Utilities/GUI/
 

Modified: head/deskutils/gnustep-wrapper/Makefile
==============================================================================
--- head/deskutils/gnustep-wrapper/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/deskutils/gnustep-wrapper/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	wrapper
 PORTVERSION=	0.1.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	deskutils gnustep
 #MASTER_SITES=	ftp://ftp.raffael.ch/software/GNUstepWrapper/
 MASTER_SITES=	LOCAL/dinoex

Modified: head/deskutils/gworkspace-gwmetadata/Makefile
==============================================================================
--- head/deskutils/gworkspace-gwmetadata/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/deskutils/gworkspace-gwmetadata/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gworkspace
 PORTVERSION=	0.9.4
+PORTREVISION=	1
 CATEGORIES=	deskutils gnustep
 #MASTER_SITES=	http://www.gnustep.it/enrico/gworkspace/
 MASTER_SITES=	GNUSTEP/usr-apps

Modified: head/deskutils/gworkspace/Makefile
==============================================================================
--- head/deskutils/gworkspace/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/deskutils/gworkspace/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gworkspace
 PORTVERSION=	0.9.4
+PORTREVISION=	1
 CATEGORIES=	deskutils gnustep
 #MASTER_SITES=	http://www.gnustep.it/enrico/gworkspace/
 MASTER_SITES=	GNUSTEP/usr-apps

Modified: head/deskutils/helpviewer/Makefile
==============================================================================
--- head/deskutils/helpviewer/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/deskutils/helpviewer/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	helpviewer
 PORTVERSION=	0.3
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	deskutils gnustep
 MASTER_SITES=	http://www.roard.com/helpviewer/download/
 DISTNAME=	HelpViewer-${PORTVERSION}

Modified: head/deskutils/plopfolio/Makefile
==============================================================================
--- head/deskutils/plopfolio/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/deskutils/plopfolio/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	plopfolio
 PORTVERSION=	0.1.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	deskutils gnustep
 MASTER_SITES=	GNUSTEP/usr-apps
 

Modified: head/deskutils/preferences/Makefile
==============================================================================
--- head/deskutils/preferences/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/deskutils/preferences/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	preferences
 PORTVERSION=	1.2.0
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	deskutils gnustep
 MASTER_SITES=	SF/prefsapp/prefsapp/${PORTVERSION}
 DISTNAME=	Preferences-${PORTVERSION}

Modified: head/deskutils/simpleagenda/Makefile
==============================================================================
--- head/deskutils/simpleagenda/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/deskutils/simpleagenda/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	simpleagenda
 PORTVERSION=	0.43
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	deskutils gnustep
 MASTER_SITES=	http://coyote.octets.fr/pub/gnustep/
 DISTNAME=	SimpleAgenda-${PORTVERSION}

Modified: head/deskutils/systempreferences/Makefile
==============================================================================
--- head/deskutils/systempreferences/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/deskutils/systempreferences/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	systempreferences
 PORTVERSION=	1.2.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	deskutils gnustep
 MASTER_SITES=	GNUSTEP/usr-apps
 DISTNAME=	SystemPreferences-${PORTVERSION}

Modified: head/deskutils/toolboxkit/Makefile
==============================================================================
--- head/deskutils/toolboxkit/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/deskutils/toolboxkit/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	toolbox
 PORTVERSION=	0.8
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	deskutils gnustep
 MASTER_SITES=	http://ftp.azc.uam.mx/mirrors/gnu/savannah/files/toolbox/Release.pkg/0.8/ \
 		LOCAL/dinoex

Modified: head/devel/cherivis-devel/Makefile
==============================================================================
--- head/devel/cherivis-devel/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/devel/cherivis-devel/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,7 +3,7 @@
 PORTNAME=	cherivis-devel
 PORTVERSION=	0.4
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel gnustep
 
 MAINTAINER=	theraven at FreeBSD.org

Modified: head/devel/fortytwo-encore/Makefile
==============================================================================
--- head/devel/fortytwo-encore/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/devel/fortytwo-encore/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	encore
 PORTVERSION=	0.3.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	devel gnustep
 MASTER_SITES=	SF/fortytwo/Encore/${PORTVERSION}
 PKGNAMEPREFIX=	fortytwo-

Modified: head/devel/gnustep-make/Makefile
==============================================================================
--- head/devel/gnustep-make/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/devel/gnustep-make/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gnustep-make
 PORTVERSION=	2.7.0
+PORTREVISION=	1
 CATEGORIES=	devel gnustep
 MASTER_SITES=	GNUSTEP/core
 
@@ -21,6 +22,7 @@ CONFIGURE_ARGS+=	--with-thread-lib=-pthread
 CONFIGURE_ARGS+=	--with-config-file=${GNUSTEP_PREFIX}/GNUstep.conf
 CONFIGURE_ARGS+=	--with-layout=gnustep
 CONFIGURE_ARGS+=	--enable-objc-nonfragile-abi --enable-native-objc-exceptions
+CONFIGURE_ARGS+=	--with-library-combo=ng-gnu-gnu
 GNU_CONFIGURE_PREFIX=	${GNUSTEP_PREFIX}
 
 post-install:

Modified: head/devel/gnustep/Makefile
==============================================================================
--- head/devel/gnustep/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/devel/gnustep/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnustep
 PORTVERSION=	1.28.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel lang gnustep
 
 MAINTAINER=	theraven at FreeBSD.org

Modified: head/devel/gorm/Makefile
==============================================================================
--- head/devel/gorm/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/devel/gorm/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gorm
 PORTVERSION=	1.2.23
+PORTREVISION=	1
 CATEGORIES=	devel gnustep
 MASTER_SITES=	GNUSTEP/dev-apps
 

Modified: head/devel/highlighterkit/Makefile
==============================================================================
--- head/devel/highlighterkit/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/devel/highlighterkit/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	highlighterkit
 PORTVERSION=	0.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	devel gnustep
 MASTER_SITES=	http://download.gna.org/pmanager/0.2/
 DISTNAME=	HighlighterKit-${PORTVERSION}

Modified: head/devel/performance/Makefile
==============================================================================
--- head/devel/performance/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/devel/performance/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	performance
 PORTVERSION=	0.5.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel gnustep
 MASTER_SITES=	GNUSTEP/libs
 DISTNAME=	Performance-${PORTVERSION}

Modified: head/devel/projectcenter/Makefile
==============================================================================
--- head/devel/projectcenter/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/devel/projectcenter/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,7 +3,7 @@
 
 PORTNAME=	projectcenter
 PORTVERSION=	0.6.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel gnustep
 MASTER_SITES=	GNUSTEP/dev-apps
 DISTNAME=	ProjectCenter-${PORTVERSION}

Modified: head/devel/sope2/Makefile
==============================================================================
--- head/devel/sope2/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/devel/sope2/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,6 +3,7 @@
 
 PORTNAME=		sope2
 PORTVERSION=		2.3.23
+PORTREVISION=	1
 CATEGORIES=		devel gnustep
 MASTER_SITES=		http://www.sogo.nu/files/downloads/SOGo/Sources/
 DISTNAME=		SOPE-${PORTVERSION}

Modified: head/devel/sope3/Makefile
==============================================================================
--- head/devel/sope3/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/devel/sope3/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,7 +3,7 @@
 
 PORTNAME=		sope3
 PORTVERSION=		3.2.10
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=		devel gnustep
 MASTER_SITES=		http://www.sogo.nu/files/downloads/SOGo/Sources/
 DISTNAME=		SOPE-${PORTVERSION}

Modified: head/devel/wizardkit/Makefile
==============================================================================
--- head/devel/wizardkit/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/devel/wizardkit/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	wizardkit
 PORTVERSION=	0.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	devel gnustep
 MASTER_SITES=	http://download.gna.org/pmanager/0.2/
 DISTNAME=	WizardKit-${PORTVERSION}

Modified: head/finance/expense/Makefile
==============================================================================
--- head/finance/expense/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/finance/expense/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	expense
 PORTVERSION=	0.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	finance gnustep
 MASTER_SITES=	http://www.eskimo.com/~pburns/Expense/files/
 DISTNAME=	Expense-${PORTVERSION}

Modified: head/ftp/gnustep-ftp/Makefile
==============================================================================
--- head/ftp/gnustep-ftp/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/ftp/gnustep-ftp/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	ftp
 PORTVERSION=	0.5
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	ftp gnustep
 MASTER_SITES=	SAVANNAH/gap
 PKGNAMEPREFIX=	gnustep-

Modified: head/ftp/waiho/Makefile
==============================================================================
--- head/ftp/waiho/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/ftp/waiho/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	waiho
 PORTVERSION=	0.2
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	ftp gnustep
 MASTER_SITES=	http://www.roard.com/waiho/download/
 DISTNAME=	Waiho-${PORTVERSION}

Modified: head/games/fortunate/Makefile
==============================================================================
--- head/games/fortunate/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/games/fortunate/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	fortunate
 PORTVERSION=	3.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	games gnustep
 MASTER_SITES=	GNUSTEP_CH
 

Modified: head/games/gmastermind/Makefile
==============================================================================
--- head/games/gmastermind/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/games/gmastermind/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gmastermind
 PORTVERSION=	0.6
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	games gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	GMastermind-${PORTVERSION}

Modified: head/games/gmines/Makefile
==============================================================================
--- head/games/gmines/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/games/gmines/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gmines
 PORTVERSION=	0.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	games gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	GMines-${PORTVERSION}

Modified: head/games/gnustep-ladder/Makefile
==============================================================================
--- head/games/gnustep-ladder/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/games/gnustep-ladder/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ladder
 PORTVERSION=	1.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	games gnustep
 MASTER_SITES=	SAVANNAH/gap
 PKGNAMEPREFIX=	gnustep-

Modified: head/games/gnustep-sudoku/Makefile
==============================================================================
--- head/games/gnustep-sudoku/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/games/gnustep-sudoku/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	sudoku
 PORTVERSION=	0.7
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	games gnustep
 MASTER_SITES=	SAVANNAH/gap
 PKGNAMEPREFIX=	gnustep-

Modified: head/games/gomoku/Makefile
==============================================================================
--- head/games/gomoku/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/games/gomoku/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gomoku
 PORTVERSION=	1.2.9
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	games gnustep
 MASTER_SITES=	http://www.gnustep.it/nicola/Applications/Gomoku/
 DISTNAME=	Gomoku-${PORTVERSION}

Modified: head/games/grubik/Makefile
==============================================================================
--- head/games/grubik/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/games/grubik/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	grubik
 PORTVERSION=	0.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	games gnustep
 MASTER_SITES=	http://debian.uni-essen.de/misc/GNUstep/Apps/Recreational/
 DISTNAME=	GRubik

Modified: head/games/gshisen/Makefile
==============================================================================
--- head/games/gshisen/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/games/gshisen/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gshisen
 PORTVERSION=	1.3.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	games gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	GShisen-${PORTVERSION}

Modified: head/games/jigsaw/Makefile
==============================================================================
--- head/games/jigsaw/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/games/jigsaw/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	jigsaw
 PORTVERSION=	0.8
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	games gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	Jigsaw-${PORTVERSION}

Modified: head/games/lapispuzzle/Makefile
==============================================================================
--- head/games/lapispuzzle/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/games/lapispuzzle/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lapispuzzle
 PORTVERSION=	1.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	games gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	LapisPuzzle-${PORTVERSION}

Modified: head/games/nextgo/Makefile
==============================================================================
--- head/games/nextgo/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/games/nextgo/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	nextgo
 PORTVERSION=	3.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	games gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	NeXTGo-${PORTVERSION}

Modified: head/games/oolite/Makefile
==============================================================================
--- head/games/oolite/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/games/oolite/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,7 +3,7 @@
 
 PORTNAME=		oolite
 PORTVERSION=		1.84
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=		games gnustep
 MASTER_SITES=		https://github.com/OoliteProject/oolite/releases/download/1.84/
 DISTNAME=		${PORTNAME}-source-${PORTVERSION}

Modified: head/graphics/camera/Makefile
==============================================================================
--- head/graphics/camera/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/graphics/camera/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,7 +3,7 @@
 
 PORTNAME=	camera
 PORTVERSION=	0.8
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	http://download.gna.org/gsimageapps/
 DISTNAME=	Camera-${PORTVERSION}

Modified: head/graphics/camerakit/Makefile
==============================================================================
--- head/graphics/camerakit/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/graphics/camerakit/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	camerakit
 PORTVERSION=	0.0.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	http://download.gna.org/gsimageapps/
 DISTNAME=	CameraKit-20041011

Modified: head/graphics/cenon/Makefile
==============================================================================
--- head/graphics/cenon/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/graphics/cenon/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,6 +3,7 @@
 
 PORTNAME=	cenon
 PORTVERSION=	4.0.3
+PORTREVISION=	1
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	http://www.cenon.zone/download/source/
 DISTNAME=	Cenon-${MAINVERSION}

Modified: head/graphics/fortytwo/Makefile
==============================================================================
--- head/graphics/fortytwo/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/graphics/fortytwo/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	fortytwo
 PORTVERSION=	0.2.0
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	SF/${PORTNAME}/FT%20%2842%29/${PORTVERSION}
 DISTFILES=	FT-${PORTVERSION}-src.tgz \

Modified: head/graphics/gnustep-slideshow/Makefile
==============================================================================
--- head/graphics/gnustep-slideshow/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/graphics/gnustep-slideshow/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	slideshow
 PORTVERSION=	0.3.5
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	http://download.gna.org/gsimageapps/
 PKGNAMEPREFIX=	gnustep-

Modified: head/graphics/gnustep-slideshowkit/Makefile
==============================================================================
--- head/graphics/gnustep-slideshowkit/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/graphics/gnustep-slideshowkit/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	slideshowkit
 PORTVERSION=	0.0.1
-PORTREVISION=	20050213
+PORTREVISION=	20050214
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	http://download.gna.org/gsimageapps/
 PKGNAMEPREFIX=	gnustep-

Modified: head/graphics/graphos/Makefile
==============================================================================
--- head/graphics/graphos/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/graphics/graphos/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,6 +2,7 @@
 
 PORTNAME=	graphos
 PORTVERSION=	0.6
+PORTREVISION=	1
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	Graphos-${PORTVERSION}

Modified: head/graphics/imageviewer/Makefile
==============================================================================
--- head/graphics/imageviewer/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/graphics/imageviewer/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	imageviewer
 PORTVERSION=	0.6.3
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	http://www.nice.ch/~phip/ \
 		LOCAL/dinoex

Modified: head/graphics/laternamagica/Makefile
==============================================================================
--- head/graphics/laternamagica/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/graphics/laternamagica/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,6 +2,7 @@
 
 PORTNAME=	laternamagica
 PORTVERSION=	0.5
+PORTREVISION=	1
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	LaternaMagica-${PORTVERSION}

Modified: head/graphics/pikopixel/Makefile
==============================================================================
--- head/graphics/pikopixel/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/graphics/pikopixel/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pikopixel
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	http://twilightedge.com/downloads/
 DISTNAME=	PikoPixel.Sources.1.0-b8

Modified: head/graphics/pixen/Makefile
==============================================================================
--- head/graphics/pixen/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/graphics/pixen/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	pixen
 PORTVERSION=	0.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	http://download.gna.org/gsimageapps/
 DISTNAME=	Pixen-${PORTVERSION}

Modified: head/graphics/preview/Makefile
==============================================================================
--- head/graphics/preview/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/graphics/preview/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	preview
 PORTVERSION=	0.8.5
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	http://download.gna.org/gsimageapps/
 PKGNAMEPREFIX=	gnustep-

Modified: head/graphics/price/Makefile
==============================================================================
--- head/graphics/price/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/graphics/price/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,7 +3,7 @@
 
 PORTNAME=	price
 PORTVERSION=	1.3.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
 DISTNAME=	PRICE-${PORTVERSION}

Modified: head/japanese/jishyo/Makefile
==============================================================================
--- head/japanese/jishyo/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/japanese/jishyo/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,7 +3,7 @@
 
 PORTNAME=	jishyo
 PORTVERSION=	0.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	japanese gnustep
 MASTER_SITES=	http://www.eskimo.com/~pburns/Dictionaries/files/
 DISTNAME=	Jishyo-${PORTVERSION}

Modified: head/lang/gnustep-base/Makefile
==============================================================================
--- head/lang/gnustep-base/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/lang/gnustep-base/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnustep-base
 PORTVERSION=	1.25.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	lang devel gnustep
 MASTER_SITES=	GNUSTEP/core
 

Modified: head/lang/gscheme/Makefile
==============================================================================
--- head/lang/gscheme/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/lang/gscheme/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gscheme
 PORTVERSION=	0.6
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	lang gnustep
 MASTER_SITES=	http://www.gnustep.it/marko/GScheme/ \
 		LOCAL/dinoex

Modified: head/mail/addresses-goodies/Makefile
==============================================================================
--- head/mail/addresses-goodies/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/mail/addresses-goodies/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	addresses
 PORTVERSION=	0.4.8
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	mail gnustep
 MASTER_SITES=	SAVANNAH/gap
 PKGNAMESUFFIX=	-goodies${PKGNAMESUFFIX2}

Modified: head/mail/addresses/Makefile
==============================================================================
--- head/mail/addresses/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/mail/addresses/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,7 +3,7 @@
 
 PORTNAME=	addresses
 PORTVERSION=	0.4.8
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	mail gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	Addresses-${PORTVERSION}

Modified: head/mail/gnumail/Makefile
==============================================================================
--- head/mail/gnumail/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/mail/gnumail/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gnumail
 PORTVERSION=	1.2.3
+PORTREVISION=	1
 CATEGORIES=	mail gnustep
 MASTER_SITES=	SAVANNAH/gnustep-nonfsf/
 DISTNAME=	GNUMail-${PORTVERSION}

Modified: head/mail/pantomime/Makefile
==============================================================================
--- head/mail/pantomime/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/mail/pantomime/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pantomime
 PORTVERSION=	1.2.3
+PORTREVISION=	1
 CATEGORIES=	mail gnustep
 MASTER_SITES=	SAVANNAH/gnustep-nonfsf/
 DISTNAME=	Pantomime-${PORTVERSION}

Modified: head/math/edenmath/Makefile
==============================================================================
--- head/math/edenmath/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/math/edenmath/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,7 +3,7 @@
 
 PORTNAME=	edenmath
 PORTVERSION=	1.1.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	math gnustep
 MASTER_SITES=	http://www.eskimo.com/~pburns/EdenMath/files/
 DISTNAME=	EdenMath_GNUstep-${PORTVERSION}

Modified: head/misc/gnustep-examples/Makefile
==============================================================================
--- head/misc/gnustep-examples/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/misc/gnustep-examples/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gnustep-examples
 PORTVERSION=	1.4.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	misc gnustep
 MASTER_SITES=	GNUSTEP/usr-apps
 

Modified: head/multimedia/poe/Makefile
==============================================================================
--- head/multimedia/poe/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/multimedia/poe/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	poe
 PORTVERSION=	0.5.1
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	multimedia gnustep
 MASTER_SITES=	http://www.eskimo.com/~pburns/Poe/files/
 DISTNAME=	Poe-${PORTVERSION}

Modified: head/net/remotedesk/Makefile
==============================================================================
--- head/net/remotedesk/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/net/remotedesk/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	remotedesk
 PORTVERSION=	0.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	net gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	RemoteDesk-${PORTVERSION}

Modified: head/net/zillion/Makefile
==============================================================================
--- head/net/zillion/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/net/zillion/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	zillion
 PORTVERSION=	0.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	net gnustep
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 DISTNAME=	${PORTNAME}-0_1

Modified: head/news/lusernet/Makefile
==============================================================================
--- head/news/lusernet/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/news/lusernet/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	lusernet
 PORTVERSION=	0.4.2
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	news gnustep
 MASTER_SITES=	LOCAL/dinoex
 DISTNAME=	LuserNET-${PORTVERSION}

Modified: head/print/gspdf/Makefile
==============================================================================
--- head/print/gspdf/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/print/gspdf/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gspdf
 PORTVERSION=	0.5
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	print gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	GSPdf-${PORTVERSION}

Modified: head/science/fisicalab/Makefile
==============================================================================
--- head/science/fisicalab/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/science/fisicalab/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	fisicalab
 PORTVERSION=	0.3.3
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	science gnustep
 MASTER_SITES=	SAVANNAH
 

Modified: head/science/gtamsanalyzer/Makefile
==============================================================================
--- head/science/gtamsanalyzer/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/science/gtamsanalyzer/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gtamsanalyzer
 PORTVERSION=	0.42
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	science gnustep
 MASTER_SITES=	SF/tamsys/gnustep%20tams/GTAMSAnalyzer%2${PORTVERSION}
 DISTNAME=	GTAMSAnalyzer.src.${PORTVERSION}

Modified: head/science/paje/Makefile
==============================================================================
--- head/science/paje/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/science/paje/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,7 +3,7 @@
 
 PORTNAME=	paje
 PORTVERSION=	1.97
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	science gnustep
 MASTER_SITES=	SF/${PORTNAME}/Releases
 DISTNAME=	Paje_${PORTVERSION}

Modified: head/sysutils/batmon/Makefile
==============================================================================
--- head/sysutils/batmon/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/sysutils/batmon/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	batmon
 PORTVERSION=	0.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils gnustep
 MASTER_SITES=	SAVANNAH/gap
 

Modified: head/sysutils/timemon/Makefile
==============================================================================
--- head/sysutils/timemon/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/sysutils/timemon/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,7 +3,7 @@
 
 PORTNAME=	timemon
 PORTVERSION=	4.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	TimeMon-${PORTVERSION}

Modified: head/textproc/duncan/Makefile
==============================================================================
--- head/textproc/duncan/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/textproc/duncan/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,7 +3,7 @@
 
 PORTNAME=	duncan
 PORTVERSION=	0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc gnustep
 MASTER_SITES=	http://www.eskimo.com/~pburns/Dictionaries/files/
 DISTNAME=	Duncan-${PORTVERSION}

Modified: head/textproc/easydiff/Makefile
==============================================================================
--- head/textproc/easydiff/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/textproc/easydiff/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	easydiff
 PORTVERSION=	0.4.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	textproc gnustep
 MASTER_SITES=	GNUSTEP/usr-apps
 DISTNAME=	EasyDiff-${PORTVERSION}

Modified: head/textproc/latex-service/Makefile
==============================================================================
--- head/textproc/latex-service/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/textproc/latex-service/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	latex
 PORTVERSION=	0.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	textproc gnustep
 MASTER_SITES=	http://www.roard.com/latexservice/download/
 PKGNAMESUFFIX=	-service${PKGNAMESUFFIX2}

Modified: head/textproc/localize/Makefile
==============================================================================
--- head/textproc/localize/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/textproc/localize/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	localize
 PORTVERSION=	0.0.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	textproc gnustep
 MASTER_SITES=	http://www.eskimo.com/~pburns/Localize/files/
 DISTNAME=	Localize-20040424

Modified: head/textproc/popup/Makefile
==============================================================================
--- head/textproc/popup/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/textproc/popup/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	popup
 PORTVERSION=	0.5
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	textproc gnustep
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Popup-${PORTVERSION}pre1
 DISTNAME=	Popup-${PORTVERSION}pre1

Modified: head/www/grr/Makefile
==============================================================================
--- head/www/grr/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/www/grr/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	grr
 PORTVERSION=	1.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	www gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	Grr-${PORTVERSION}

Modified: head/www/rsskit/Makefile
==============================================================================
--- head/www/rsskit/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/www/rsskit/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,7 +2,7 @@
 
 PORTNAME=	rsskit
 PORTVERSION=	0.4
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	www gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	RSSKit-${PORTVERSION}

Modified: head/www/sogo2/Makefile
==============================================================================
--- head/www/sogo2/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/www/sogo2/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,6 +3,7 @@
 
 PORTNAME=		sogo2
 PORTVERSION=		2.3.23
+PORTREVISION=	1
 CATEGORIES=		www gnustep
 MASTER_SITES=		http://www.sogo.nu/files/downloads/SOGo/Sources/
 DISTNAME=		SOGo-${PORTVERSION}

Modified: head/www/sogo3/Makefile
==============================================================================
--- head/www/sogo3/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/www/sogo3/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,7 +3,7 @@
 
 PORTNAME=		sogo3
 PORTVERSION=		3.2.10
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=		www gnustep
 MASTER_SITES=		http://www.sogo.nu/files/downloads/SOGo/Sources/
 DISTNAME=		SOGo-${PORTVERSION}

Modified: head/x11-clocks/aclock/Makefile
==============================================================================
--- head/x11-clocks/aclock/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/x11-clocks/aclock/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,7 +3,7 @@
 
 PORTNAME=	aclock
 PORTVERSION=	0.4.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	x11-clocks gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	AClock-${PORTVERSION}

Modified: head/x11-toolkits/gnustep-back/Makefile
==============================================================================
--- head/x11-toolkits/gnustep-back/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/x11-toolkits/gnustep-back/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gnustep-back
 PORTVERSION=	0.25.1
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits gnustep
 MASTER_SITES=	GNUSTEP/core
 

Modified: head/x11-toolkits/gnustep-gui/Makefile
==============================================================================
--- head/x11-toolkits/gnustep-gui/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
+++ head/x11-toolkits/gnustep-gui/Makefile	Sun Dec  3 12:23:53 2017	(r455401)
@@ -3,7 +3,7 @@
 

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-ports-head mailing list