Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2018 15:23:37 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480741 - in head: Mk/Uses archivers/freetar archivers/unarchiver archivers/zipper audio/cddb-bundle audio/gnustep-cdplayer audio/mpdcon biology/biococoa databases/fortytwo-bdb database...
Message-ID:  <201809261523.w8QFNb0d037276@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Wed Sep 26 15:23:37 2018
New Revision: 480741
URL: https://svnweb.freebsd.org/changeset/ports/480741

Log:
  Update Objective-C LLVM version to 6.0.
  
  Fixes aarch64 build.  Reduces depends on obsolete LLVM 4.0.
  
  PR:		230116
  Submitted by:	mikael.urankar@gmail.com
  Approved by:	theraven (prior version)
  Sponsored by:	DARPA, AFRL

Modified:
  head/Mk/Uses/objc.mk
  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/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/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/sope4/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/lang/libobjc2/Makefile
  head/lang/swift/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/security/openvpn-auth-ldap/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-activesync/Makefile
  head/www/sogo2/Makefile
  head/www/sogo3-activesync/Makefile
  head/www/sogo3/Makefile
  head/www/sogo4/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/Mk/Uses/objc.mk
==============================================================================
--- head/Mk/Uses/objc.mk	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/Mk/Uses/objc.mk	Wed Sep 26 15:23:37 2018	(r480741)
@@ -10,7 +10,7 @@
 .if !defined(_INCLUDE_USES_OBJC_MK)
 _INCLUDE_USES_OBJC_MK=	yes
 
-OBJC_CLANG_VERSION=40
+OBJC_CLANG_VERSION=60
 
 objc_ARGS?=
 .if !empty(objc_ARGS) && ! ${objc_ARGS:Mcompiler}

Modified: head/archivers/freetar/Makefile
==============================================================================
--- head/archivers/freetar/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/archivers/freetar/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	freetar
 PORTVERSION=	0.9
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	archivers gnustep
 MASTER_SITES=	http://download.gna.org/freetar/
 DISTNAME=	FreeTar-${PORTVERSION}

Modified: head/archivers/unarchiver/Makefile
==============================================================================
--- head/archivers/unarchiver/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/archivers/unarchiver/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,7 +3,7 @@
 
 PORTNAME=	unar
 PORTVERSION=	1.10.1
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	archivers gnustep
 MASTER_SITES=	http://wakaba.c3.cx/releases/TheUnarchiver/
 DISTNAME=	${PORTNAME}${PORTVERSION}_src

Modified: head/archivers/zipper/Makefile
==============================================================================
--- head/archivers/zipper/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/archivers/zipper/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,7 +3,7 @@
 
 PORTNAME=	zipper
 PORTVERSION=	1.5
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	archivers gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	Zipper-${PORTVERSION}

Modified: head/audio/cddb-bundle/Makefile
==============================================================================
--- head/audio/cddb-bundle/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/audio/cddb-bundle/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	cddb
 PORTVERSION=	0.2
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	audio gnustep
 MASTER_SITES=	SF/gsburn/cdplayer/${DISTNAME}
 PKGNAMESUFFIX=	-bundle${PKGNAMESUFFIX2}

Modified: head/audio/gnustep-cdplayer/Makefile
==============================================================================
--- head/audio/gnustep-cdplayer/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/audio/gnustep-cdplayer/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	cdplayer
 PORTVERSION=	0.5.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	audio gnustep
 MASTER_SITES=	SF/gsburn/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 PKGNAMEPREFIX=	gnustep-

Modified: head/audio/mpdcon/Makefile
==============================================================================
--- head/audio/mpdcon/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/audio/mpdcon/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	mpdcon
 PORTVERSION=	1.5.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	audio gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	MPDCon-${PORTVERSION}

Modified: head/biology/biococoa/Makefile
==============================================================================
--- head/biology/biococoa/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/biology/biococoa/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	biococoa
 PORTVERSION=	2.2.2
