diff options
author | miwi <miwi@FreeBSD.org> | 2008-01-11 07:19:08 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-01-11 07:19:08 +0800 |
commit | ab3bfa93dec934d16de8d9d7ec84b9e1b6c847ba (patch) | |
tree | 6ace217a8ac52f7c0156254e48ba48a2fe04dae1 /games | |
parent | a6543f3c65aa4fc746421d985314419615e33524 (diff) | |
download | freebsd-ports-gnome-ab3bfa93dec934d16de8d9d7ec84b9e1b6c847ba.tar.gz freebsd-ports-gnome-ab3bfa93dec934d16de8d9d7ec84b9e1b6c847ba.tar.zst freebsd-ports-gnome-ab3bfa93dec934d16de8d9d7ec84b9e1b6c847ba.zip |
- Update to 1.5
PR: 119400
Submitted by: Beat Gaetzi <beat@chruetertee.ch>
Approved by: maintainer
Diffstat (limited to 'games')
-rw-r--r-- | games/funnyboat/Makefile | 8 | ||||
-rw-r--r-- | games/funnyboat/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/games/funnyboat/Makefile b/games/funnyboat/Makefile index 1a91391f4233..ed01e72f8007 100644 --- a/games/funnyboat/Makefile +++ b/games/funnyboat/Makefile @@ -6,20 +6,20 @@ # PORTNAME= funnyboat -PORTVERSION= 1.4 -PORTREVISION= 1 +PORTVERSION= 1.5 CATEGORIES= games MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= amdmi3@amdmi3.ru COMMENT= A side scrolling shooter game starring a steamboat on the sea -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game \ - ${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/py-numeric +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game WRKSRC= ${WRKDIR}/${PORTNAME} +USE_ZIP= yes USE_PYTHON= 2.4+ NO_BUILD= yes diff --git a/games/funnyboat/distinfo b/games/funnyboat/distinfo index 80d4af91c5d5..e68733d9604b 100644 --- a/games/funnyboat/distinfo +++ b/games/funnyboat/distinfo @@ -1,3 +1,3 @@ -MD5 (funnyboat-1.4.tar.gz) = b24f1debe0d1ad5e8865661943f98b05 -SHA256 (funnyboat-1.4.tar.gz) = df7873e57419f3ab64ab8073c884de3b38ebcb191bb25ce5254579f96ba7b032 -SIZE (funnyboat-1.4.tar.gz) = 3823121 +MD5 (funnyboat-1.5-src.zip) = 71724a755614c286bd861864bd0062a6 +SHA256 (funnyboat-1.5-src.zip) = de001d17f0e380df89bf5000392db75b385851a3cd200b3b87a8a9b66502f016 +SIZE (funnyboat-1.5-src.zip) = 3839990 |