diff options
author | nakai <nakai@FreeBSD.org> | 2002-08-03 16:05:17 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2002-08-03 16:05:17 +0800 |
commit | 69ae4682ac2747e8c9b2957e116c567e19697ae1 (patch) | |
tree | 969798f480973f62d43dae20959ddeb3a91bf945 /games/cosmo/Makefile | |
parent | 81895ccc4c5d25c0216d6d6086f1b3a4a09afdae (diff) | |
download | freebsd-ports-gnome-69ae4682ac2747e8c9b2957e116c567e19697ae1.tar.gz freebsd-ports-gnome-69ae4682ac2747e8c9b2957e116c567e19697ae1.tar.zst freebsd-ports-gnome-69ae4682ac2747e8c9b2957e116c567e19697ae1.zip |
Add a patch to fix unchecked buffers
PR: ports/37400
Submitted by: Niels Heinen <niels.heinen@ubizen.com>
Diffstat (limited to 'games/cosmo/Makefile')
-rw-r--r-- | games/cosmo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/cosmo/Makefile b/games/cosmo/Makefile index 2a9c3e7a124a..da96c79494fb 100644 --- a/games/cosmo/Makefile +++ b/games/cosmo/Makefile @@ -7,7 +7,7 @@ PORTNAME= cosmo PORTVERSION= 2.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ftp://ftp.riken.go.jp/pub/Linux/vine/VinePlus/1.1/JG-0.9.1/other-sources/jp/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} moon.tif.gz |