-PORTREVISION=	4
+PORTREVISION=	5
 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	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/databases/fortytwo-bdb/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	bdb
 PORTVERSION=	0.2.1
-PORTREVISION=	8
+PORTREVISION=	9
 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	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/databases/sqlclient/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	sqlclient
 PORTVERSION=	1.8.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	databases gnustep
 MASTER_SITES=	GNUSTEP/libs
 DISTNAME=	SQLClient-${PORTVERSION}

Modified: head/deskutils/affiche/Makefile
==============================================================================
--- head/deskutils/affiche/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/deskutils/affiche/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	affiche
 PORTVERSION=	0.6.0
-PORTREVISION=	8
+PORTREVISION=	9
 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	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/deskutils/appwrapper/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	appwrapper
 PORTVERSION=	0.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	deskutils gnustep
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/AppWrapper%20${PORTVERSION}
 DISTNAME=	AppWrapper.${PORTVERSION}

Modified: head/deskutils/cartotheque/Makefile
==============================================================================
--- head/deskutils/cartotheque/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/deskutils/cartotheque/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	cartotheque
 PORTVERSION=	0.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	deskutils gnustep
 MASTER_SITES=	LOCAL/dinoex
 DISTNAME=	Cartotheque-${PORTVERSION}

Modified: head/deskutils/gnustep-wrapper/Makefile
==============================================================================
--- head/deskutils/gnustep-wrapper/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/deskutils/gnustep-wrapper/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	wrapper
 PORTVERSION=	0.1.0
-PORTREVISION=	7
+PORTREVISION=	8
 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	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/deskutils/gworkspace-gwmetadata/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gworkspace
 PORTVERSION=	0.9.4
-PORTREVISION=	1
+PORTREVISION=	2
 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	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/deskutils/gworkspace/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gworkspace
 PORTVERSION=	0.9.4
-PORTREVISION=	1
+PORTREVISION=	2
 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	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/deskutils/helpviewer/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	helpviewer
 PORTVERSION=	0.3
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	deskutils gnustep
 MASTER_SITES=	http://www.roard.com/helpviewer/download/
 DISTNAME=	HelpViewer-${PORTVERSION}

Modified: head/deskutils/plopfolio/Makefile
==============================================================================
--- head/deskutils/plopfolio/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/deskutils/plopfolio/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	plopfolio
 PORTVERSION=	0.1.0
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	deskutils gnustep
 MASTER_SITES=	GNUSTEP/usr-apps
 

Modified: head/deskutils/preferences/Makefile
==============================================================================
--- head/deskutils/preferences/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/deskutils/preferences/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	preferences
 PORTVERSION=	1.2.0
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	deskutils gnustep
 MASTER_SITES=	SF/prefsapp/prefsapp/${PORTVERSION}
 DISTNAME=	Preferences-${PORTVERSION}

Modified: head/deskutils/simpleagenda/Makefile
==============================================================================
--- head/deskutils/simpleagenda/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/deskutils/simpleagenda/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	simpleagenda
 PORTVERSION=	0.43
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	deskutils gnustep
 MASTER_SITES=	http://coyote.octets.fr/pub/gnustep/
 DISTNAME=	SimpleAgenda-${PORTVERSION}

Modified: head/deskutils/systempreferences/Makefile
==============================================================================
--- head/deskutils/systempreferences/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/deskutils/systempreferences/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	systempreferences
 PORTVERSION=	1.2.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	deskutils gnustep
 MASTER_SITES=	GNUSTEP/usr-apps
 DISTNAME=	SystemPreferences-${PORTVERSION}

Modified: head/deskutils/toolboxkit/Makefile
==============================================================================
--- head/deskutils/toolboxkit/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/deskutils/toolboxkit/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	toolbox
 PORTVERSION=	0.8
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	deskutils gnustep
 MASTER_SITES=	http://ftp.azc.uam.mx/mirrors/gnu/savannah/files/toolbox/Release.pkg/0.8/ \
 		LOCAL/dinoex

