aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-07-24 18:58:47 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-07-24 18:58:47 +0000
commitd92c9e3ebb72ed8095e0c69509e1ec726f3e81dc (patch)
tree9e3b4f9aa90a3d355eb8b33227c537fd23e655a8
parentbb233723118cf56ec454f3fdb0f46521d503d6a9 (diff)
downloadports-d92c9e3ebb72ed8095e0c69509e1ec726f3e81dc.tar.gz
ports-d92c9e3ebb72ed8095e0c69509e1ec726f3e81dc.zip
Notes
-rw-r--r--databases/kyotocabinet/Makefile8
-rw-r--r--databases/kyotocabinet/distinfo6
-rw-r--r--databases/kyotocabinet/pkg-descr2
3 files changed, 8 insertions, 8 deletions
diff --git a/databases/kyotocabinet/Makefile b/databases/kyotocabinet/Makefile
index b11cf07a7492..c7f0c5c0cbaf 100644
--- a/databases/kyotocabinet/Makefile
+++ b/databases/kyotocabinet/Makefile
@@ -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_lock_test_and_set_8' in /usr/
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
@@ -28,6 +26,8 @@ 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
diff --git a/databases/kyotocabinet/distinfo b/databases/kyotocabinet/distinfo
index eb79aabbf84d..3af4a342b019 100644
--- a/databases/kyotocabinet/distinfo
+++ b/databases/kyotocabinet/distinfo
@@ -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
diff --git a/databases/kyotocabinet/pkg-descr b/databases/kyotocabinet/pkg-descr
index 812f3b75af53..fcb1294de435 100644
--- a/databases/kyotocabinet/pkg-descr
+++ b/databases/kyotocabinet/pkg-descr
@@ -20,4 +20,4 @@ on platforms which have API conforming to C++03 with the TR1 library
extensions. Kyoto Cabinet is a free software licensed under the GNU
General Public License.
-WWW: https://fallabs.com/kyotocabinet/
+WWW: https://dbmx.net/kyotocabinet/