move ski to python3 and update to 6.13

According to NEWS, ski was ported to python3 as of version 6.10. Switch it
over and update to the latest while here.

ok sthen, gsoares (MAINTAINER)
This commit is contained in:
daniel 2021-02-28 17:37:27 +00:00
parent bf41c58107
commit e2fa4125b5
2 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.16 2021/02/23 19:39:23 sthen Exp $
# $OpenBSD: Makefile,v 1.17 2021/02/28 17:37:27 daniel Exp $
COMMENT= skiing simulation game
DISTNAME= ski-6.11
DISTNAME= ski-6.13
CATEGORIES= games
HOMEPAGE= http://catb.org/~esr/ski/
@ -14,7 +15,6 @@ MAINTAINER= Gleydson Soares <gsoares@openbsd.org>
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2}
MODPY_ADJ_FILES= ski

View File

@ -1,2 +1,2 @@
SHA256 (ski-6.11.tar.gz) = jdAzXQk7Og9EhqvSafK94wDZfSly7xRn/W3/XemjGyY=
SIZE (ski-6.11.tar.gz) = 17740
SHA256 (ski-6.13.tar.gz) = NOlVR+z+ezeR3wqB/vmvQi7Oz0mxqh6Tu7G6BnzNyVU=
SIZE (ski-6.13.tar.gz) = 17808