diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-02-03 05:56:28 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-02-03 05:56:28 +0800 |
commit | 92f7d8c3c5025c771467bb7b03765d69d71ca66d (patch) | |
tree | dc6f20240ea056e8c20389587cc9c10383cf040f /lang | |
parent | 7e8c8d5c79991b2eccb2a51b2807bcfa66eca6c8 (diff) | |
download | freebsd-ports-gnome-92f7d8c3c5025c771467bb7b03765d69d71ca66d.tar.gz freebsd-ports-gnome-92f7d8c3c5025c771467bb7b03765d69d71ca66d.tar.zst freebsd-ports-gnome-92f7d8c3c5025c771467bb7b03765d69d71ca66d.zip |
Update MASTER_SITES and WWW
The source is unfetchable from cython.org.
Approved by: portmgr (blanket)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/cython/Makefile | 3 | ||||
-rw-r--r-- | lang/cython/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/lang/cython/Makefile b/lang/cython/Makefile index 0bcfdcbba5a4..6b6f2ab962d8 100644 --- a/lang/cython/Makefile +++ b/lang/cython/Makefile @@ -4,8 +4,7 @@ PORTNAME= cython PORTVERSION= 0.29 CATEGORIES= lang python -MASTER_SITES= http://www.cython.org/release/ \ - CHEESESHOP +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Cython-${PORTVERSION} diff --git a/lang/cython/pkg-descr b/lang/cython/pkg-descr index 3520a89ca80e..8ace83e15851 100644 --- a/lang/cython/pkg-descr +++ b/lang/cython/pkg-descr @@ -13,4 +13,4 @@ This makes Cython the ideal language for writing glue code for external C libraries, and for fast C modules that speed up the execution of Python code. -WWW: http://www.cython.org/ +WWW: https://cython.org/ |