Modified: head/devel/fortytwo-encore/Makefile
==============================================================================
--- head/devel/fortytwo-encore/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/devel/fortytwo-encore/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	encore
 PORTVERSION=	0.3.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	devel gnustep
 MASTER_SITES=	SF/fortytwo/Encore/${PORTVERSION}
 PKGNAMEPREFIX=	fortytwo-

Modified: head/devel/gnustep-make/Makefile
==============================================================================
--- head/devel/gnustep-make/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/devel/gnustep-make/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnustep-make
 PORTVERSION=	2.7.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel gnustep
 MASTER_SITES=	GNUSTEP/core
 

Modified: head/devel/gnustep/Makefile
==============================================================================
--- head/devel/gnustep/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/devel/gnustep/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnustep
 PORTVERSION=	1.28.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel lang gnustep
 
 MAINTAINER=	theraven@FreeBSD.org

Modified: head/devel/gorm/Makefile
==============================================================================
--- head/devel/gorm/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/devel/gorm/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gorm
 PORTVERSION=	1.2.23
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel gnustep
 MASTER_SITES=	GNUSTEP/dev-apps
 

Modified: head/devel/highlighterkit/Makefile
==============================================================================
--- head/devel/highlighterkit/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/devel/highlighterkit/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	highlighterkit
 PORTVERSION=	0.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	devel gnustep
 MASTER_SITES=	http://download.gna.org/pmanager/0.2/
 DISTNAME=	HighlighterKit-${PORTVERSION}

Modified: head/devel/performance/Makefile
==============================================================================
--- head/devel/performance/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/devel/performance/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	performance
 PORTVERSION=	0.5.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel gnustep
 MASTER_SITES=	GNUSTEP/libs
 DISTNAME=	Performance-${PORTVERSION}

Modified: head/devel/projectcenter/Makefile
==============================================================================
--- head/devel/projectcenter/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/devel/projectcenter/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,7 +3,7 @@
 
 PORTNAME=	projectcenter
 PORTVERSION=	0.6.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel gnustep
 MASTER_SITES=	GNUSTEP/dev-apps
 DISTNAME=	ProjectCenter-${PORTVERSION}

Modified: head/devel/sope2/Makefile
==============================================================================
--- head/devel/sope2/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/devel/sope2/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,7 +3,7 @@
 
 PORTNAME=		sope2
 PORTVERSION=		2.3.23
-PORTREVISION=	1
+PORTREVISION=	2
 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	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/devel/sope3/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,7 +3,7 @@
 
 PORTNAME=		sope3
 PORTVERSION=		3.2.10
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=		devel gnustep
 MASTER_SITES=		http://www.sogo.nu/files/downloads/SOGo/Sources/
 DISTNAME=		SOPE-${PORTVERSION}

Modified: head/devel/sope4/Makefile
==============================================================================
--- head/devel/sope4/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/devel/sope4/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,6 +2,7 @@
 
 PORTNAME=		sope4
 PORTVERSION=		4.0.2
+PORTREVISION=	1
 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	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/devel/wizardkit/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	wizardkit
 PORTVERSION=	0.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	devel gnustep
 MASTER_SITES=	http://download.gna.org/pmanager/0.2/
 DISTNAME=	WizardKit-${PORTVERSION}

Modified: head/finance/expense/Makefile
==============================================================================
--- head/finance/expense/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/finance/expense/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	expense
 PORTVERSION=	0.1
-PORTREVISION=	8
+PORTREVISION=	9
 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	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/ftp/gnustep-ftp/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	ftp
 PORTVERSION=	0.5
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	ftp gnustep
 MASTER_SITES=	SAVANNAH/gap
 PKGNAMEPREFIX=	gnustep-

Modified: head/ftp/waiho/Makefile
==============================================================================
--- head/ftp/waiho/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/ftp/waiho/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	waiho
 PORTVERSION=	0.2
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	ftp gnustep
 MASTER_SITES=	http://www.roard.com/waiho/download/
 DISTNAME=	Waiho-${PORTVERSION}

