diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-10-30 06:12:33 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-10-30 06:12:33 +0800 |
commit | 161bbd3008e5fad00970c4ffd3c415ee530b9013 (patch) | |
tree | c10e24b19acb6c537ba0f5d98db42f9db8a4f20f /databases | |
parent | a215f03d8e97175fe69fa0dc62431c3f83229899 (diff) | |
download | freebsd-ports-gnome-161bbd3008e5fad00970c4ffd3c415ee530b9013.tar.gz freebsd-ports-gnome-161bbd3008e5fad00970c4ffd3c415ee530b9013.tar.zst freebsd-ports-gnome-161bbd3008e5fad00970c4ffd3c415ee530b9013.zip |
Update MASTER_SITES and WWW
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-kyotocabinet/Makefile | 2 | ||||
-rw-r--r-- | databases/py-kyotocabinet/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-kyotocabinet/Makefile b/databases/py-kyotocabinet/Makefile index 3263398f4806..d9862e8eae66 100644 --- a/databases/py-kyotocabinet/Makefile +++ b/databases/py-kyotocabinet/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.22 DISTVERSIONPREFIX= python- PORTREVISION= 1 CATEGORIES= databases python -MASTER_SITES= http://fallabs.com/${PORTNAME}/pythonpkg/ \ +MASTER_SITES= https://fallabs.com/${PORTNAME}/pythonpkg/ \ LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-kyotocabinet/pkg-descr b/databases/py-kyotocabinet/pkg-descr index 43272037a526..d9a26b3ddb5d 100644 --- a/databases/py-kyotocabinet/pkg-descr +++ b/databases/py-kyotocabinet/pkg-descr @@ -1,3 +1,3 @@ Python binding of kyotocabinet. -WWW: http://fallabs.com/kyotocabinet/ +WWW: https://fallabs.com/kyotocabinet/ |