diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2021-02-14 23:21:02 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-02-14 23:21:02 +0000 |
commit | 1385312c504f56c0d576ed42cf48ceadce214333 (patch) | |
tree | 1e67e269e5a3d5b0d2a3e5ef69513d33fc937dce /games/oolite | |
parent | new port: sysutils/hid-tools (diff) |
Update a few GNUstep ports:
* devel/gnustep-make: Update to 2.8.0
* lang/gnustep-base: Update to 1.27.0
* x11-toolkits/gnustep-back: update to 0.28.0
* x11-toolkits/gnustep-gui: update to 0.28.0
Also bump PORTREVISION on dependent ports.
Notes
Notes:
svn path=/head/; revision=565273
Diffstat (limited to 'games/oolite')
-rw-r--r-- | games/oolite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/oolite/Makefile b/games/oolite/Makefile index 6ebfdab2a91e..22dd6dd2b49d 100644 --- a/games/oolite/Makefile +++ b/games/oolite/Makefile @@ -2,7 +2,7 @@ PORTNAME= oolite PORTVERSION= 1.88 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games gnustep MASTER_SITES= https://github.com/OoliteProject/oolite/releases/download/1.88/ DISTNAME= ${PORTNAME}-source-${PORTVERSION} |