diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-07-24 19:00:26 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-07-24 19:00:26 +0000 |
commit | 1e0851e722bc219096d15afc1b4ef00224bfd63e (patch) | |
tree | 3aa6eeef10f8b5be1bb09142d3a2c3239f5be96e /databases | |
parent | 2cb04791dbd867886ca3e858df27588b646c3fb8 (diff) | |
download | ports-1e0851e722bc219096d15afc1b4ef00224bfd63e.tar.gz ports-1e0851e722bc219096d15afc1b4ef00224bfd63e.zip |
Notes
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 0a41dfcbd5b4..16eb4a245b9f 100644 --- a/databases/py-kyotocabinet/Makefile +++ b/databases/py-kyotocabinet/Makefile @@ -5,7 +5,7 @@ PORTNAME= kyotocabinet PORTVERSION= 1.23 DISTVERSIONPREFIX= python- CATEGORIES= databases python -MASTER_SITES= https://fallabs.com/kyotocabinet/pythonpkg/ \ +MASTER_SITES= https://dbmx.net/kyotocabinet/pythonpkg/ \ LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-kyotocabinet/pkg-descr b/databases/py-kyotocabinet/pkg-descr index d9a26b3ddb5d..6ad2eb1a0dfb 100644 --- a/databases/py-kyotocabinet/pkg-descr +++ b/databases/py-kyotocabinet/pkg-descr @@ -1,3 +1,3 @@ Python binding of kyotocabinet. -WWW: https://fallabs.com/kyotocabinet/ +WWW: https://dbmx.net/kyotocabinet/ |