Index: head/devel/nuitka/Makefile =================================================================== --- head/devel/nuitka/Makefile (revision 465917) +++ head/devel/nuitka/Makefile (revision 465918) @@ -1,19 +1,19 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ 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 COMMENT= Compatible and efficient Python compiler LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python tar:bzip2 USE_PYTHON= autoplist concurrent distutils optsuffix .include Index: head/devel/nuitka/pkg-descr =================================================================== --- head/devel/nuitka/pkg-descr (revision 465917) +++ head/devel/nuitka/pkg-descr (revision 465918) @@ -1,6 +1,6 @@ Nuitka is a Python compiler, a good replacement for the Python interpreter 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/