Index: head/databases/tokyotyrant/Makefile =================================================================== --- head/databases/tokyotyrant/Makefile (revision 483429) +++ head/databases/tokyotyrant/Makefile (revision 483430) @@ -1,39 +1,39 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= tokyotyrant PORTVERSION= 1.1.41 PORTREVISION= 2 CATEGORIES= databases -MASTER_SITES= http://fallabs.com/${PORTNAME}/ +MASTER_SITES= https://fallabs.com/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Network interface of Tokyo Cabinet BUILD_DEPENDS= tokyocabinet>=1.4.20:databases/tokyocabinet LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= gmake pathfix USE_RC_SUBR= ttserver OPTIONS_DEFINE= LUA LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include LUA_CONFIGURE_ENABLE= lua LUA_LDFLAGS+= -L${LUA_LIBDIR} LUA_CFLAGS+= -I${LUA_INCDIR} LUA_CPPFLAGS+= -I${LUA_INCDIR} LUA_USES= lua post-patch: ${REINPLACE_CMD} -e 's|llua|llua-${LUA_VER}|g' ${WRKSRC}/configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so .include Index: head/databases/tokyotyrant/pkg-descr =================================================================== --- head/databases/tokyotyrant/pkg-descr (revision 483429) +++ head/databases/tokyotyrant/pkg-descr (revision 483430) @@ -1,9 +1,9 @@ Tokyo Tyrant is a package of network interface to the DBM called Tokyo Cabinet. Though the DBM has high performance, you might bother in case that multiple processes share the same database, or remote processes access the database. Thus, Tokyo Tyrant is provided for concurrent and remote connections to Tokyo Cabinet. It is composed of the server process managing a database and its access library for client applications. -WWW: http://fallabs.com/tokyotyrant/ +WWW: https://fallabs.com/tokyotyrant/