svn commit: r492056 - in head: Mk/Uses archivers/freetar archivers/unarchiver archivers/zipper audio/cddb-bundle audio/gnustep-cdplayer audio/mpdcon biology/biococoa databases/fortytwo-bdb database...
David Chisnall
theraven at FreeBSD.org
Sun Feb 3 15:38:13 UTC 2019
Author: theraven
Date: Sun Feb 3 15:37:58 2019
New Revision: 492056
URL: https://svnweb.freebsd.org/changeset/ports/492056
Log:
Move Objective-C ports to the v2 GNUstep ABI.
* Bump the LLVM revision used for GNUstep to 7, the minimum to support
the new ABI.
* GNUstep-back does not work with lld, so mark it to use Gold (BFD LD
doesn't seem able to link Objective-C things).
* Turn off some annoying debug logs in GNUstep back, which generate
several messages per second when you move the mouse. These should
never have been enabled in a release build anyway.
* Downgrade Cenon to 4.0.2. This was the last version to actually work
with GNUstep (the later ones use XCode >= 5 .xib files, which GNUstep
can't parse).
* Update gorm to git head. The current release doesn't work with the
new Objective-C ABI, but -head has the patches to fix it.
* Update PikoPixel and add it to the gnustep-app meta-package.
* Update the three core GNUstep packages to the latest release.
* Update gnumail and pantomime to the latest release and fix a linking
error with the new ABI.
* Update GNUstep FTP to the latest version.
Reviewed by: bapt (previous version)
Deleted:
head/x11-toolkits/gnustep-gui/files/
Modified:
head/Mk/Uses/gnustep.mk
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/gorm/distinfo
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/gnustep-ftp/distinfo
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/cenon/distinfo
head/graphics/cenon/pkg-plist
head/graphics/fortytwo/Makefile
head/graphics/graphos/Makefile
head/graphics/imageviewer/Makefile
head/graphics/laternamagica/Makefile
head/graphics/pikopixel/Makefile
head/graphics/pikopixel/distinfo
head/graphics/pixen/Makefile
head/graphics/preview/Makefile
head/graphics/price/Makefile
head/japanese/jishyo/Makefile
head/lang/gnustep-base/Makefile
head/lang/gnustep-base/distinfo
head/lang/gnustep-base/pkg-plist
head/lang/gscheme/Makefile
head/lang/libobjc2/Makefile
head/lang/libobjc2/distinfo
head/lang/libobjc2/pkg-plist
head/lang/swift/Makefile
head/mail/addresses-goodies/Makefile
head/mail/addresses/Makefile
head/mail/gnumail/pkg-plist
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/stepsync/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-back/distinfo
head/x11-toolkits/gnustep-gui/Makefile
head/x11-toolkits/gnustep-gui/distinfo
head/x11-toolkits/gnustep-gui/pkg-plist
head/x11/gnustep-app/Makefile
head/x11/gskrab/Makefile
head/x11/innerspace/Makefile
head/x11/terminal.app/Makefile
Modified: head/Mk/Uses/gnustep.mk
==============================================================================
--- head/Mk/Uses/gnustep.mk Sun Feb 3 15:27:18 2019 (r492055)
+++ head/Mk/Uses/gnustep.mk Sun Feb 3 15:37:58 2019 (r492056)
@@ -40,6 +40,14 @@ MAKE_ENV+= ADDITIONAL_${a}="${ADDITIONAL_${a}} ${${a}}
MAKE_ENV+= ADDITIONAL_${a}="${ADDITIONAL_${a}}"
.endfor
MAKE_ARGS+=messages=yes
+# BFD ld can't link Objective-C programs for some reason. Most things are fine
+# with LLD, but the things that don't (e.g. sope) need gold.
+.if defined(LLD_UNSAFE)
+MAKE_ARGS+=LDFLAGS='-fuse-ld=gold'
+BUILD_DEPENDS+= ${LOCALBASE}/bin/ld.gold:devel/binutils
+.else
+MAKE_ARGS+=LDFLAGS='-fuse-ld=${OBJC_LLD}'
+.endif
MAKEFILE= GNUmakefile
#MAKE_ENV+= GNUSTEP_CONFIG_FILE=${PORTSDIR}/devel/gnustep-make/files/GNUstep.conf
Modified: head/Mk/Uses/objc.mk
==============================================================================
--- head/Mk/Uses/objc.mk Sun Feb 3 15:27:18 2019 (r492055)
+++ head/Mk/Uses/objc.mk Sun Feb 3 15:37:58 2019 (r492056)
@@ -10,7 +10,7 @@
.if !defined(_INCLUDE_USES_OBJC_MK)
_INCLUDE_USES_OBJC_MK= yes
-OBJC_CLANG_VERSION=60
+OBJC_CLANG_VERSION=70
objc_ARGS?=
.if !empty(objc_ARGS) && ! ${objc_ARGS:Mcompiler}
@@ -61,11 +61,13 @@ ALT_COMPILER_TYPE= gcc
CC= /usr/bin/clang
CPP= /usr/bin/clang-cpp
CXX= /usr/bin/clang++
+OBJC_LLD= lld
.else
-BUILD_DEPENDS+= ${LOCALBASE}/bin/clang${OBJC_CLANG_VERSION}:devel/llvm${OBJC_CLANG_VERSION}
-CPP= ${LOCALBASE}/bin/clang-cpp${OBJC_CLANG_VERSION}
-CC= ${LOCALBASE}/bin/clang${OBJC_CLANG_VERSION}
-CXX= ${LOCALBASE}/bin/clang++${OBJC_CLANG_VERSION}
+BUILD_DEPENDS+= ${LOCALBASE}/bin/clang${OBJC_CLANG_VERSION}:devel/llvm${OBJC_CLANG_VERSION}
+CPP= ${LOCALBASE}/bin/clang-cpp${OBJC_CLANG_VERSION}
+CC= ${LOCALBASE}/bin/clang${OBJC_CLANG_VERSION}
+CXX= ${LOCALBASE}/bin/clang++${OBJC_CLANG_VERSION}
+OBJC_LLD= lld${OBJC_CLANG_VERSION}
.endif
.endif
Modified: head/archivers/freetar/Makefile
==============================================================================
--- head/archivers/freetar/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/archivers/freetar/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= freetar
PORTVERSION= 0.9
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= archivers gnustep
MASTER_SITES= http://download.gna.org/freetar/
DISTNAME= FreeTar-${PORTVERSION}
Modified: head/archivers/unarchiver/Makefile
==============================================================================
--- head/archivers/unarchiver/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/archivers/unarchiver/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -3,7 +3,7 @@
PORTNAME= unar
PORTVERSION= 1.10.1
-PORTREVISION= 11
+PORTREVISION= 12
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 Feb 3 15:27:18 2019 (r492055)
+++ head/archivers/zipper/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -3,7 +3,7 @@
PORTNAME= zipper
PORTVERSION= 1.5
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= archivers gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= Zipper-${PORTVERSION}
Modified: head/audio/cddb-bundle/Makefile
==============================================================================
--- head/audio/cddb-bundle/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/audio/cddb-bundle/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= cddb
PORTVERSION= 0.2
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= audio gnustep
MASTER_SITES= SF/gsburn/cdplayer/${DISTNAME}
PKGNAMESUFFIX= -bundle${PKGNAMESUFFIX2}
Modified: head/audio/gnustep-cdplayer/Makefile
==============================================================================
--- head/audio/gnustep-cdplayer/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/audio/gnustep-cdplayer/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= cdplayer
PORTVERSION= 0.5.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= audio gnustep
MASTER_SITES= SF/gsburn/${PORTNAME}/${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX= gnustep-
Modified: head/audio/mpdcon/Makefile
==============================================================================
--- head/audio/mpdcon/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/audio/mpdcon/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= mpdcon
PORTVERSION= 1.5.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= audio gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= MPDCon-${PORTVERSION}
Modified: head/biology/biococoa/Makefile
==============================================================================
--- head/biology/biococoa/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/biology/biococoa/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= biococoa
PORTVERSION= 2.2.2
-PORTREVISION= 5
+PORTREVISION= 6
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 Feb 3 15:27:18 2019 (r492055)
+++ head/databases/fortytwo-bdb/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= bdb
PORTVERSION= 0.2.1
-PORTREVISION= 9
+PORTREVISION= 10
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 Feb 3 15:27:18 2019 (r492055)
+++ head/databases/sqlclient/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= sqlclient
PORTVERSION= 1.8.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= databases gnustep
MASTER_SITES= GNUSTEP/libs
DISTNAME= SQLClient-${PORTVERSION}
Modified: head/deskutils/affiche/Makefile
==============================================================================
--- head/deskutils/affiche/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/deskutils/affiche/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= affiche
PORTVERSION= 0.6.0
-PORTREVISION= 9
+PORTREVISION= 10
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 Feb 3 15:27:18 2019 (r492055)
+++ head/deskutils/appwrapper/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= appwrapper
PORTVERSION= 0.1
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= deskutils gnustep
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/AppWrapper%20${PORTVERSION}
DISTNAME= AppWrapper.${PORTVERSION}
Modified: head/deskutils/cartotheque/Makefile
==============================================================================
--- head/deskutils/cartotheque/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/deskutils/cartotheque/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= cartotheque
PORTVERSION= 0.1
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= deskutils gnustep
MASTER_SITES= LOCAL/dinoex
DISTNAME= Cartotheque-${PORTVERSION}
Modified: head/deskutils/gnustep-wrapper/Makefile
==============================================================================
--- head/deskutils/gnustep-wrapper/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/deskutils/gnustep-wrapper/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= wrapper
PORTVERSION= 0.1.0
-PORTREVISION= 8
+PORTREVISION= 9
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 Feb 3 15:27:18 2019 (r492055)
+++ head/deskutils/gworkspace-gwmetadata/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= gworkspace
PORTVERSION= 0.9.4
-PORTREVISION= 2
+PORTREVISION= 3
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 Feb 3 15:27:18 2019 (r492055)
+++ head/deskutils/gworkspace/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= gworkspace
PORTVERSION= 0.9.4
-PORTREVISION= 2
+PORTREVISION= 3
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 Feb 3 15:27:18 2019 (r492055)
+++ head/deskutils/helpviewer/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= helpviewer
PORTVERSION= 0.3
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= deskutils gnustep
MASTER_SITES= http://www.roard.com/helpviewer/download/
DISTNAME= HelpViewer-${PORTVERSION}
Modified: head/deskutils/plopfolio/Makefile
==============================================================================
--- head/deskutils/plopfolio/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/deskutils/plopfolio/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= plopfolio
PORTVERSION= 0.1.0
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= deskutils gnustep
MASTER_SITES= GNUSTEP/usr-apps
Modified: head/deskutils/preferences/Makefile
==============================================================================
--- head/deskutils/preferences/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/deskutils/preferences/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= preferences
PORTVERSION= 1.2.0
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= deskutils gnustep
MASTER_SITES= SF/prefsapp/prefsapp/${PORTVERSION}
DISTNAME= Preferences-${PORTVERSION}
Modified: head/deskutils/simpleagenda/Makefile
==============================================================================
--- head/deskutils/simpleagenda/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/deskutils/simpleagenda/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= simpleagenda
PORTVERSION= 0.43
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= deskutils gnustep
MASTER_SITES= http://coyote.octets.fr/pub/gnustep/
DISTNAME= SimpleAgenda-${PORTVERSION}
Modified: head/deskutils/systempreferences/Makefile
==============================================================================
--- head/deskutils/systempreferences/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/deskutils/systempreferences/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= systempreferences
PORTVERSION= 1.2.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= deskutils gnustep
MASTER_SITES= GNUSTEP/usr-apps
DISTNAME= SystemPreferences-${PORTVERSION}
Modified: head/deskutils/toolboxkit/Makefile
==============================================================================
--- head/deskutils/toolboxkit/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/deskutils/toolboxkit/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= toolbox
PORTVERSION= 0.8
-PORTREVISION= 8
+PORTREVISION= 9
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 Sun Feb 3 15:27:18 2019 (r492055)
+++ head/devel/fortytwo-encore/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= encore
PORTVERSION= 0.3.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= devel gnustep
MASTER_SITES= SF/fortytwo/Encore/${PORTVERSION}
PKGNAMEPREFIX= fortytwo-
Modified: head/devel/gnustep-make/Makefile
==============================================================================
--- head/devel/gnustep-make/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/devel/gnustep-make/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -3,7 +3,7 @@
PORTNAME= gnustep-make
PORTVERSION= 2.7.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel gnustep
MASTER_SITES= GNUSTEP/core
Modified: head/devel/gnustep/Makefile
==============================================================================
--- head/devel/gnustep/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/devel/gnustep/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -3,7 +3,7 @@
PORTNAME= gnustep
PORTVERSION= 1.28.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= devel lang gnustep
MAINTAINER= theraven at FreeBSD.org
Modified: head/devel/gorm/Makefile
==============================================================================
--- head/devel/gorm/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/devel/gorm/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,9 +2,13 @@
PORTNAME= gorm
PORTVERSION= 1.2.23
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel gnustep
-MASTER_SITES= GNUSTEP/dev-apps
+
+USE_GITHUB= yes
+GH_ACCOUNT= gnustep
+GH_PROJECT= apps-gorm
+GH_TAGNAME= 04554d2
MAINTAINER= theraven at FreeBSD.org
COMMENT= Graphical Object Relationship Modeller
Modified: head/devel/gorm/distinfo
==============================================================================
--- head/devel/gorm/distinfo Sun Feb 3 15:27:18 2019 (r492055)
+++ head/devel/gorm/distinfo Sun Feb 3 15:37:58 2019 (r492056)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495374876
-SHA256 (gorm-1.2.23.tar.gz) = cbd25abbbc85d81d50111be75da14aabce368337694948c95b68b6fdf74eeea2
-SIZE (gorm-1.2.23.tar.gz) = 695799
+TIMESTAMP = 1549185893
+SHA256 (gnustep-apps-gorm-1.2.23-04554d2_GH0.tar.gz) = 8c2f34d302ccd3b5ac9354b5bc31623e186280c4517d6a4c4a52b911cb09cd42
+SIZE (gnustep-apps-gorm-1.2.23-04554d2_GH0.tar.gz) = 667260
Modified: head/devel/highlighterkit/Makefile
==============================================================================
--- head/devel/highlighterkit/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/devel/highlighterkit/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= highlighterkit
PORTVERSION= 0.1
-PORTREVISION= 8
+PORTREVISION= 9
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 Feb 3 15:27:18 2019 (r492055)
+++ head/devel/performance/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= performance
PORTVERSION= 0.5.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= devel gnustep
MASTER_SITES= GNUSTEP/libs
DISTNAME= Performance-${PORTVERSION}
Modified: head/devel/projectcenter/Makefile
==============================================================================
--- head/devel/projectcenter/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/devel/projectcenter/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -3,7 +3,7 @@
PORTNAME= projectcenter
PORTVERSION= 0.6.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel gnustep
MASTER_SITES= GNUSTEP/dev-apps
DISTNAME= ProjectCenter-${PORTVERSION}
Modified: head/devel/sope2/Makefile
==============================================================================
--- head/devel/sope2/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/devel/sope2/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -3,7 +3,7 @@
PORTNAME= sope2
PORTVERSION= 2.3.23
-PORTREVISION= 3
+PORTREVISION= 4
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 Feb 3 15:27:18 2019 (r492055)
+++ head/devel/sope3/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -3,7 +3,7 @@
PORTNAME= sope3
PORTVERSION= 3.2.10
-PORTREVISION= 4
+PORTREVISION= 5
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 Sun Feb 3 15:27:18 2019 (r492055)
+++ head/devel/sope4/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= sope4
PORTVERSION= 4.0.4
-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 Feb 3 15:27:18 2019 (r492055)
+++ head/devel/wizardkit/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= wizardkit
PORTVERSION= 0.1
-PORTREVISION= 8
+PORTREVISION= 9
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 Feb 3 15:27:18 2019 (r492055)
+++ head/finance/expense/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= expense
PORTVERSION= 0.1
-PORTREVISION= 9
+PORTREVISION= 10
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 Feb 3 15:27:18 2019 (r492055)
+++ head/ftp/gnustep-ftp/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= ftp
-PORTVERSION= 0.5
-PORTREVISION= 5
+PORTVERSION= 0.6
CATEGORIES= ftp gnustep
MASTER_SITES= SAVANNAH/gap
PKGNAMEPREFIX= gnustep-
Modified: head/ftp/gnustep-ftp/distinfo
==============================================================================
--- head/ftp/gnustep-ftp/distinfo Sun Feb 3 15:27:18 2019 (r492055)
+++ head/ftp/gnustep-ftp/distinfo Sun Feb 3 15:37:58 2019 (r492056)
@@ -1,2 +1,3 @@
-SHA256 (FTP-0.5.tar.gz) = 159b297df1d797f6a4af2aa353380eeecc99078db27ecc5172e90c5bc3f06073
-SIZE (FTP-0.5.tar.gz) = 132587
+TIMESTAMP = 1546208359
+SHA256 (FTP-0.6.tar.gz) = f9884c1d0a3f37fea183ed1f80905d0f9ed3c99f776dc6a876434c7512c4d610
+SIZE (FTP-0.6.tar.gz) = 161962
Modified: head/ftp/waiho/Makefile
==============================================================================
--- head/ftp/waiho/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/ftp/waiho/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= waiho
PORTVERSION= 0.2
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= ftp gnustep
MASTER_SITES= http://www.roard.com/waiho/download/
DISTNAME= Waiho-${PORTVERSION}
Modified: head/games/fortunate/Makefile
==============================================================================
--- head/games/fortunate/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/games/fortunate/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= fortunate
PORTVERSION= 3.1
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= games gnustep
MASTER_SITES= GNUSTEP_CH
Modified: head/games/gmastermind/Makefile
==============================================================================
--- head/games/gmastermind/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/games/gmastermind/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= gmastermind
PORTVERSION= 0.6
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= GMastermind-${PORTVERSION}
Modified: head/games/gmines/Makefile
==============================================================================
--- head/games/gmines/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/games/gmines/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= gmines
PORTVERSION= 0.2
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= GMines-${PORTVERSION}
Modified: head/games/gnustep-ladder/Makefile
==============================================================================
--- head/games/gnustep-ladder/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/games/gnustep-ladder/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -3,7 +3,7 @@
PORTNAME= ladder
PORTVERSION= 1.0
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
PKGNAMEPREFIX= gnustep-
Modified: head/games/gnustep-sudoku/Makefile
==============================================================================
--- head/games/gnustep-sudoku/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/games/gnustep-sudoku/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= sudoku
PORTVERSION= 0.7
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
PKGNAMEPREFIX= gnustep-
Modified: head/games/gomoku/Makefile
==============================================================================
--- head/games/gomoku/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/games/gomoku/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -3,7 +3,7 @@
PORTNAME= gomoku
PORTVERSION= 1.2.9
-PORTREVISION= 6
+PORTREVISION= 7
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 Feb 3 15:27:18 2019 (r492055)
+++ head/games/grubik/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= grubik
PORTVERSION= 0.1
-PORTREVISION= 8
+PORTREVISION= 9
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 Feb 3 15:27:18 2019 (r492055)
+++ head/games/gshisen/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -3,7 +3,7 @@
PORTNAME= gshisen
PORTVERSION= 1.3.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= GShisen-${PORTVERSION}
Modified: head/games/jigsaw/Makefile
==============================================================================
--- head/games/jigsaw/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/games/jigsaw/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= jigsaw
PORTVERSION= 0.8
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= Jigsaw-${PORTVERSION}
Modified: head/games/lapispuzzle/Makefile
==============================================================================
--- head/games/lapispuzzle/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/games/lapispuzzle/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -3,7 +3,7 @@
PORTNAME= lapispuzzle
PORTVERSION= 1.2
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= LapisPuzzle-${PORTVERSION}
Modified: head/games/nextgo/Makefile
==============================================================================
--- head/games/nextgo/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/games/nextgo/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= nextgo
PORTVERSION= 3.0
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= NeXTGo-${PORTVERSION}
Modified: head/games/oolite/Makefile
==============================================================================
--- head/games/oolite/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/games/oolite/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -3,6 +3,7 @@
PORTNAME= oolite
PORTVERSION= 1.88
+PORTREVISION= 1
CATEGORIES= games gnustep
MASTER_SITES= https://github.com/OoliteProject/oolite/releases/download/1.88/
DISTNAME= ${PORTNAME}-source-${PORTVERSION}
Modified: head/graphics/camera/Makefile
==============================================================================
--- head/graphics/camera/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/graphics/camera/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -3,7 +3,7 @@
PORTNAME= camera
PORTVERSION= 0.8
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= graphics gnustep
MASTER_SITES= http://download.gna.org/gsimageapps/
DISTNAME= Camera-${PORTVERSION}
Modified: head/graphics/camerakit/Makefile
==============================================================================
--- head/graphics/camerakit/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/graphics/camerakit/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= camerakit
PORTVERSION= 0.0.1
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= graphics gnustep
MASTER_SITES= http://download.gna.org/gsimageapps/
DISTNAME= CameraKit-20041011
Modified: head/graphics/cenon/Makefile
==============================================================================
--- head/graphics/cenon/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/graphics/cenon/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,8 +2,9 @@
# $FreeBSD$
PORTNAME= cenon
-PORTVERSION= 4.0.3
-PORTREVISION= 2
+PORTVERSION= 4.0.2
+PORTREVISION= 4
+PORTEPOCH= 1
CATEGORIES= graphics gnustep
MASTER_SITES= http://www.cenon.zone/download/source/
DISTNAME= Cenon-${MAINVERSION}
@@ -16,9 +17,10 @@ COMMENT= Vector graphics tool for GNUstep
USES= tar:bzip2 gnustep
USE_GNUSTEP= gui base build
+LLD_UNSAFE=yes
WRKSRC= ${WRKDIR}/Cenon
-MAINVERSION= 4.0.5
+MAINVERSION= 4.0.2
FULLVERSION= 4.0.0
CENON_LIB_DIR= ${GNUSTEP_SYSTEM_ROOT}/Library/Cenon
Modified: head/graphics/cenon/distinfo
==============================================================================
--- head/graphics/cenon/distinfo Sun Feb 3 15:27:18 2019 (r492055)
+++ head/graphics/cenon/distinfo Sun Feb 3 15:37:58 2019 (r492056)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1495787886
-SHA256 (cenon/Cenon-4.0.5.tar.bz2) = 7c159d9de557f597e757d933ee2b055f04fd2b49371c28853b5285eb2894224c
-SIZE (cenon/Cenon-4.0.5.tar.bz2) = 10710712
+TIMESTAMP = 1546192070
+SHA256 (cenon/Cenon-4.0.2.tar.bz2) = d228ff779f3967c6324eb7a081132a3d5d2237f03a23adcdfd4cae2fa7b0eb2f
+SIZE (cenon/Cenon-4.0.2.tar.bz2) = 4150615
SHA256 (cenon/CenonLibrary-4.0.0-1.tar.bz2) = b329331a4b5b40d93eeeddd98f6922a53401b6e4f437538cd98392f8828cbb44
SIZE (cenon/CenonLibrary-4.0.0-1.tar.bz2) = 2131692
Modified: head/graphics/cenon/pkg-plist
==============================================================================
--- head/graphics/cenon/pkg-plist Sun Feb 3 15:27:18 2019 (r492055)
+++ head/graphics/cenon/pkg-plist Sun Feb 3 15:37:58 2019 (r492056)
@@ -54,8 +54,6 @@ GNUstep/System/Applications/Cenon.app/Resources/Englis
GNUstep/System/Applications/Cenon.app/Resources/English.lproj/IPImage.nib/classes.nib
GNUstep/System/Applications/Cenon.app/Resources/English.lproj/IPImage.nib/info.nib
GNUstep/System/Applications/Cenon.app/Resources/English.lproj/IPImage.nib/keyedobjects.nib
-GNUstep/System/Applications/Cenon.app/Resources/English.lproj/IPLine3D.nib/data.classes
-GNUstep/System/Applications/Cenon.app/Resources/English.lproj/IPLine3D.nib/objects.nib
GNUstep/System/Applications/Cenon.app/Resources/English.lproj/IPLine.nib/classes.nib
GNUstep/System/Applications/Cenon.app/Resources/English.lproj/IPLine.nib/info.nib
GNUstep/System/Applications/Cenon.app/Resources/English.lproj/IPLine.nib/keyedobjects.nib
@@ -209,8 +207,6 @@ GNUstep/System/Applications/Cenon.app/Resources/German
GNUstep/System/Applications/Cenon.app/Resources/German.lproj/IPImage.nib/classes.nib
GNUstep/System/Applications/Cenon.app/Resources/German.lproj/IPImage.nib/info.nib
GNUstep/System/Applications/Cenon.app/Resources/German.lproj/IPImage.nib/keyedobjects.nib
-GNUstep/System/Applications/Cenon.app/Resources/German.lproj/IPLine3D.nib/data.classes
-GNUstep/System/Applications/Cenon.app/Resources/German.lproj/IPLine3D.nib/objects.nib
GNUstep/System/Applications/Cenon.app/Resources/German.lproj/IPLine.nib/classes.nib
GNUstep/System/Applications/Cenon.app/Resources/German.lproj/IPLine.nib/info.nib
GNUstep/System/Applications/Cenon.app/Resources/German.lproj/IPLine.nib/keyedobjects.nib
@@ -331,8 +327,6 @@ GNUstep/System/Applications/Cenon.app/Resources/Inspec
GNUstep/System/Applications/Cenon.app/Resources/InspectorPanel.nib/info.nib
GNUstep/System/Applications/Cenon.app/Resources/InspectorPanel.nib/keyedobjects.nib
GNUstep/System/Applications/Cenon.app/Resources/SinkingMetrics.plist
-GNUstep/System/Applications/Cenon.app/Resources/English.lproj/ToolPanel.xib
-GNUstep/System/Applications/Cenon.app/Resources/German.lproj/ToolPanel.xib
GNUstep/System/Applications/Cenon.app/Resources/alignHCenter.tiff
GNUstep/System/Applications/Cenon.app/Resources/alignHLeft.tiff
GNUstep/System/Applications/Cenon.app/Resources/alignHRight.tiff
@@ -596,3 +590,6 @@ GNUstep/System/Library/Devices/hpgl/hpgl_8Pen.dev
GNUstep/System/Library/Projects/.dir.tiff
GNUstep/System/Library/Projects/Cenon.cenon/document
GNUstep/System/Tools/Cenon
+GNUstep/System/Applications/Cenon.app/Resources/ToolPanel.xib
+GNUstep/System/Library/Projects/Cenon.cenon/output
+
Modified: head/graphics/fortytwo/Makefile
==============================================================================
--- head/graphics/fortytwo/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/graphics/fortytwo/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= fortytwo
PORTVERSION= 0.2.0
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= graphics gnustep
MASTER_SITES= SF/${PORTNAME}/FT%20%2842%29/${PORTVERSION}
DISTFILES= FT-${PORTVERSION}-src.tgz \
Modified: head/graphics/graphos/Makefile
==============================================================================
--- head/graphics/graphos/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/graphics/graphos/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,6 +2,7 @@
PORTNAME= graphos
PORTVERSION= 0.7
+PORTREVISION= 1
CATEGORIES= graphics gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= Graphos-${PORTVERSION}
Modified: head/graphics/imageviewer/Makefile
==============================================================================
--- head/graphics/imageviewer/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/graphics/imageviewer/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= imageviewer
PORTVERSION= 0.6.3
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= graphics gnustep
MASTER_SITES= http://www.nice.ch/~phip/ \
LOCAL/dinoex
Modified: head/graphics/laternamagica/Makefile
==============================================================================
--- head/graphics/laternamagica/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/graphics/laternamagica/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= laternamagica
PORTVERSION= 0.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= LaternaMagica-${PORTVERSION}
Modified: head/graphics/pikopixel/Makefile
==============================================================================
--- head/graphics/pikopixel/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/graphics/pikopixel/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,12 +2,11 @@
# $FreeBSD$
PORTNAME= pikopixel
-DISTVERSION= 1.0-b9c
-PORTREVISION= 1
+DISTVERSION= 1.0-b9e
PORTEPOCH= 1
CATEGORIES= graphics gnustep
MASTER_SITES= http://twilightedge.com/downloads/
-DISTNAME= PikoPixel.Sources.1.0-b9c
+DISTNAME= PikoPixel.Sources.${DISTVERSION}
MAINTAINER= theraven at FreeBSD.org
COMMENT= Application for drawing and editing pixel-art images
Modified: head/graphics/pikopixel/distinfo
==============================================================================
--- head/graphics/pikopixel/distinfo Sun Feb 3 15:27:18 2019 (r492055)
+++ head/graphics/pikopixel/distinfo Sun Feb 3 15:37:58 2019 (r492056)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534238745
-SHA256 (PikoPixel.Sources.1.0-b9c.tar.gz) = aa8d6d235d060f660ef4be00f3d007f406c342fd0e44659d51ad161baa4f5c2c
-SIZE (PikoPixel.Sources.1.0-b9c.tar.gz) = 566871
+TIMESTAMP = 1546193385
+SHA256 (PikoPixel.Sources.1.0-b9e.tar.gz) = 96977fc51343d294c7d7e76d8f1ac7aa82ae9da1d7d082dee6cee8035959afbe
+SIZE (PikoPixel.Sources.1.0-b9e.tar.gz) = 569966
Modified: head/graphics/pixen/Makefile
==============================================================================
--- head/graphics/pixen/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/graphics/pixen/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= pixen
PORTVERSION= 0.1
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= graphics gnustep
MASTER_SITES= http://download.gna.org/gsimageapps/
DISTNAME= Pixen-${PORTVERSION}
Modified: head/graphics/preview/Makefile
==============================================================================
--- head/graphics/preview/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/graphics/preview/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,7 +2,7 @@
PORTNAME= preview
PORTVERSION= 0.8.5
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= graphics gnustep
MASTER_SITES= http://download.gna.org/gsimageapps/
PKGNAMEPREFIX= gnustep-
Modified: head/graphics/price/Makefile
==============================================================================
--- head/graphics/price/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/graphics/price/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -3,7 +3,7 @@
PORTNAME= price
PORTVERSION= 1.3.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics gnustep
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
DISTNAME= PRICE-${PORTVERSION}
Modified: head/japanese/jishyo/Makefile
==============================================================================
--- head/japanese/jishyo/Makefile Sun Feb 3 15:27:18 2019 (r492055)
+++ head/japanese/jishyo/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -3,7 +3,7 @@
PORTNAME= jishyo
PORTVERSION= 0.1
-PORTREVISION= 9
+PORTREVISION= 10
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 Feb 3 15:27:18 2019 (r492055)
+++ head/lang/gnustep-base/Makefile Sun Feb 3 15:37:58 2019 (r492056)
@@ -2,11 +2,15 @@
# $FreeBSD$
PORTNAME= gnustep-base
-PORTVERSION= 1.25.0
-PORTREVISION= 7
+PORTVERSION= 1.26.0
+PORTREVISION= 1
CATEGORIES= lang devel gnustep
-MASTER_SITES= GNUSTEP/core
+USE_GITHUB= yes
+GH_ACCOUNT= gnustep
+GH_PROJECT= libs-base
+GH_TAGNAME= base-${PORTVERSION:S/./_/g}
+
MAINTAINER= theraven at FreeBSD.org
COMMENT= GNUstep Foundation library
@@ -26,7 +30,7 @@ USE_GNUSTEP= build
USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-procfs --disable-mixedabi --with-installation-domain=SYSTEM
-CONFIGURE_ENV= OBJCFLAGS='-fobjc-runtime=gnustep-1.7 -fblocks'
+CONFIGURE_ENV= OBJCFLAGS='-fobjc-runtime=gnustep-2.0 -fblocks'
MAKE_FLAGS= OPTFLAG="${CFLAGS}"
Modified: head/lang/gnustep-base/distinfo
==============================================================================
--- head/lang/gnustep-base/distinfo Sun Feb 3 15:27:18 2019 (r492055)
+++ head/lang/gnustep-base/distinfo Sun Feb 3 15:37:58 2019 (r492056)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495189059
-SHA256 (gnustep-base-1.25.0.tar.gz) = f5159a7d70e06b9dfb96c5f8ac572e3a5e6cf8de7bafb056bc9b2e0c4f93c347
-SIZE (gnustep-base-1.25.0.tar.gz) = 3528599
+TIMESTAMP = 1549117731
+SHA256 (gnustep-libs-base-1.26.0-base-1_26_0_GH0.tar.gz) = 6d24575469befb1e1df48e2ed0c3d4c5c069d3f4e168bf87c4863a7900bba97e
+SIZE (gnustep-libs-base-1.26.0-base-1_26_0_GH0.tar.gz) = 4001203
Modified: head/lang/gnustep-base/pkg-plist
==============================================================================
--- head/lang/gnustep-base/pkg-plist Sun Feb 3 15:27:18 2019 (r492055)
+++ head/lang/gnustep-base/pkg-plist Sun Feb 3 15:37:58 2019 (r492056)
@@ -1,24 +1,25 @@
-GNUstep/System/Library/DTDs/gsdoc-0_6_5.dtd
-GNUstep/System/Library/DTDs/gsdoc-0_6_6.dtd
-GNUstep/System/Library/DTDs/gsdoc-0_6_7.dtd
-GNUstep/System/Library/DTDs/gsdoc-1_0_0.dtd
-GNUstep/System/Library/DTDs/gsdoc-1_0_1.dtd
-GNUstep/System/Library/DTDs/gsdoc-1_0_1.rnc
-GNUstep/System/Library/DTDs/gsdoc-1_0_2.dtd
-GNUstep/System/Library/DTDs/gsdoc-1_0_3.dtd
-GNUstep/System/Library/DTDs/gsdoc-1_0_4.dtd
-GNUstep/System/Library/DTDs/plist-0_9.dtd
-GNUstep/System/Library/Documentation/man/man1/HTMLLinker.1.gz
+etc/gdomap_if
GNUstep/System/Library/Documentation/man/man1/autogsdoc.1.gz
GNUstep/System/Library/Documentation/man/man1/cvtenc.1.gz
GNUstep/System/Library/Documentation/man/man1/defaults.1.gz
GNUstep/System/Library/Documentation/man/man1/gdnc.1.gz
GNUstep/System/Library/Documentation/man/man1/gspath.1.gz
+GNUstep/System/Library/Documentation/man/man1/HTMLLinker.1.gz
GNUstep/System/Library/Documentation/man/man1/make_strings.1.gz
GNUstep/System/Library/Documentation/man/man1/pldes.1.gz
GNUstep/System/Library/Documentation/man/man1/sfparse.1.gz
GNUstep/System/Library/Documentation/man/man1/xmlparse.1.gz
GNUstep/System/Library/Documentation/man/man8/gdomap.8.gz
+GNUstep/System/Library/DTDs/gsdoc-0_6_5.dtd
+GNUstep/System/Library/DTDs/gsdoc-0_6_6.dtd
+GNUstep/System/Library/DTDs/gsdoc-0_6_7.dtd
+GNUstep/System/Library/DTDs/gsdoc-1_0_0.dtd
+GNUstep/System/Library/DTDs/gsdoc-1_0_1.dtd
+GNUstep/System/Library/DTDs/gsdoc-1_0_1.rnc
+GNUstep/System/Library/DTDs/gsdoc-1_0_2.dtd
+GNUstep/System/Library/DTDs/gsdoc-1_0_3.dtd
+GNUstep/System/Library/DTDs/gsdoc-1_0_4.dtd
+GNUstep/System/Library/DTDs/plist-0_9.dtd
GNUstep/System/Library/Headers/Foundation/Foundation.h
GNUstep/System/Library/Headers/Foundation/FoundationErrors.h
GNUstep/System/Library/Headers/Foundation/NSAffineTransform.h
@@ -52,23 +53,26 @@ GNUstep/System/Library/Headers/Foundation/NSError.h
GNUstep/System/Library/Headers/Foundation/NSErrorRecoveryAttempting.h
GNUstep/System/Library/Headers/Foundation/NSException.h
GNUstep/System/Library/Headers/Foundation/NSExpression.h
+GNUstep/System/Library/Headers/Foundation/NSFileCoordinator.h
GNUstep/System/Library/Headers/Foundation/NSFileHandle.h
GNUstep/System/Library/Headers/Foundation/NSFileManager.h
+GNUstep/System/Library/Headers/Foundation/NSFilePresenter.h
+GNUstep/System/Library/Headers/Foundation/NSFileVersion.h
GNUstep/System/Library/Headers/Foundation/NSFormatter.h
GNUstep/System/Library/Headers/Foundation/NSGarbageCollector.h
GNUstep/System/Library/Headers/Foundation/NSGeometry.h
-GNUstep/System/Library/Headers/Foundation/NSHTTPCookie.h
-GNUstep/System/Library/Headers/Foundation/NSHTTPCookieStorage.h
GNUstep/System/Library/Headers/Foundation/NSHashTable.h
GNUstep/System/Library/Headers/Foundation/NSHost.h
+GNUstep/System/Library/Headers/Foundation/NSHTTPCookie.h
+GNUstep/System/Library/Headers/Foundation/NSHTTPCookieStorage.h
GNUstep/System/Library/Headers/Foundation/NSIndexPath.h
GNUstep/System/Library/Headers/Foundation/NSIndexSet.h
GNUstep/System/Library/Headers/Foundation/NSInvocation.h
GNUstep/System/Library/Headers/Foundation/NSInvocationOperation.h
GNUstep/System/Library/Headers/Foundation/NSJSONSerialization.h
+GNUstep/System/Library/Headers/Foundation/NSKeyedArchiver.h
GNUstep/System/Library/Headers/Foundation/NSKeyValueCoding.h
GNUstep/System/Library/Headers/Foundation/NSKeyValueObserving.h
-GNUstep/System/Library/Headers/Foundation/NSKeyedArchiver.h
GNUstep/System/Library/Headers/Foundation/NSLocale.h
GNUstep/System/Library/Headers/Foundation/NSLock.h
GNUstep/System/Library/Headers/Foundation/NSMapTable.h
@@ -108,8 +112,9 @@ GNUstep/System/Library/Headers/Foundation/NSString.h
GNUstep/System/Library/Headers/Foundation/NSTask.h
GNUstep/System/Library/Headers/Foundation/NSTextCheckingResult.h
GNUstep/System/Library/Headers/Foundation/NSThread.h
-GNUstep/System/Library/Headers/Foundation/NSTimeZone.h
GNUstep/System/Library/Headers/Foundation/NSTimer.h
+GNUstep/System/Library/Headers/Foundation/NSTimeZone.h
+GNUstep/System/Library/Headers/Foundation/NSUndoManager.h
GNUstep/System/Library/Headers/Foundation/NSURL.h
GNUstep/System/Library/Headers/Foundation/NSURLAuthenticationChallenge.h
GNUstep/System/Library/Headers/Foundation/NSURLCache.h
@@ -123,16 +128,16 @@ GNUstep/System/Library/Headers/Foundation/NSURLProtect
GNUstep/System/Library/Headers/Foundation/NSURLProtocol.h
GNUstep/System/Library/Headers/Foundation/NSURLRequest.h
GNUstep/System/Library/Headers/Foundation/NSURLResponse.h
-GNUstep/System/Library/Headers/Foundation/NSUUID.h
-GNUstep/System/Library/Headers/Foundation/NSUndoManager.h
+GNUstep/System/Library/Headers/Foundation/NSURLSession.h
GNUstep/System/Library/Headers/Foundation/NSUserDefaults.h
GNUstep/System/Library/Headers/Foundation/NSUserNotification.h
GNUstep/System/Library/Headers/Foundation/NSUtilities.h
+GNUstep/System/Library/Headers/Foundation/NSUUID.h
GNUstep/System/Library/Headers/Foundation/NSValue.h
GNUstep/System/Library/Headers/Foundation/NSValueTransformer.h
+GNUstep/System/Library/Headers/Foundation/NSXMLDocument.h
GNUstep/System/Library/Headers/Foundation/NSXMLDTD.h
GNUstep/System/Library/Headers/Foundation/NSXMLDTDNode.h
-GNUstep/System/Library/Headers/Foundation/NSXMLDocument.h
GNUstep/System/Library/Headers/Foundation/NSXMLElement.h
GNUstep/System/Library/Headers/Foundation/NSXMLNode.h
GNUstep/System/Library/Headers/Foundation/NSXMLNodeOptions.h
@@ -176,10 +181,11 @@ GNUstep/System/Library/Headers/GNUstepBase/Unicode.h
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/English.lproj/Localizable.strings
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Esperanto.lproj/Localizable.strings
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/French.lproj/Localizable.strings
-GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/GSTLS/ca-certificates.crt
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/German.lproj/Localizable.strings
+GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/GSTLS/ca-certificates.crt
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Info-gnustep.plist
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Italian.lproj/Localizable.strings
+GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Japanese.lproj/Localizable.strings
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Korean.lproj/Localizable.strings
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Languages/Dutch
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Languages/English
@@ -188,23 +194,26 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Languages/German
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Languages/Hungarian
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Languages/Italian
+GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Languages/Japanese
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Languages/Korean
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Languages/Locale.aliases
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Languages/Locale.canonical
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Languages/Locale.encodings
+GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Languages/Polish
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Languages/Russian
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Languages/Slovak
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Languages/Spanish
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Languages/TraditionalChinese
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Languages/Ukrainian
-GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/GNUmakefile
-GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/GNUstep_zones
-GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/README
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/abbreviations
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/abbreviations.plist
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/create-abbrevs.m
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/create-regions.m
+GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/GNUmakefile
+GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/GNUstep_zones
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/nstimezone.m
+GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/preferred_abbreviations.plist
+GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/README
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/regions
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Africa/Abidjan
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Africa/Accra
@@ -386,8 +395,8 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Pangnirtung
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Paramaribo
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Phoenix
-GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Port-au-Prince
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Port_of_Spain
+GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Port-au-Prince
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Porto_Acre
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Porto_Velho
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Puerto_Rico
@@ -562,8 +571,8 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Australia/Lindeman
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Australia/Lord_Howe
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Australia/Melbourne
-GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Australia/NSW
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Australia/North
+GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Australia/NSW
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Australia/Perth
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Australia/Queensland
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Australia/South
@@ -576,39 +585,25 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Brazil/DeNoronha
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Brazil/East
*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
More information about the svn-ports-head
mailing list