Modified: head/games/fortunate/Makefile
==============================================================================
--- head/games/fortunate/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/games/fortunate/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	fortunate
 PORTVERSION=	3.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	games gnustep
 MASTER_SITES=	GNUSTEP_CH
 

Modified: head/games/gmastermind/Makefile
==============================================================================
--- head/games/gmastermind/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/games/gmastermind/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gmastermind
 PORTVERSION=	0.6
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	games gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	GMastermind-${PORTVERSION}

Modified: head/games/gmines/Makefile
==============================================================================
--- head/games/gmines/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/games/gmines/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gmines
 PORTVERSION=	0.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	games gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	GMines-${PORTVERSION}

Modified: head/games/gnustep-ladder/Makefile
==============================================================================
--- head/games/gnustep-ladder/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/games/gnustep-ladder/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ladder
 PORTVERSION=	1.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	games gnustep
 MASTER_SITES=	SAVANNAH/gap
 PKGNAMEPREFIX=	gnustep-

Modified: head/games/gnustep-sudoku/Makefile
==============================================================================
--- head/games/gnustep-sudoku/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/games/gnustep-sudoku/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	sudoku
 PORTVERSION=	0.7
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	games gnustep
 MASTER_SITES=	SAVANNAH/gap
 PKGNAMEPREFIX=	gnustep-

Modified: head/games/gomoku/Makefile
==============================================================================
--- head/games/gomoku/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/games/gomoku/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gomoku
 PORTVERSION=	1.2.9
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	games gnustep
 MASTER_SITES=	http://www.gnustep.it/nicola/Applications/Gomoku/
 DISTNAME=	Gomoku-${PORTVERSION}

Modified: head/games/grubik/Makefile
==============================================================================
--- head/games/grubik/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/games/grubik/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	grubik
 PORTVERSION=	0.1
-PORTREVISION=	7
+PORTREVISION=	8
 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	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/games/gshisen/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gshisen
 PORTVERSION=	1.3.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	games gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	GShisen-${PORTVERSION}

Modified: head/games/jigsaw/Makefile
==============================================================================
--- head/games/jigsaw/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/games/jigsaw/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	jigsaw
 PORTVERSION=	0.8
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	games gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	Jigsaw-${PORTVERSION}

Modified: head/games/lapispuzzle/Makefile
==============================================================================
--- head/games/lapispuzzle/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/games/lapispuzzle/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lapispuzzle
 PORTVERSION=	1.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	games gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	LapisPuzzle-${PORTVERSION}

Modified: head/games/nextgo/Makefile
==============================================================================
--- head/games/nextgo/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/games/nextgo/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	nextgo
 PORTVERSION=	3.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	games gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	NeXTGo-${PORTVERSION}

Modified: head/games/oolite/Makefile
==============================================================================
--- head/games/oolite/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/games/oolite/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,6 +3,7 @@
 
 PORTNAME=		oolite
 PORTVERSION=		1.86
+PORTREVISION=	1
 CATEGORIES=		games gnustep
 MASTER_SITES=		https://github.com/OoliteProject/oolite/releases/download/1.86/
 DISTNAME=		${PORTNAME}-source-${PORTVERSION}

Modified: head/graphics/camera/Makefile
==============================================================================
--- head/graphics/camera/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/graphics/camera/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,7 +3,7 @@
 
 PORTNAME=	camera
 PORTVERSION=	0.8
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	http://download.gna.org/gsimageapps/
 DISTNAME=	Camera-${PORTVERSION}

Modified: head/graphics/camerakit/Makefile
==============================================================================
--- head/graphics/camerakit/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/graphics/camerakit/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	camerakit
 PORTVERSION=	0.0.1
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	http://download.gna.org/gsimageapps/
 DISTNAME=	CameraKit-20041011

Modified: head/graphics/cenon/Makefile
==============================================================================
--- head/graphics/cenon/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/graphics/cenon/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cenon
 PORTVERSION=	4.0.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	http://www.cenon.zone/download/source/
 DISTNAME=	Cenon-${MAINVERSION}

