diff --git a/databases/tokyocabinet/Makefile b/databases/tokyocabinet/Makefile index edc5aa0b1ca0..1e51261c0f86 100644 --- a/databases/tokyocabinet/Makefile +++ b/databases/tokyocabinet/Makefile @@ -5,7 +5,7 @@ PORTNAME= tokyocabinet PORTVERSION= 1.4.48 CATEGORIES= databases MASTER_SITES= LOCAL/kuriyama \ - http://fallabs.com/${PORTNAME}/ + https://fallabs.com/${PORTNAME}/ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Modern implementation of DBM diff --git a/databases/tokyocabinet/pkg-descr b/databases/tokyocabinet/pkg-descr index 19cd65112c65..6e1e5ccf4de0 100644 --- a/databases/tokyocabinet/pkg-descr +++ b/databases/tokyocabinet/pkg-descr @@ -5,4 +5,4 @@ length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree. -WWW: http://fallabs.com/tokyocabinet/ +WWW: https://fallabs.com/tokyocabinet/