aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-06-08 22:20:01 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-06-08 22:20:01 +0800
commit2c15c09769625187177917f0d434c68ab7b734d2 (patch)
tree76545315e73c6570e38b8662cf01af8592a54e52 /games
parente77afc1ef43e69858573732849bc979d134fc95d (diff)
downloadfreebsd-ports-2c15c09769625187177917f0d434c68ab7b734d2.tar.gz
freebsd-ports-2c15c09769625187177917f0d434c68ab7b734d2.tar.zst
freebsd-ports-2c15c09769625187177917f0d434c68ab7b734d2.zip
- Add PORTSCOUT to ignore false positive new versions
Diffstat (limited to 'games')
-rw-r--r--games/brainworkshop/Makefile2
-rw-r--r--games/ivan/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/games/brainworkshop/Makefile b/games/brainworkshop/Makefile
index 73273ed8181a..f8c56efee196 100644
--- a/games/brainworkshop/Makefile
+++ b/games/brainworkshop/Makefile
@@ -23,6 +23,8 @@ USE_PYTHON= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
+PORTSCOUT= skipv:4.22
+
post-patch:
@${REINPLACE_CMD} -e '/^FOLDER_RES = / s|res|${DATADIR}|; \
/^FOLDER_DATA = / s|.data.|os.environ["HOME"]+"/.brainworkshop"|' \
diff --git a/games/ivan/Makefile b/games/ivan/Makefile
index a0458e25e00e..77a6360f1cfe 100644
--- a/games/ivan/Makefile
+++ b/games/ivan/Makefile
@@ -22,6 +22,8 @@ CONFIGURE_ARGS= --localstatedir=/var/games
STATEDIR= /var/games/ivan
+PORTSCOUT= skipv:0.301,0.310,0.311,0.401,0.410,0.420,0.430
+
post-patch:
@${REINPLACE_CMD} -e 's|IvanSave|.IvanSave|g' ${WRKSRC}/Main/Source/game.cpp
@${REINPLACE_CMD} -Ee 's|(fearray<type>::~?fearray)<type>|\1|' \