From owner-svn-ports-head@freebsd.org Mon Oct 29 22:12:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8121B10EB952; Mon, 29 Oct 2018 22:12:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3583585E20; Mon, 29 Oct 2018 22:12:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1434D1466C; Mon, 29 Oct 2018 22:12:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9TMC3kP074992; Mon, 29 Oct 2018 22:12:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9TMC3of074990; Mon, 29 Oct 2018 22:12:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201810292212.w9TMC3of074990@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 29 Oct 2018 22:12:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483403 - in head/databases/kyotocabinet: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/databases/kyotocabinet: . files X-SVN-Commit-Revision: 483403 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2018 22:12:04 -0000 Author: sunpoet Date: Mon Oct 29 22:12:03 2018 New Revision: 483403 URL: https://svnweb.freebsd.org/changeset/ports/483403 Log: Update to 1.2.77 - Update MASTER_SITES - Update WWW - Fixed build errors. Deleted: head/databases/kyotocabinet/files/patch-kcdbext.h Modified: head/databases/kyotocabinet/Makefile head/databases/kyotocabinet/distinfo head/databases/kyotocabinet/pkg-descr Modified: head/databases/kyotocabinet/Makefile ============================================================================== --- head/databases/kyotocabinet/Makefile Mon Oct 29 20:02:30 2018 (r483402) +++ head/databases/kyotocabinet/Makefile Mon Oct 29 22:12:03 2018 (r483403) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= kyotocabinet -PORTVERSION= 1.2.76 -PORTREVISION= 1 +PORTVERSION= 1.2.77 CATEGORIES= databases -MASTER_SITES= http://fallabs.com/${PORTNAME}/pkg/ \ +MASTER_SITES= https://fallabs.com/${PORTNAME}/pkg/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org @@ -19,13 +18,14 @@ BROKEN_powerpc= fails to link OPTIONS_DEFINE= DOCS +USES= gmake + CPPFLAGS+= -fPIC GNU_CONFIGURE= yes INSTALL_TARGET= install-strip MAKE_ARGS= PCDIR=${PREFIX}/libdata/pkgconfig REINPLACE_ARGS= -i '' TEST_TARGET= check -USES= gmake USE_LDCONFIG= yes post-patch: Modified: head/databases/kyotocabinet/distinfo ============================================================================== --- head/databases/kyotocabinet/distinfo Mon Oct 29 20:02:30 2018 (r483402) +++ head/databases/kyotocabinet/distinfo Mon Oct 29 22:12:03 2018 (r483403) @@ -1,2 +1,3 @@ -SHA256 (kyotocabinet-1.2.76.tar.gz) = 812a2d3f29c351db4c6f1ff29d94d7135f9e601d7cc1872ec1d7eed381d0d23c -SIZE (kyotocabinet-1.2.76.tar.gz) = 951930 +TIMESTAMP = 1540844410 +SHA256 (kyotocabinet-1.2.77.tar.gz) = 78a98f120f024ee56a4f44db403019730fdc8466634c3465078e5e5387c44c62 +SIZE (kyotocabinet-1.2.77.tar.gz) = 949377 Modified: head/databases/kyotocabinet/pkg-descr ============================================================================== --- head/databases/kyotocabinet/pkg-descr Mon Oct 29 20:02:30 2018 (r483402) +++ head/databases/kyotocabinet/pkg-descr Mon Oct 29 22:12:03 2018 (r483403) @@ -20,4 +20,4 @@ on platforms which have API conforming to C++03 with t extensions. Kyoto Cabinet is a free software licensed under the GNU General Public License. -WWW: http://fallabs.com/kyotocabinet/ +WWW: https://fallabs.com/kyotocabinet/