Modified: head/graphics/fortytwo/Makefile
==============================================================================
--- head/graphics/fortytwo/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/graphics/fortytwo/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	fortytwo
 PORTVERSION=	0.2.0
-PORTREVISION=	9
+PORTREVISION=	10
 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	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/graphics/gnustep-slideshow/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	slideshow
 PORTVERSION=	0.3.5
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	http://download.gna.org/gsimageapps/
 PKGNAMEPREFIX=	gnustep-

Modified: head/graphics/gnustep-slideshowkit/Makefile
==============================================================================
--- head/graphics/gnustep-slideshowkit/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/graphics/gnustep-slideshowkit/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	slideshowkit
 PORTVERSION=	0.0.1
-PORTREVISION=	20050214
+PORTREVISION=	20050215
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	http://download.gna.org/gsimageapps/
 PKGNAMEPREFIX=	gnustep-

Modified: head/graphics/graphos/Makefile
==============================================================================
--- head/graphics/graphos/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/graphics/graphos/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	graphos
 PORTVERSION=	0.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	Graphos-${PORTVERSION}

Modified: head/graphics/imageviewer/Makefile
==============================================================================
--- head/graphics/imageviewer/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/graphics/imageviewer/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	imageviewer
 PORTVERSION=	0.6.3
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	http://www.nice.ch/~phip/ \
 		LOCAL/dinoex

Modified: head/graphics/laternamagica/Makefile
==============================================================================
--- head/graphics/laternamagica/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/graphics/laternamagica/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	laternamagica
 PORTVERSION=	0.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	LaternaMagica-${PORTVERSION}

Modified: head/graphics/pikopixel/Makefile
==============================================================================
--- head/graphics/pikopixel/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/graphics/pikopixel/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pikopixel
 DISTVERSION=	1.0-b9c
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	http://twilightedge.com/downloads/

Modified: head/graphics/pixen/Makefile
==============================================================================
--- head/graphics/pixen/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/graphics/pixen/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	pixen
 PORTVERSION=	0.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	http://download.gna.org/gsimageapps/
 DISTNAME=	Pixen-${PORTVERSION}

Modified: head/graphics/preview/Makefile
==============================================================================
--- head/graphics/preview/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/graphics/preview/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	preview
 PORTVERSION=	0.8.5
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	http://download.gna.org/gsimageapps/
 PKGNAMEPREFIX=	gnustep-

Modified: head/graphics/price/Makefile
==============================================================================
--- head/graphics/price/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/graphics/price/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,7 +3,7 @@
 
 PORTNAME=	price
 PORTVERSION=	1.3.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
 DISTNAME=	PRICE-${PORTVERSION}

Modified: head/japanese/jishyo/Makefile
==============================================================================
--- head/japanese/jishyo/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/japanese/jishyo/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,7 +3,7 @@
 
 PORTNAME=	jishyo
 PORTVERSION=	0.1
-PORTREVISION=	8
+PORTREVISION=	9
 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	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/lang/gnustep-base/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnustep-base
 PORTVERSION=	1.25.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	lang devel gnustep
 MASTER_SITES=	GNUSTEP/core
 

Modified: head/lang/gscheme/Makefile
==============================================================================
--- head/lang/gscheme/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/lang/gscheme/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gscheme
 PORTVERSION=	0.6
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	lang gnustep
 MASTER_SITES=	http://www.gnustep.it/marko/GScheme/ \
 		LOCAL/dinoex

Modified: head/lang/libobjc2/Makefile
==============================================================================
--- head/lang/libobjc2/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/lang/libobjc2/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libobjc2
 PORTVERSION=	1.8.1
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	lang devel gnustep
 

