svn commit: r483429 - head/databases/tokyocabinet
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Oct 29 22:15:45 UTC 2018
Author: sunpoet
Date: Mon Oct 29 22:15:36 2018
New Revision: 483429
URL: https://svnweb.freebsd.org/changeset/ports/483429
Log:
Update MASTER_SITES and WWW
Approved by: portmgr (blanket)
Modified:
head/databases/tokyocabinet/Makefile
head/databases/tokyocabinet/pkg-descr
Modified: head/databases/tokyocabinet/Makefile
==============================================================================
--- head/databases/tokyocabinet/Makefile Mon Oct 29 22:15:28 2018 (r483428)
+++ head/databases/tokyocabinet/Makefile Mon Oct 29 22:15:36 2018 (r483429)
@@ -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 at FreeBSD.org
COMMENT= Modern implementation of DBM
Modified: head/databases/tokyocabinet/pkg-descr
==============================================================================
--- head/databases/tokyocabinet/pkg-descr Mon Oct 29 22:15:28 2018 (r483428)
+++ head/databases/tokyocabinet/pkg-descr Mon Oct 29 22:15:36 2018 (r483429)
@@ -5,4 +5,4 @@ length. Both binary data and character string can be u
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/
More information about the svn-ports-all
mailing list