From efc8c93485b5cbcfe47ddc732ba88d5bd65ff52d Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Mon, 29 Oct 2018 22:15:36 +0000 Subject: [PATCH] Update MASTER_SITES and WWW Approved by: portmgr (blanket) --- databases/tokyocabinet/Makefile | 2 +- databases/tokyocabinet/pkg-descr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/