diff options
author | theraven <theraven@FreeBSD.org> | 2017-12-03 20:23:53 +0800 |
---|---|---|
committer | theraven <theraven@FreeBSD.org> | 2017-12-03 20:23:53 +0800 |
commit | 0e84e3cc2b64a3431e17b67b80146f5e05f24d40 (patch) | |
tree | d7ca44c2807657cc26e339b22c3b6d04538ac992 | |
parent | 63cc56ca578ce2ce2f7733e6345d70b6b697dee9 (diff) | |
download | freebsd-ports-gnome-0e84e3cc2b64a3431e17b67b80146f5e05f24d40.tar.gz freebsd-ports-gnome-0e84e3cc2b64a3431e17b67b80146f5e05f24d40.tar.zst freebsd-ports-gnome-0e84e3cc2b64a3431e17b67b80146f5e05f24d40.zip |
Fix configure options for gnustep-make
We were not setting the flag to select the GNUstep ABI, so were defaulting to
using the GCC-compatible version, which was likely to trigger a lot of subtle
bugs. This was noticed when C++ exceptions thrown through Objective-C stack
frames caused segfaults.
96 files changed, 97 insertions, 82 deletions
diff --git a/archivers/freetar/Makefile b/archivers/freetar/Makefile index 68fd0bdab9eb..7963a8bf61c4 100644 --- a/archivers/freetar/Makefile +++ b/archivers/freetar/Makefile @@ -2,7 +2,7 @@ PORTNAME= freetar PORTVERSION= 0.9 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= archivers gnustep MASTER_SITES= http://download.gna.org/freetar/ DISTNAME= FreeTar-${PORTVERSION} diff --git a/archivers/unarchiver/Makefile b/archivers/unarchiver/Makefile index 7c2b7b3bbdad..a975775e353e 100644 --- a/archivers/unarchiver/Makefile +++ b/archivers/unarchiver/Makefile @@ -3,7 +3,7 @@ PORTNAME= unar PORTVERSION= 1.10.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= archivers gnustep MASTER_SITES= http://wakaba.c3.cx/releases/TheUnarchiver/ DISTNAME= ${PORTNAME}${PORTVERSION}_src diff --git a/archivers/zipper/Makefile b/archivers/zipper/Makefile index 0356a32f2b2c..98fe74abad15 100644 --- a/archivers/zipper/Makefile +++ b/archivers/zipper/Makefile @@ -3,7 +3,7 @@ PORTNAME= zipper PORTVERSION= 1.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= archivers gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= Zipper-${PORTVERSION} diff --git a/audio/cddb-bundle/Makefile b/audio/cddb-bundle/Makefile index 5da0e7a99521..85e1e45513b8 100644 --- a/audio/cddb-bundle/Makefile +++ b/audio/cddb-bundle/Makefile @@ -2,7 +2,7 @@ PORTNAME= cddb PORTVERSION= 0.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio gnustep MASTER_SITES= SF/gsburn/cdplayer/${DISTNAME} PKGNAMESUFFIX= -bundle${PKGNAMESUFFIX2} diff --git a/audio/gnustep-cdplayer/Makefile b/audio/gnustep-cdplayer/Makefile index fd93238e1358..e273bb040bce 100644 --- a/audio/gnustep-cdplayer/Makefile +++ b/audio/gnustep-cdplayer/Makefile @@ -2,7 +2,7 @@ PORTNAME= cdplayer PORTVERSION= 0.5.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio gnustep MASTER_SITES= SF/gsburn/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= gnustep- diff --git a/audio/mpdcon/Makefile b/audio/mpdcon/Makefile index b9c4bc672500..223c30e0ffea 100644 --- a/audio/mpdcon/Makefile +++ b/audio/mpdcon/Makefile @@ -2,7 +2,7 @@ PORTNAME= mpdcon PORTVERSION= 1.5.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= MPDCon-${PORTVERSION} diff --git a/biology/biococoa/Makefile b/biology/biococoa/Makefile index c0960e3b370c..ca5d1ce175d3 100644 --- a/biology/biococoa/Makefile +++ b/biology/biococoa/Makefile @@ -2,7 +2,7 @@ PORTNAME= biococoa PORTVERSION= 2.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= biology gnustep MASTER_SITES= http://bioinformatics.org/biococoa/downloads/ DISTNAME= biococoa-${PORTVERSION}-src diff --git a/databases/fortytwo-bdb/Makefile b/databases/fortytwo-bdb/Makefile index 922e8cc54610..2d3a8487e1dc 100644 --- a/databases/fortytwo-bdb/Makefile +++ b/databases/fortytwo-bdb/Makefile @@ -2,7 +2,7 @@ PORTNAME= bdb PORTVERSION= 0.2.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= databases gnustep MASTER_SITES= SF/fortytwo/Berkeley%20DB%20Wrapper%20%28BDB%29/${PORTVERSION} PKGNAMEPREFIX= fortytwo- diff --git a/databases/sqlclient/Makefile b/databases/sqlclient/Makefile index e1427fa8100f..dfb5076bc5d1 100644 --- a/databases/sqlclient/Makefile +++ b/databases/sqlclient/Makefile @@ -2,7 +2,7 @@ PORTNAME= sqlclient PORTVERSION= 1.8.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases gnustep MASTER_SITES= GNUSTEP/libs DISTNAME= SQLClient-${PORTVERSION} diff --git a/deskutils/affiche/Makefile b/deskutils/affiche/Makefile index 08c7b02cd61e..e21c6ef1f03f 100644 --- a/deskutils/affiche/Makefile +++ b/deskutils/affiche/Makefile @@ -2,7 +2,7 @@ PORTNAME= affiche PORTVERSION= 0.6.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils gnustep MASTER_SITES= http://www.collaboration-world.com/affiche.data/releases/Stable/ DISTNAME= Affiche-${PORTVERSION} diff --git a/deskutils/appwrapper/Makefile b/deskutils/appwrapper/Makefile index ea0b04e4d7f0..fcef27689069 100644 --- a/deskutils/appwrapper/Makefile +++ b/deskutils/appwrapper/Makefile @@ -2,7 +2,7 @@ PORTNAME= appwrapper PORTVERSION= 0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils gnustep MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/AppWrapper%20${PORTVERSION} DISTNAME= AppWrapper.${PORTVERSION} diff --git a/deskutils/cartotheque/Makefile b/deskutils/cartotheque/Makefile index dc041dbf627c..5441618cf99e 100644 --- a/deskutils/cartotheque/Makefile +++ b/deskutils/cartotheque/Makefile @@ -2,7 +2,7 @@ PORTNAME= cartotheque PORTVERSION= 0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils gnustep MASTER_SITES= LOCAL/dinoex DISTNAME= Cartotheque-${PORTVERSION} diff --git a/deskutils/charmap/Makefile b/deskutils/charmap/Makefile index b67dd0837cfb..83ee7f54963f 100644 --- a/deskutils/charmap/Makefile +++ b/deskutils/charmap/Makefile @@ -3,7 +3,7 @@ PORTNAME= charmap PORTVERSION= 0.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils gnustep MASTER_SITES= http://www.sourcefiles.org/Utilities/GUI/ diff --git a/deskutils/gnustep-wrapper/Makefile b/deskutils/gnustep-wrapper/Makefile index a3964c14e60a..704bcd7cba1f 100644 --- a/deskutils/gnustep-wrapper/Makefile +++ b/deskutils/gnustep-wrapper/Makefile @@ -2,7 +2,7 @@ PORTNAME= wrapper PORTVERSION= 0.1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils gnustep #MASTER_SITES= ftp://ftp.raffael.ch/software/GNUstepWrapper/ MASTER_SITES= LOCAL/dinoex diff --git a/deskutils/gworkspace-gwmetadata/Makefile b/deskutils/gworkspace-gwmetadata/Makefile index 7e0649e16396..490b67a2a77a 100644 --- a/deskutils/gworkspace-gwmetadata/Makefile +++ b/deskutils/gworkspace-gwmetadata/Makefile @@ -2,6 +2,7 @@ PORTNAME= gworkspace PORTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= deskutils gnustep #MASTER_SITES= http://www.gnustep.it/enrico/gworkspace/ MASTER_SITES= GNUSTEP/usr-apps diff --git a/deskutils/gworkspace/Makefile b/deskutils/gworkspace/Makefile index f0d8346ec921..f71497fa4189 100644 --- a/deskutils/gworkspace/Makefile +++ b/deskutils/gworkspace/Makefile @@ -2,6 +2,7 @@ PORTNAME= gworkspace PORTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= deskutils gnustep #MASTER_SITES= http://www.gnustep.it/enrico/gworkspace/ MASTER_SITES= GNUSTEP/usr-apps diff --git a/deskutils/helpviewer/Makefile b/deskutils/helpviewer/Makefile index 85c27d756bb9..fe486554205a 100644 --- a/deskutils/helpviewer/Makefile +++ b/deskutils/helpviewer/Makefile @@ -2,7 +2,7 @@ PORTNAME= helpviewer PORTVERSION= 0.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils gnustep MASTER_SITES= http://www.roard.com/helpviewer/download/ DISTNAME= HelpViewer-${PORTVERSION} diff --git a/deskutils/plopfolio/Makefile b/deskutils/plopfolio/Makefile index d971eb5c55c4..d9a7a8177bbf 100644 --- a/deskutils/plopfolio/Makefile +++ b/deskutils/plopfolio/Makefile @@ -2,7 +2,7 @@ PORTNAME= plopfolio PORTVERSION= 0.1.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils gnustep MASTER_SITES= GNUSTEP/usr-apps diff --git a/deskutils/preferences/Makefile b/deskutils/preferences/Makefile index e4df930a5f82..4a8ee7276a86 100644 --- a/deskutils/preferences/Makefile +++ b/deskutils/preferences/Makefile @@ -2,7 +2,7 @@ PORTNAME= preferences PORTVERSION= 1.2.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= deskutils gnustep MASTER_SITES= SF/prefsapp/prefsapp/${PORTVERSION} DISTNAME= Preferences-${PORTVERSION} diff --git a/deskutils/simpleagenda/Makefile b/deskutils/simpleagenda/Makefile index 05973d7bfe99..fe9470a0b7cc 100644 --- a/deskutils/simpleagenda/Makefile +++ b/deskutils/simpleagenda/Makefile @@ -2,7 +2,7 @@ PORTNAME= simpleagenda PORTVERSION= 0.43 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils gnustep MASTER_SITES= http://coyote.octets.fr/pub/gnustep/ DISTNAME= SimpleAgenda-${PORTVERSION} diff --git a/deskutils/systempreferences/Makefile b/deskutils/systempreferences/Makefile index 32383059abe0..10f28a503507 100644 --- a/deskutils/systempreferences/Makefile +++ b/deskutils/systempreferences/Makefile @@ -2,7 +2,7 @@ PORTNAME= systempreferences PORTVERSION= 1.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils gnustep MASTER_SITES= GNUSTEP/usr-apps DISTNAME= SystemPreferences-${PORTVERSION} diff --git a/deskutils/toolboxkit/Makefile b/deskutils/toolboxkit/Makefile index 5abaaf8a982f..82e6a0c9a417 100644 --- a/deskutils/toolboxkit/Makefile +++ b/deskutils/toolboxkit/Makefile @@ -2,7 +2,7 @@ PORTNAME= toolbox PORTVERSION= 0.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils gnustep MASTER_SITES= http://ftp.azc.uam.mx/mirrors/gnu/savannah/files/toolbox/Release.pkg/0.8/ \ LOCAL/dinoex diff --git a/devel/cherivis-devel/Makefile b/devel/cherivis-devel/Makefile index c384df4a6796..60da503c4fc6 100644 --- a/devel/cherivis-devel/Makefile +++ b/devel/cherivis-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= cherivis-devel PORTVERSION= 0.4 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel gnustep MAINTAINER= theraven@FreeBSD.org diff --git a/devel/fortytwo-encore/Makefile b/devel/fortytwo-encore/Makefile index 6eccf9be829d..2960a0e03712 100644 --- a/devel/fortytwo-encore/Makefile +++ b/devel/fortytwo-encore/Makefile @@ -2,7 +2,7 @@ PORTNAME= encore PORTVERSION= 0.3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel gnustep MASTER_SITES= SF/fortytwo/Encore/${PORTVERSION} PKGNAMEPREFIX= fortytwo- diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index a3c2acab539b..7443d7ac9710 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnustep-make PORTVERSION= 2.7.0 +PORTREVISION= 1 CATEGORIES= devel gnustep MASTER_SITES= GNUSTEP/core @@ -21,6 +22,7 @@ CONFIGURE_ARGS+= --with-thread-lib=-pthread CONFIGURE_ARGS+= --with-config-file=${GNUSTEP_PREFIX}/GNUstep.conf CONFIGURE_ARGS+= --with-layout=gnustep CONFIGURE_ARGS+= --enable-objc-nonfragile-abi --enable-native-objc-exceptions +CONFIGURE_ARGS+= --with-library-combo=ng-gnu-gnu GNU_CONFIGURE_PREFIX= ${GNUSTEP_PREFIX} post-install: diff --git a/devel/gnustep/Makefile b/devel/gnustep/Makefile index c19f91443bed..2c5867434364 100644 --- a/devel/gnustep/Makefile +++ b/devel/gnustep/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnustep PORTVERSION= 1.28.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel lang gnustep MAINTAINER= theraven@FreeBSD.org diff --git a/devel/gorm/Makefile b/devel/gorm/Makefile index 1fcc623ab6c2..e845b094546e 100644 --- a/devel/gorm/Makefile +++ b/devel/gorm/Makefile @@ -2,6 +2,7 @@ PORTNAME= gorm PORTVERSION= 1.2.23 +PORTREVISION= 1 CATEGORIES= devel gnustep MASTER_SITES= GNUSTEP/dev-apps diff --git a/devel/highlighterkit/Makefile b/devel/highlighterkit/Makefile index da21562500f6..83b1a0e87135 100644 --- a/devel/highlighterkit/Makefile +++ b/devel/highlighterkit/Makefile @@ -2,7 +2,7 @@ PORTNAME= highlighterkit PORTVERSION= 0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel gnustep MASTER_SITES= http://download.gna.org/pmanager/0.2/ DISTNAME= HighlighterKit-${PORTVERSION} diff --git a/devel/performance/Makefile b/devel/performance/Makefile index 8b6be48c1251..231cbbfb2683 100644 --- a/devel/performance/Makefile +++ b/devel/performance/Makefile @@ -2,7 +2,7 @@ PORTNAME= performance PORTVERSION= 0.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel gnustep MASTER_SITES= GNUSTEP/libs DISTNAME= Performance-${PORTVERSION} diff --git a/devel/projectcenter/Makefile b/devel/projectcenter/Makefile index befa3bd36385..60f9bef02c9f 100644 --- a/devel/projectcenter/Makefile +++ b/devel/projectcenter/Makefile @@ -3,7 +3,7 @@ PORTNAME= projectcenter PORTVERSION= 0.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel gnustep MASTER_SITES= GNUSTEP/dev-apps DISTNAME= ProjectCenter-${PORTVERSION} diff --git a/devel/sope2/Makefile b/devel/sope2/Makefile index de52330d8441..01d0d2c7352d 100644 --- a/devel/sope2/Makefile +++ b/devel/sope2/Makefile @@ -3,6 +3,7 @@ PORTNAME= sope2 PORTVERSION= 2.3.23 +PORTREVISION= 1 CATEGORIES= devel gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOPE-${PORTVERSION} diff --git a/devel/sope3/Makefile b/devel/sope3/Makefile index 1f2b9eca9897..2a660c119a12 100644 --- a/devel/sope3/Makefile +++ b/devel/sope3/Makefile @@ -3,7 +3,7 @@ PORTNAME= sope3 PORTVERSION= 3.2.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOPE-${PORTVERSION} diff --git a/devel/wizardkit/Makefile b/devel/wizardkit/Makefile index 6f7b61086284..4b2a80f19341 100644 --- a/devel/wizardkit/Makefile +++ b/devel/wizardkit/Makefile @@ -2,7 +2,7 @@ PORTNAME= wizardkit PORTVERSION= 0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel gnustep MASTER_SITES= http://download.gna.org/pmanager/0.2/ DISTNAME= WizardKit-${PORTVERSION} diff --git a/finance/expense/Makefile b/finance/expense/Makefile index db14e0fa6cd0..01b638597037 100644 --- a/finance/expense/Makefile +++ b/finance/expense/Makefile @@ -2,7 +2,7 @@ PORTNAME= expense PORTVERSION= 0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= finance gnustep MASTER_SITES= http://www.eskimo.com/~pburns/Expense/files/ DISTNAME= Expense-${PORTVERSION} diff --git a/ftp/gnustep-ftp/Makefile b/ftp/gnustep-ftp/Makefile index 2dc20338a3ac..ea856d3af866 100644 --- a/ftp/gnustep-ftp/Makefile +++ b/ftp/gnustep-ftp/Makefile @@ -2,7 +2,7 @@ PORTNAME= ftp PORTVERSION= 0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ftp gnustep MASTER_SITES= SAVANNAH/gap PKGNAMEPREFIX= gnustep- diff --git a/ftp/waiho/Makefile b/ftp/waiho/Makefile index 23746aae9681..af99d018db38 100644 --- a/ftp/waiho/Makefile +++ b/ftp/waiho/Makefile @@ -2,7 +2,7 @@ PORTNAME= waiho PORTVERSION= 0.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= ftp gnustep MASTER_SITES= http://www.roard.com/waiho/download/ DISTNAME= Waiho-${PORTVERSION} diff --git a/games/fortunate/Makefile b/games/fortunate/Makefile index 81cd23013fa2..3303022a6444 100644 --- a/games/fortunate/Makefile +++ b/games/fortunate/Makefile @@ -2,7 +2,7 @@ PORTNAME= fortunate PORTVERSION= 3.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games gnustep MASTER_SITES= GNUSTEP_CH diff --git a/games/gmastermind/Makefile b/games/gmastermind/Makefile index 521b1c41cc2b..52ffb3c44c75 100644 --- a/games/gmastermind/Makefile +++ b/games/gmastermind/Makefile @@ -2,7 +2,7 @@ PORTNAME= gmastermind PORTVERSION= 0.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= GMastermind-${PORTVERSION} diff --git a/games/gmines/Makefile b/games/gmines/Makefile index b9c9ae5be38e..a4416fe54fc9 100644 --- a/games/gmines/Makefile +++ b/games/gmines/Makefile @@ -2,7 +2,7 @@ PORTNAME= gmines PORTVERSION= 0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= GMines-${PORTVERSION} diff --git a/games/gnustep-ladder/Makefile b/games/gnustep-ladder/Makefile index fc83c7a55014..1b86f38a9fb2 100644 --- a/games/gnustep-ladder/Makefile +++ b/games/gnustep-ladder/Makefile @@ -3,7 +3,7 @@ PORTNAME= ladder PORTVERSION= 1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap PKGNAMEPREFIX= gnustep- diff --git a/games/gnustep-sudoku/Makefile b/games/gnustep-sudoku/Makefile index 746d03ffd6f8..f7a15380e2f5 100644 --- a/games/gnustep-sudoku/Makefile +++ b/games/gnustep-sudoku/Makefile @@ -2,7 +2,7 @@ PORTNAME= sudoku PORTVERSION= 0.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap PKGNAMEPREFIX= gnustep- diff --git a/games/gomoku/Makefile b/games/gomoku/Makefile index 27d2bf230ab7..5586ecc5cbc3 100644 --- a/games/gomoku/Makefile +++ b/games/gomoku/Makefile @@ -3,7 +3,7 @@ PORTNAME= gomoku PORTVERSION= 1.2.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games gnustep MASTER_SITES= http://www.gnustep.it/nicola/Applications/Gomoku/ DISTNAME= Gomoku-${PORTVERSION} diff --git a/games/grubik/Makefile b/games/grubik/Makefile index 3ef3fb1dbbf6..648a14597215 100644 --- a/games/grubik/Makefile +++ b/games/grubik/Makefile @@ -2,7 +2,7 @@ PORTNAME= grubik PORTVERSION= 0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games gnustep MASTER_SITES= http://debian.uni-essen.de/misc/GNUstep/Apps/Recreational/ DISTNAME= GRubik diff --git a/games/gshisen/Makefile b/games/gshisen/Makefile index 9477b511579e..7b617f280d28 100644 --- a/games/gshisen/Makefile +++ b/games/gshisen/Makefile @@ -3,7 +3,7 @@ PORTNAME= gshisen PORTVERSION= 1.3.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= GShisen-${PORTVERSION} diff --git a/games/jigsaw/Makefile b/games/jigsaw/Makefile index b3fbd5c17621..ce51a8f1b877 100644 --- a/games/jigsaw/Makefile +++ b/games/jigsaw/Makefile @@ -2,7 +2,7 @@ PORTNAME= jigsaw PORTVERSION= 0.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= Jigsaw-${PORTVERSION} diff --git a/games/lapispuzzle/Makefile b/games/lapispuzzle/Makefile index 9bb84814f509..db61a49cb8cd 100644 --- a/games/lapispuzzle/Makefile +++ b/games/lapispuzzle/Makefile @@ -3,7 +3,7 @@ PORTNAME= lapispuzzle PORTVERSION= 1.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= LapisPuzzle-${PORTVERSION} diff --git a/games/nextgo/Makefile b/games/nextgo/Makefile index 9fcc251f7def..cbbc797c13a4 100644 --- a/games/nextgo/Makefile +++ b/games/nextgo/Makefile @@ -2,7 +2,7 @@ PORTNAME= nextgo PORTVERSION= 3.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= NeXTGo-${PORTVERSION} diff --git a/games/oolite/Makefile b/games/oolite/Makefile index 1d1f55df5715..8a011c96f277 100644 --- a/games/oolite/Makefile +++ b/games/oolite/Makefile @@ -3,7 +3,7 @@ PORTNAME= oolite PORTVERSION= 1.84 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games gnustep MASTER_SITES= https://github.com/OoliteProject/oolite/releases/download/1.84/ DISTNAME= ${PORTNAME}-source-${PORTVERSION} diff --git a/graphics/camera/Makefile b/graphics/camera/Makefile index 3761c3851a52..ef62df14e5e9 100644 --- a/graphics/camera/Makefile +++ b/graphics/camera/Makefile @@ -3,7 +3,7 @@ PORTNAME= camera PORTVERSION= 0.8 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics gnustep MASTER_SITES= http://download.gna.org/gsimageapps/ DISTNAME= Camera-${PORTVERSION} diff --git a/graphics/camerakit/Makefile b/graphics/camerakit/Makefile index 68551b0e8d33..70e88e3d567f 100644 --- a/graphics/camerakit/Makefile +++ b/graphics/camerakit/Makefile @@ -2,7 +2,7 @@ PORTNAME= camerakit PORTVERSION= 0.0.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics gnustep MASTER_SITES= http://download.gna.org/gsimageapps/ DISTNAME= CameraKit-20041011 diff --git a/graphics/cenon/Makefile b/graphics/cenon/Makefile index c0027134db23..cc5e280e83ef 100644 --- a/graphics/cenon/Makefile +++ b/graphics/cenon/Makefile @@ -3,6 +3,7 @@ PORTNAME= cenon PORTVERSION= 4.0.3 +PORTREVISION= 1 CATEGORIES= graphics gnustep MASTER_SITES= http://www.cenon.zone/download/source/ DISTNAME= Cenon-${MAINVERSION} diff --git a/graphics/fortytwo/Makefile b/graphics/fortytwo/Makefile index f77aa5e97a2e..2ff11a4227d7 100644 --- a/graphics/fortytwo/Makefile +++ b/graphics/fortytwo/Makefile @@ -2,7 +2,7 @@ PORTNAME= fortytwo PORTVERSION= 0.2.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics gnustep MASTER_SITES= SF/${PORTNAME}/FT%20%2842%29/${PORTVERSION} DISTFILES= FT-${PORTVERSION}-src.tgz \ diff --git a/graphics/gnustep-slideshow/Makefile b/graphics/gnustep-slideshow/Makefile index 556cc23e27b4..9c9f0ee5e59e 100644 --- a/graphics/gnustep-slideshow/Makefile +++ b/graphics/gnustep-slideshow/Makefile @@ -2,7 +2,7 @@ PORTNAME= slideshow PORTVERSION= 0.3.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics gnustep MASTER_SITES= http://download.gna.org/gsimageapps/ PKGNAMEPREFIX= gnustep- diff --git a/graphics/gnustep-slideshowkit/Makefile b/graphics/gnustep-slideshowkit/Makefile index 5eb7903deaad..247a951072ec 100644 --- a/graphics/gnustep-slideshowkit/Makefile +++ b/graphics/gnustep-slideshowkit/Makefile @@ -2,7 +2,7 @@ PORTNAME= slideshowkit PORTVERSION= 0.0.1 -PORTREVISION= 20050213 +PORTREVISION= 20050214 CATEGORIES= graphics gnustep MASTER_SITES= http://download.gna.org/gsimageapps/ PKGNAMEPREFIX= gnustep- diff --git a/graphics/graphos/Makefile b/graphics/graphos/Makefile index 797491ec47f9..c646ebd5aad5 100644 --- a/graphics/graphos/Makefile +++ b/graphics/graphos/Makefile @@ -2,6 +2,7 @@ PORTNAME= graphos PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= graphics gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= Graphos-${PORTVERSION} diff --git a/graphics/imageviewer/Makefile b/graphics/imageviewer/Makefile index 1a180e99e4a2..a67174f63063 100644 --- a/graphics/imageviewer/Makefile +++ b/graphics/imageviewer/Makefile @@ -2,7 +2,7 @@ PORTNAME= imageviewer PORTVERSION= 0.6.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics gnustep MASTER_SITES= http://www.nice.ch/~phip/ \ LOCAL/dinoex diff --git a/graphics/laternamagica/Makefile b/graphics/laternamagica/Makefile index 8b6ad0c82f7b..789251791d7a 100644 --- a/graphics/laternamagica/Makefile +++ b/graphics/laternamagica/Makefile @@ -2,6 +2,7 @@ PORTNAME= laternamagica PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= graphics gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= LaternaMagica-${PORTVERSION} diff --git a/graphics/pikopixel/Makefile b/graphics/pikopixel/Makefile index 54ce66900f7e..6ebeba6c8dab 100644 --- a/graphics/pikopixel/Makefile +++ b/graphics/pikopixel/Makefile @@ -3,6 +3,7 @@ PORTNAME= pikopixel PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= graphics gnustep MASTER_SITES= http://twilightedge.com/downloads/ DISTNAME= PikoPixel.Sources.1.0-b8 diff --git a/graphics/pixen/Makefile b/graphics/pixen/Makefile index 6f80ebc2e638..72c8cb3aca51 100644 --- a/graphics/pixen/Makefile +++ b/graphics/pixen/Makefile @@ -2,7 +2,7 @@ PORTNAME= pixen PORTVERSION= 0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics gnustep MASTER_SITES= http://download.gna.org/gsimageapps/ DISTNAME= Pixen-${PORTVERSION} diff --git a/graphics/preview/Makefile b/graphics/preview/Makefile index 87fbbc8433cb..ff0a3ce1be1a 100644 --- a/graphics/preview/Makefile +++ b/graphics/preview/Makefile @@ -2,7 +2,7 @@ PORTNAME= preview PORTVERSION= 0.8.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics gnustep MASTER_SITES= http://download.gna.org/gsimageapps/ PKGNAMEPREFIX= gnustep- diff --git a/graphics/price/Makefile b/graphics/price/Makefile index 51f44eeb60b0..acea327a9541 100644 --- a/graphics/price/Makefile +++ b/graphics/price/Makefile @@ -3,7 +3,7 @@ PORTNAME= price PORTVERSION= 1.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics gnustep MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} DISTNAME= PRICE-${PORTVERSION} diff --git a/japanese/jishyo/Makefile b/japanese/jishyo/Makefile index 87b8147a6161..7208a4476415 100644 --- a/japanese/jishyo/Makefile +++ b/japanese/jishyo/Makefile @@ -3,7 +3,7 @@ PORTNAME= jishyo PORTVERSION= 0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= japanese gnustep MASTER_SITES= http://www.eskimo.com/~pburns/Dictionaries/files/ DISTNAME= Jishyo-${PORTVERSION} diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 394d894a0e4a..2b5847b63fef 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnustep-base PORTVERSION= 1.25.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang devel gnustep MASTER_SITES= GNUSTEP/core diff --git a/lang/gscheme/Makefile b/lang/gscheme/Makefile index d2c1449128d4..782f2cb065e7 100644 --- a/lang/gscheme/Makefile +++ b/lang/gscheme/Makefile @@ -2,7 +2,7 @@ PORTNAME= gscheme PORTVERSION= 0.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang gnustep MASTER_SITES= http://www.gnustep.it/marko/GScheme/ \ LOCAL/dinoex diff --git a/mail/addresses-goodies/Makefile b/mail/addresses-goodies/Makefile index 5d067c98c026..bb062ed4c04a 100644 --- a/mail/addresses-goodies/Makefile +++ b/mail/addresses-goodies/Makefile @@ -2,7 +2,7 @@ PORTNAME= addresses PORTVERSION= 0.4.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail gnustep MASTER_SITES= SAVANNAH/gap PKGNAMESUFFIX= -goodies${PKGNAMESUFFIX2} diff --git a/mail/addresses/Makefile b/mail/addresses/Makefile index 9aad4dc8e6b0..6c0d60d8aa63 100644 --- a/mail/addresses/Makefile +++ b/mail/addresses/Makefile @@ -3,7 +3,7 @@ PORTNAME= addresses PORTVERSION= 0.4.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= Addresses-${PORTVERSION} diff --git a/mail/gnumail/Makefile b/mail/gnumail/Makefile index bc89bbc06b24..05cb0fd706ad 100644 --- a/mail/gnumail/Makefile +++ b/mail/gnumail/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnumail PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= mail gnustep MASTER_SITES= SAVANNAH/gnustep-nonfsf/ DISTNAME= GNUMail-${PORTVERSION} diff --git a/mail/pantomime/Makefile b/mail/pantomime/Makefile index a1d353bf7894..152de25f9bc7 100644 --- a/mail/pantomime/Makefile +++ b/mail/pantomime/Makefile @@ -3,6 +3,7 @@ PORTNAME= pantomime PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= mail gnustep MASTER_SITES= SAVANNAH/gnustep-nonfsf/ DISTNAME= Pantomime-${PORTVERSION} diff --git a/math/edenmath/Makefile b/math/edenmath/Makefile index 1b8130031bc5..af423808ba09 100644 --- a/math/edenmath/Makefile +++ b/math/edenmath/Makefile @@ -3,7 +3,7 @@ PORTNAME= edenmath PORTVERSION= 1.1.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math gnustep MASTER_SITES= http://www.eskimo.com/~pburns/EdenMath/files/ DISTNAME= EdenMath_GNUstep-${PORTVERSION} diff --git a/misc/gnustep-examples/Makefile b/misc/gnustep-examples/Makefile index 404d73eef1f3..3b5679c055a2 100644 --- a/misc/gnustep-examples/Makefile +++ b/misc/gnustep-examples/Makefile @@ -2,7 +2,7 @@ PORTNAME= gnustep-examples PORTVERSION= 1.4.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= misc gnustep MASTER_SITES= GNUSTEP/usr-apps diff --git a/multimedia/poe/Makefile b/multimedia/poe/Makefile index 2bea55222094..f3841498fdc5 100644 --- a/multimedia/poe/Makefile +++ b/multimedia/poe/Makefile @@ -2,7 +2,7 @@ PORTNAME= poe PORTVERSION= 0.5.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= multimedia gnustep MASTER_SITES= http://www.eskimo.com/~pburns/Poe/files/ DISTNAME= Poe-${PORTVERSION} diff --git a/net/remotedesk/Makefile b/net/remotedesk/Makefile index 3a1f941feba1..f37b344a4789 100644 --- a/net/remotedesk/Makefile +++ b/net/remotedesk/Makefile @@ -2,7 +2,7 @@ PORTNAME= remotedesk PORTVERSION= 0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= RemoteDesk-${PORTVERSION} diff --git a/net/zillion/Makefile b/net/zillion/Makefile index c490ab268587..f4d41db43814 100644 --- a/net/zillion/Makefile +++ b/net/zillion/Makefile @@ -2,7 +2,7 @@ PORTNAME= zillion PORTVERSION= 0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net gnustep MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} DISTNAME= ${PORTNAME}-0_1 diff --git a/news/lusernet/Makefile b/news/lusernet/Makefile index ea9288a43740..a5706bdc1bfa 100644 --- a/news/lusernet/Makefile +++ b/news/lusernet/Makefile @@ -2,7 +2,7 @@ PORTNAME= lusernet PORTVERSION= 0.4.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= news gnustep MASTER_SITES= LOCAL/dinoex DISTNAME= LuserNET-${PORTVERSION} diff --git a/print/gspdf/Makefile b/print/gspdf/Makefile index 58a310926b20..e669d8b660a4 100644 --- a/print/gspdf/Makefile +++ b/print/gspdf/Makefile @@ -2,7 +2,7 @@ PORTNAME= gspdf PORTVERSION= 0.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= print gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= GSPdf-${PORTVERSION} diff --git a/science/fisicalab/Makefile b/science/fisicalab/Makefile index 224670061dde..8354b33cc6d4 100644 --- a/science/fisicalab/Makefile +++ b/science/fisicalab/Makefile @@ -2,7 +2,7 @@ PORTNAME= fisicalab PORTVERSION= 0.3.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science gnustep MASTER_SITES= SAVANNAH diff --git a/science/gtamsanalyzer/Makefile b/science/gtamsanalyzer/Makefile index a892ae9b4ffc..6f6440a644af 100644 --- a/science/gtamsanalyzer/Makefile +++ b/science/gtamsanalyzer/Makefile @@ -3,7 +3,7 @@ PORTNAME= gtamsanalyzer PORTVERSION= 0.42 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science gnustep MASTER_SITES= SF/tamsys/gnustep%20tams/GTAMSAnalyzer%2${PORTVERSION} DISTNAME= GTAMSAnalyzer.src.${PORTVERSION} diff --git a/science/paje/Makefile b/science/paje/Makefile index 57bbbf3a0e15..e94c59093b62 100644 --- a/science/paje/Makefile +++ b/science/paje/Makefile @@ -3,7 +3,7 @@ PORTNAME= paje PORTVERSION= 1.97 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science gnustep MASTER_SITES= SF/${PORTNAME}/Releases DISTNAME= Paje_${PORTVERSION} diff --git a/sysutils/batmon/Makefile b/sysutils/batmon/Makefile index 5c0e73feca65..99072ebd6265 100644 --- a/sysutils/batmon/Makefile +++ b/sysutils/batmon/Makefile @@ -2,7 +2,7 @@ PORTNAME= batmon PORTVERSION= 0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils gnustep MASTER_SITES= SAVANNAH/gap diff --git a/sysutils/timemon/Makefile b/sysutils/timemon/Makefile index 73d8ef76d70b..3b0a1c24c5b9 100644 --- a/sysutils/timemon/Makefile +++ b/sysutils/timemon/Makefile @@ -3,7 +3,7 @@ PORTNAME= timemon PORTVERSION= 4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= TimeMon-${PORTVERSION} diff --git a/textproc/duncan/Makefile b/textproc/duncan/Makefile index 0ce15f4dacb9..4a3c0d8afce5 100644 --- a/textproc/duncan/Makefile +++ b/textproc/duncan/Makefile @@ -3,7 +3,7 @@ PORTNAME= duncan PORTVERSION= 0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc gnustep MASTER_SITES= http://www.eskimo.com/~pburns/Dictionaries/files/ DISTNAME= Duncan-${PORTVERSION} diff --git a/textproc/easydiff/Makefile b/textproc/easydiff/Makefile index 5a0fa92d5787..835971af4fe1 100644 --- a/textproc/easydiff/Makefile +++ b/textproc/easydiff/Makefile @@ -2,7 +2,7 @@ PORTNAME= easydiff PORTVERSION= 0.4.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc gnustep MASTER_SITES= GNUSTEP/usr-apps DISTNAME= EasyDiff-${PORTVERSION} diff --git a/textproc/latex-service/Makefile b/textproc/latex-service/Makefile index 1391f0cf97ec..7c3bbc5dd120 100644 --- a/textproc/latex-service/Makefile +++ b/textproc/latex-service/Makefile @@ -2,7 +2,7 @@ PORTNAME= latex PORTVERSION= 0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc gnustep MASTER_SITES= http://www.roard.com/latexservice/download/ PKGNAMESUFFIX= -service${PKGNAMESUFFIX2} diff --git a/textproc/localize/Makefile b/textproc/localize/Makefile index 0a39322c0d75..adedee99916a 100644 --- a/textproc/localize/Makefile +++ b/textproc/localize/Makefile @@ -2,7 +2,7 @@ PORTNAME= localize PORTVERSION= 0.0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc gnustep MASTER_SITES= http://www.eskimo.com/~pburns/Localize/files/ DISTNAME= Localize-20040424 diff --git a/textproc/popup/Makefile b/textproc/popup/Makefile index d401d88eb89d..8bdb1734891e 100644 --- a/textproc/popup/Makefile +++ b/textproc/popup/Makefile @@ -2,7 +2,7 @@ PORTNAME= popup PORTVERSION= 0.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc gnustep MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Popup-${PORTVERSION}pre1 DISTNAME= Popup-${PORTVERSION}pre1 diff --git a/www/grr/Makefile b/www/grr/Makefile index 7d8bfdc77eb2..a73aaa9ff3af 100644 --- a/www/grr/Makefile +++ b/www/grr/Makefile @@ -2,7 +2,7 @@ PORTNAME= grr PORTVERSION= 1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= Grr-${PORTVERSION} diff --git a/www/rsskit/Makefile b/www/rsskit/Makefile index 8c82f9b7c7fc..646d97d72fb8 100644 --- a/www/rsskit/Makefile +++ b/www/rsskit/Makefile @@ -2,7 +2,7 @@ PORTNAME= rsskit PORTVERSION= 0.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= RSSKit-${PORTVERSION} diff --git a/www/sogo2/Makefile b/www/sogo2/Makefile index aa6fbba6266c..80b1aae8d323 100644 --- a/www/sogo2/Makefile +++ b/www/sogo2/Makefile @@ -3,6 +3,7 @@ PORTNAME= sogo2 PORTVERSION= 2.3.23 +PORTREVISION= 1 CATEGORIES= www gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOGo-${PORTVERSION} diff --git a/www/sogo3/Makefile b/www/sogo3/Makefile index eff6fc5ecde2..86b9055cdd65 100644 --- a/www/sogo3/Makefile +++ b/www/sogo3/Makefile @@ -3,7 +3,7 @@ PORTNAME= sogo3 PORTVERSION= 3.2.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOGo-${PORTVERSION} diff --git a/x11-clocks/aclock/Makefile b/x11-clocks/aclock/Makefile index 7f804792dc81..c796e16ed857 100644 --- a/x11-clocks/aclock/Makefile +++ b/x11-clocks/aclock/Makefile @@ -3,7 +3,7 @@ PORTNAME= aclock PORTVERSION= 0.4.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-clocks gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= AClock-${PORTVERSION} diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index 6af55ee08f36..02848bb64669 100644 --- a/x11-toolkits/gnustep-back/Makefile +++ b/x11-toolkits/gnustep-back/Makefile @@ -2,6 +2,7 @@ PORTNAME= gnustep-back PORTVERSION= 0.25.1 +PORTREVISION= 1 CATEGORIES= x11-toolkits gnustep MASTER_SITES= GNUSTEP/core diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 462666b9c5e7..504a0405a405 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnustep-gui PORTVERSION= 0.25.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits gnustep MASTER_SITES= GNUSTEP/core diff --git a/x11/gnustep-app/Makefile b/x11/gnustep-app/Makefile index 0be43860d804..45d15ba317c9 100644 --- a/x11/gnustep-app/Makefile +++ b/x11/gnustep-app/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnustep-app PORTVERSION= 2.0.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11 gnustep MAINTAINER= theraven@FreeBSD.org diff --git a/x11/gskrab/Makefile b/x11/gskrab/Makefile index bcb085029375..d816cb15b438 100644 --- a/x11/gskrab/Makefile +++ b/x11/gskrab/Makefile @@ -2,7 +2,7 @@ PORTNAME= gskrab PORTVERSION= 0.0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11 gnustep MASTER_SITES= http://organact.mine.nu/~wolfgang/gskrab/ DISTNAME= GSKrab-${PORTVERSION} diff --git a/x11/innerspace/Makefile b/x11/innerspace/Makefile index d16b346a6019..a2eb616835cf 100644 --- a/x11/innerspace/Makefile +++ b/x11/innerspace/Makefile @@ -2,7 +2,7 @@ PORTNAME= innerspace PORTVERSION= 0.2.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11 gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= InnerSpace-${PORTVERSION} diff --git a/x11/terminal.app/Makefile b/x11/terminal.app/Makefile index 7070bc1561d1..883b22ba182c 100644 --- a/x11/terminal.app/Makefile +++ b/x11/terminal.app/Makefile @@ -3,6 +3,7 @@ PORTNAME= terminal.app PORTVERSION= 0.9.9 +PORTREVISION= 1 CATEGORIES= x11 gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= Terminal-${PORTVERSION} |