diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-08-03 23:37:25 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-08-03 23:37:25 +0000 |
commit | 13dfe31fc7c020eef9b2e72d23faf4fec48ee0f2 (patch) | |
tree | 70e23fa5b48c2e15109e66aeda035243f6293774 | |
parent | d300d8854a3d0bdd32d0f3f7da2430b401203ad2 (diff) |
Notes
-rw-r--r-- | games/diameter/Makefile | 2 | ||||
-rw-r--r-- | games/funnyboat/Makefile | 2 | ||||
-rw-r--r-- | games/jumpnbump/Makefile | 2 | ||||
-rw-r--r-- | games/kiki/Makefile | 2 | ||||
-rw-r--r-- | games/lightyears/Makefile | 2 | ||||
-rw-r--r-- | games/outerspace/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimp-resynthesizer/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/games/diameter/Makefile b/games/diameter/Makefile index 07d4736dcd60..f7aa14bbaa0f 100644 --- a/games/diameter/Makefile +++ b/games/diameter/Makefile @@ -11,7 +11,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Arcade-style game with elements of economy and adventure DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-08-15 +EXPIRATION_DATE= 2020-09-15 BROKEN_armv6= fails to compile: res/3dsloader.cpp:77:15: comparison between pointer and integer ('char *' and 'int') BROKEN_armv7= fails to compile: res/3dsloader.cpp:77:15: comparison between pointer and integer ('char *' and 'int') diff --git a/games/funnyboat/Makefile b/games/funnyboat/Makefile index 2cc9eb8186fb..b3c8fdf996b1 100644 --- a/games/funnyboat/Makefile +++ b/games/funnyboat/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE-CODE.txt LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MEDIA.txt DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-08-15 +EXPIRATION_DATE= 2020-09-15 RUN_DEPENDS= ${PYGAME} diff --git a/games/jumpnbump/Makefile b/games/jumpnbump/Makefile index c6bcde199d6b..763b69f69c2f 100644 --- a/games/jumpnbump/Makefile +++ b/games/jumpnbump/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-08-15 +EXPIRATION_DATE= 2020-09-15 USES= compiler:c11 gettext-tools gmake sdl shebangfix tar:bzip2 SHEBANG_FILES= ${WRKSRC}/menu/jumpnbump_menu.py.pre diff --git a/games/kiki/Makefile b/games/kiki/Makefile index 0d8db716dec7..4130cb52a8fa 100644 --- a/games/kiki/Makefile +++ b/games/kiki/Makefile @@ -12,7 +12,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Kiki the nanobot is a 3-D puzzle game DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-08-15 +EXPIRATION_DATE= 2020-09-15 BUILD_DEPENDS= swig:devel/swig diff --git a/games/lightyears/Makefile b/games/lightyears/Makefile index a67a7e8bfc99..5b9e08e9c7e0 100644 --- a/games/lightyears/Makefile +++ b/games/lightyears/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-08-15 +EXPIRATION_DATE= 2020-09-15 RUN_DEPENDS= ${PYGAME} diff --git a/games/outerspace/Makefile b/games/outerspace/Makefile index cb6cd942f0f0..64bc424261e1 100644 --- a/games/outerspace/Makefile +++ b/games/outerspace/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-08-15 +EXPIRATION_DATE= 2020-09-15 RUN_DEPENDS= ${PYGAME} diff --git a/graphics/gimp-resynthesizer/Makefile b/graphics/gimp-resynthesizer/Makefile index 6224dd3a8ae0..335193589ce2 100644 --- a/graphics/gimp-resynthesizer/Makefile +++ b/graphics/gimp-resynthesizer/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2+ # though COPYING has GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-08-15 +EXPIRATION_DATE= 2020-09-15 RUN_DEPENDS= ${LOCALBASE}/libexec/gimp/2.2/python/gimpfu.py:graphics/py-gimp BUILD_DEPENDS= intltool-extract:textproc/intltool |