Modified: head/lang/swift/Makefile
==============================================================================
--- head/lang/swift/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/lang/swift/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -4,7 +4,7 @@ PORTNAME=	swift
 PORTVERSION=	3.1.1
 DISTVERSIONPREFIX=	swift-
 DISTVERSIONSUFFIX=	-RELEASE
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	lang
 
 MAINTAINER=	swills@FreeBSD.org

Modified: head/mail/addresses-goodies/Makefile
==============================================================================
--- head/mail/addresses-goodies/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/mail/addresses-goodies/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	addresses
 PORTVERSION=	0.4.8
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	mail gnustep
 MASTER_SITES=	SAVANNAH/gap
 PKGNAMESUFFIX=	-goodies${PKGNAMESUFFIX2}

Modified: head/mail/addresses/Makefile
==============================================================================
--- head/mail/addresses/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/mail/addresses/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,7 +3,7 @@
 
 PORTNAME=	addresses
 PORTVERSION=	0.4.8
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	mail gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	Addresses-${PORTVERSION}

Modified: head/mail/gnumail/Makefile
==============================================================================
--- head/mail/gnumail/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/mail/gnumail/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnumail
 PORTVERSION=	1.2.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail gnustep
 MASTER_SITES=	SAVANNAH/gnustep-nonfsf/
 DISTNAME=	GNUMail-${PORTVERSION}

Modified: head/mail/pantomime/Makefile
==============================================================================
--- head/mail/pantomime/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/mail/pantomime/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pantomime
 PORTVERSION=	1.2.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail gnustep
 MASTER_SITES=	SAVANNAH/gnustep-nonfsf/
 DISTNAME=	Pantomime-${PORTVERSION}

Modified: head/math/edenmath/Makefile
==============================================================================
--- head/math/edenmath/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/math/edenmath/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,7 +3,7 @@
 
 PORTNAME=	edenmath
 PORTVERSION=	1.1.1
-PORTREVISION=	8
+PORTREVISION=	9
 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	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/misc/gnustep-examples/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gnustep-examples
 PORTVERSION=	1.4.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	misc gnustep
 MASTER_SITES=	GNUSTEP/usr-apps
 

Modified: head/multimedia/poe/Makefile
==============================================================================
--- head/multimedia/poe/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/multimedia/poe/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	poe
 PORTVERSION=	0.5.1
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	multimedia gnustep
 MASTER_SITES=	http://www.eskimo.com/~pburns/Poe/files/
 DISTNAME=	Poe-${PORTVERSION}

Modified: head/net/remotedesk/Makefile
==============================================================================
--- head/net/remotedesk/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/net/remotedesk/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	remotedesk
 PORTVERSION=	0.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	net gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	RemoteDesk-${PORTVERSION}

Modified: head/net/zillion/Makefile
==============================================================================
--- head/net/zillion/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/net/zillion/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	zillion
 PORTVERSION=	0.1
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	net gnustep
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 DISTNAME=	${PORTNAME}-0_1

Modified: head/news/lusernet/Makefile
==============================================================================
--- head/news/lusernet/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/news/lusernet/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	lusernet
 PORTVERSION=	0.4.2
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	news gnustep
 MASTER_SITES=	LOCAL/dinoex
 DISTNAME=	LuserNET-${PORTVERSION}

Modified: head/print/gspdf/Makefile
==============================================================================
--- head/print/gspdf/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/print/gspdf/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gspdf
 PORTVERSION=	0.5
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	print gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	GSPdf-${PORTVERSION}

Modified: head/science/fisicalab/Makefile
==============================================================================
--- head/science/fisicalab/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/science/fisicalab/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	fisicalab
 PORTVERSION=	0.3.3
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	science gnustep
 MASTER_SITES=	SAVANNAH
 

Modified: head/science/gtamsanalyzer/Makefile
==============================================================================
--- head/science/gtamsanalyzer/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/science/gtamsanalyzer/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gtamsanalyzer
 PORTVERSION=	0.42
