diff options
author | nemysis <nemysis@FreeBSD.org> | 2016-02-23 03:49:17 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2016-02-23 03:49:17 +0800 |
commit | f1193f96f90ea347d17f86267dff452b81abba4c (patch) | |
tree | 57cfe2d4c640146fa1e43d10f91660313400aa10 /games | |
parent | 1d54576fc690233584b5bfd5c3a07d43042ea5f3 (diff) | |
download | freebsd-ports-graphics-f1193f96f90ea347d17f86267dff452b81abba4c.tar.gz freebsd-ports-graphics-f1193f96f90ea347d17f86267dff452b81abba4c.tar.zst freebsd-ports-graphics-f1193f96f90ea347d17f86267dff452b81abba4c.zip |
- Update to 6.11, announce message:
Tweaked to run either on Python2 pr Python3.
Ported to Python 3.
- USES python:3.2+:run instead of python:run
Diffstat (limited to 'games')
-rw-r--r-- | games/ski/Makefile | 4 | ||||
-rw-r--r-- | games/ski/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/ski/Makefile b/games/ski/Makefile index 3c6e1cbe184..381c1502943 100644 --- a/games/ski/Makefile +++ b/games/ski/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ski -PORTVERSION= 6.9 +PORTVERSION= 6.11 CATEGORIES= games python MASTER_SITES= http://catb.org/~esr/ski/ @@ -11,7 +11,7 @@ COMMENT= Skiing simulation with curses interface in python LICENSE= BSD3CLAUSE -USES= python:run +USES= python:3.2+:run NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} \ diff --git a/games/ski/distinfo b/games/ski/distinfo index 7c0ca49461a..99871ede808 100644 --- a/games/ski/distinfo +++ b/games/ski/distinfo @@ -1,2 +1,2 @@ -SHA256 (ski-6.9.tar.gz) = d0f2fd7770a63319340fab8ee275c6221dff0e0e7fe488f2298f567583902d37 -SIZE (ski-6.9.tar.gz) = 17543 +SHA256 (ski-6.11.tar.gz) = 8dd0335d093b3a0f4486abd269f2bde300d97d2972ef1467fd6dff5de9a31b26 +SIZE (ski-6.11.tar.gz) = 17740 |