Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2020 18:58:47 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543278 - head/databases/kyotocabinet
Message-ID:  <202007241858.06OIwlWG032670@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jul 24 18:58:47 2020
New Revision: 543278
URL: https://svnweb.freebsd.org/changeset/ports/543278

Log:
  Update to 1.2.78
  
  - Update MASTER_SITES
  - Update WWW
  
  - Fixed build warnings.

Modified:
  head/databases/kyotocabinet/Makefile
  head/databases/kyotocabinet/distinfo
  head/databases/kyotocabinet/pkg-descr

Modified: head/databases/kyotocabinet/Makefile
==============================================================================
--- head/databases/kyotocabinet/Makefile	Fri Jul 24 18:51:14 2020	(r543277)
+++ head/databases/kyotocabinet/Makefile	Fri Jul 24 18:58:47 2020	(r543278)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	kyotocabinet
-PORTVERSION=	1.2.77
+PORTVERSION=	1.2.78
 CATEGORIES=	databases
-MASTER_SITES=	https://fallabs.com/${PORTNAME}/pkg/ \
+MASTER_SITES=	https://dbmx.net/kyotocabinet/pkg/ \
 		LOCAL/sunpoet
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -16,8 +16,6 @@ BROKEN_mips=		fails to link: hidden symbol '__sync_loc
 BROKEN_mips64=		fails to link: hidden symbol '__sync_lock_test_and_set_8' in /usr/lib/libgcc.a(stdatomic.o) is referenced by DSO
 BROKEN_powerpc=		fails to link
 
-OPTIONS_DEFINE=	DOCS
-
 USES=		gmake
 
 CPPFLAGS+=	-fPIC
@@ -27,6 +25,8 @@ MAKE_ARGS=	PCDIR=${PREFIX}/libdata/pkgconfig
 REINPLACE_ARGS=	-i ''
 TEST_TARGET=	check
 USE_LDCONFIG=	yes
+
+OPTIONS_DEFINE=	DOCS
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lstdc++ ||g' ${WRKSRC}/configure ${WRKSRC}/doc/spex.html ${WRKSRC}/example/Makefile ${WRKSRC}/lab/kcdict/Makefile

Modified: head/databases/kyotocabinet/distinfo
==============================================================================
--- head/databases/kyotocabinet/distinfo	Fri Jul 24 18:51:14 2020	(r543277)
+++ head/databases/kyotocabinet/distinfo	Fri Jul 24 18:58:47 2020	(r543278)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540844410
-SHA256 (kyotocabinet-1.2.77.tar.gz) = 78a98f120f024ee56a4f44db403019730fdc8466634c3465078e5e5387c44c62
-SIZE (kyotocabinet-1.2.77.tar.gz) = 949377
+TIMESTAMP = 1595578450
+SHA256 (kyotocabinet-1.2.78.tar.gz) = 494c6383a94bd7a64425223a770821128e99ebae68b598714e782b566772b3af
+SIZE (kyotocabinet-1.2.78.tar.gz) = 954490

Modified: head/databases/kyotocabinet/pkg-descr
==============================================================================
--- head/databases/kyotocabinet/pkg-descr	Fri Jul 24 18:51:14 2020	(r543277)
+++ head/databases/kyotocabinet/pkg-descr	Fri Jul 24 18:58:47 2020	(r543278)
@@ -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: https://fallabs.com/kyotocabinet/
+WWW: https://dbmx.net/kyotocabinet/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007241858.06OIwlWG032670>