svn commit: r465918 - head/devel/nuitka

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Mar 29 19:59:35 UTC 2018


Author: sunpoet
Date: Thu Mar 29 19:59:32 2018
New Revision: 465918
URL: https://svnweb.freebsd.org/changeset/ports/465918

Log:
  Update MASTER_SITES and WWW

Modified:
  head/devel/nuitka/Makefile
  head/devel/nuitka/pkg-descr

Modified: head/devel/nuitka/Makefile
==============================================================================
--- head/devel/nuitka/Makefile	Thu Mar 29 19:59:26 2018	(r465917)
+++ head/devel/nuitka/Makefile	Thu Mar 29 19:59:32 2018	(r465918)
@@ -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 at FreeBSD.org

Modified: head/devel/nuitka/pkg-descr
==============================================================================
--- head/devel/nuitka/pkg-descr	Thu Mar 29 19:59:26 2018	(r465917)
+++ head/devel/nuitka/pkg-descr	Thu Mar 29 19:59:32 2018	(r465918)
@@ -3,4 +3,4 @@ and compiles every construct that CPython 2.6, 2.7, 3.
 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/


More information about the svn-ports-all mailing list