aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-10-29 22:12:03 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-10-29 22:12:03 +0000
commit680c2f9ed1ee9a59e730727f43abb005d4fc9fc9 (patch)
treeb2ae3556f153d2c97f629d4e5310960ec45a0d88 /databases
parente80a005653ae72dc9629827ed729adc53ea2f165 (diff)
downloadports-680c2f9ed1ee9a59e730727f43abb005d4fc9fc9.tar.gz
ports-680c2f9ed1ee9a59e730727f43abb005d4fc9fc9.zip
Update to 1.2.77
- Update MASTER_SITES - Update WWW - Fixed build errors.
Notes
Notes: svn path=/head/; revision=483403
Diffstat (limited to 'databases')
-rw-r--r--databases/kyotocabinet/Makefile8
-rw-r--r--databases/kyotocabinet/distinfo5
-rw-r--r--databases/kyotocabinet/files/patch-kcdbext.h11
-rw-r--r--databases/kyotocabinet/pkg-descr2
4 files changed, 8 insertions, 18 deletions
diff --git a/databases/kyotocabinet/Makefile b/databases/kyotocabinet/Makefile
index 49d7d0d1bb8b..b54d8131cfdc 100644
--- a/databases/kyotocabinet/Makefile
+++ b/databases/kyotocabinet/Makefile
@@ -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:
diff --git a/databases/kyotocabinet/distinfo b/databases/kyotocabinet/distinfo
index b02abd93fd29..eb79aabbf84d 100644
--- a/databases/kyotocabinet/distinfo
+++ b/databases/kyotocabinet/distinfo
@@ -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
diff --git a/databases/kyotocabinet/files/patch-kcdbext.h b/databases/kyotocabinet/files/patch-kcdbext.h
deleted file mode 100644
index 2e55cf6fc001..000000000000
--- a/databases/kyotocabinet/files/patch-kcdbext.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- kcdbext.h.orig 2012-05-24 16:27:59 UTC
-+++ kcdbext.h
-@@ -1278,7 +1278,7 @@ class IndexDB {
- if (omode_ == 0) {
- set_error(_KCCODELINE_, BasicDB::Error::INVALID, "not opened");
- *sp = 0;
-- return false;
-+ return NULL;
- }
- if (!cache_) return db_.get(kbuf, ksiz, sp);
- size_t dvsiz = 0;
diff --git a/databases/kyotocabinet/pkg-descr b/databases/kyotocabinet/pkg-descr
index 4789affbdce8..812f3b75af53 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: http://fallabs.com/kyotocabinet/
+WWW: https://fallabs.com/kyotocabinet/