Re: move games/ski to python3

2021-02-28 Thread Gleydson Soares
> your tree is out of date; this is a standalone port so FLAVOR isn't used here.

you are right, my tree is missing this commit:
https://marc.info/?l=openbsd-ports-cvs=161411788212618=2

OK gsoares@



Re: move games/ski to python3

2021-02-28 Thread Stuart Henderson
On 2021/02/28 10:10, Gleydson Soares wrote:
> > According to NEWS, games/ski was ported to python3 as of version 6.10.
> >
> > Diff below updates to latest version and moves the port over to python3.
> >
> > ok?

OK.

> `make install' still tries to pick up python 2
> 
> ===> ski-6.13 depends on: python->=2.7,<2.8 - not found
> 
> Since you removed the MODPY_DEFAULT_VERSION_2 you should use FLAVOR
> instead, it's is missing setting FLAVOR to python 3 by adding
> the a following lines:
> 
> FLAVORS = python3
> FLAVOR =  python3
> 
> Otherwise, OK gsoares@
> 
>   - gsoares
> 

your tree is out of date; this is a standalone port so FLAVOR isn't used here.



Re: move games/ski to python3

2021-02-28 Thread Gleydson Soares
> According to NEWS, games/ski was ported to python3 as of version 6.10.
>
> Diff below updates to latest version and moves the port over to python3.
>
> ok?

`make install' still tries to pick up python 2

===> ski-6.13 depends on: python->=2.7,<2.8 - not found

Since you removed the MODPY_DEFAULT_VERSION_2 you should use FLAVOR
instead, it's is missing setting FLAVOR to python 3 by adding
the a following lines:

FLAVORS =   python3
FLAVOR =python3

Otherwise, OK gsoares@

- gsoares



move games/ski to python3

2021-02-27 Thread Daniel Dickman
According to NEWS, games/ski was ported to python3 as of version 6.10.

Diff below updates to latest version and moves the port over to python3.

ok?

Index: Makefile
===
RCS file: /cvs/ports/games/ski/Makefile,v
retrieving revision 1.16
diff -u -p -u -r1.16 Makefile
--- Makefile23 Feb 2021 19:39:23 -  1.16
+++ Makefile28 Feb 2021 05:56:59 -
@@ -2,7 +2,8 @@
 
 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