-PORTREVISION=	8
+PORTREVISION=	9
 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	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/science/paje/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,7 +3,7 @@
 
 PORTNAME=	paje
 PORTVERSION=	1.97
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	science gnustep
 MASTER_SITES=	SF/${PORTNAME}/Releases
 DISTNAME=	Paje_${PORTVERSION}

Modified: head/security/openvpn-auth-ldap/Makefile
==============================================================================
--- head/security/openvpn-auth-ldap/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/security/openvpn-auth-ldap/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openvpn-auth-ldap
 PORTVERSION=	2.0.4.0.s1379
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	LOCAL/mandree # figure out proper GitHub commit and use that.
 # https://github.com/threerings/openvpn-auth-ldap/

Modified: head/sysutils/batmon/Makefile
==============================================================================
--- head/sysutils/batmon/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/sysutils/batmon/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	batmon
 PORTVERSION=	0.8
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils gnustep
 MASTER_SITES=	SAVANNAH/gap
 

Modified: head/sysutils/timemon/Makefile
==============================================================================
--- head/sysutils/timemon/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/sysutils/timemon/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,7 +3,7 @@
 
 PORTNAME=	timemon
 PORTVERSION=	4.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	TimeMon-${PORTVERSION}

Modified: head/textproc/duncan/Makefile
==============================================================================
--- head/textproc/duncan/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/textproc/duncan/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,6 +3,7 @@
 
 PORTNAME=	duncan
 PORTVERSION=	0.3
+PORTREVISION=	1
 CATEGORIES=	textproc gnustep
 MASTER_SITES=	http://www.eskimo.com/~pburns/Dictionaries/files/
 DISTNAME=	Duncan-${PORTVERSION}

Modified: head/textproc/easydiff/Makefile
==============================================================================
--- head/textproc/easydiff/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/textproc/easydiff/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	easydiff
 PORTVERSION=	0.4.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	textproc gnustep
 MASTER_SITES=	GNUSTEP/usr-apps
 DISTNAME=	EasyDiff-${PORTVERSION}

Modified: head/textproc/latex-service/Makefile
==============================================================================
--- head/textproc/latex-service/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/textproc/latex-service/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	latex
 PORTVERSION=	0.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	textproc gnustep
 MASTER_SITES=	http://www.roard.com/latexservice/download/
 PKGNAMESUFFIX=	-service${PKGNAMESUFFIX2}

Modified: head/textproc/localize/Makefile
==============================================================================
--- head/textproc/localize/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/textproc/localize/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	localize
 PORTVERSION=	0.0.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	textproc gnustep
 MASTER_SITES=	http://www.eskimo.com/~pburns/Localize/files/
 DISTNAME=	Localize-20040424

Modified: head/textproc/popup/Makefile
==============================================================================
--- head/textproc/popup/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/textproc/popup/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	popup
 PORTVERSION=	0.5
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	textproc gnustep
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Popup-${PORTVERSION}pre1
 DISTNAME=	Popup-${PORTVERSION}pre1

Modified: head/www/grr/Makefile
==============================================================================
--- head/www/grr/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/www/grr/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	grr
 PORTVERSION=	1.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	www gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	Grr-${PORTVERSION}

Modified: head/www/rsskit/Makefile
==============================================================================
--- head/www/rsskit/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/www/rsskit/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -2,7 +2,7 @@
 
 PORTNAME=	rsskit
 PORTVERSION=	0.4
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	www gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	RSSKit-${PORTVERSION}

Modified: head/www/sogo2-activesync/Makefile
==============================================================================
--- head/www/sogo2-activesync/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/www/sogo2-activesync/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=		1
+PORTREVISION=		2
 PKGNAMESUFFIX=		-activesync
 
 MAINTAINER=		acm@FreeBSD.org

Modified: head/www/sogo2/Makefile
==============================================================================
--- head/www/sogo2/Makefile	Wed Sep 26 13:55:28 2018	(r480740)
+++ head/www/sogo2/Makefile	Wed Sep 26 15:23:37 2018	(r480741)
@@ -3,7 +3,7 @@
 

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809261523.w8QFNb0d037276>