Update MASTER_SITES and WWW
This commit is contained in:
parent
ccb35c143c
commit
1c92d21bf7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465918
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= nuitka
|
||||
PORTVERSION= 0.5.29.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://nuitka.net/releases/
|
||||
MASTER_SITES= https://nuitka.net/releases/
|
||||
DISTNAME= Nuitka-${PORTVERSION}
|
||||
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
|
|
|
@ -3,4 +3,4 @@ and compiles every construct that CPython 2.6, 2.7, 3.2, 3.3 and 3.4 offer.
|
|||
It translates Python code into a C++ program that then uses "libpython" to
|
||||
execute in the same way as CPython does, in a very compatible way.
|
||||
|
||||
WWW: http://nuitka.net/
|
||||
WWW: https://nuitka.net/
|
||||
|
|
Loading…
Reference in a new issue