1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

- 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
This commit is contained in:
Rusmir Dusko 2016-02-22 19:49:17 +00:00
parent 3602436e4a
commit 63dad9dc94
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409366
2 changed files with 4 additions and 4 deletions

View File

@ -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} \

View File

@ -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