summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/mtbl/Makefile5
-rw-r--r--devel/mtbl/distinfo5
-rw-r--r--devel/mtbl/files/patch-configure52
-rw-r--r--devel/mtbl/pkg-plist5
-rw-r--r--devel/py-pymtbl/Makefile1
-rw-r--r--dns/dnstable/Makefile1
6 files changed, 11 insertions, 58 deletions
diff --git a/devel/mtbl/Makefile b/devel/mtbl/Makefile
index c31b9733c003..fef6c3422968 100644
--- a/devel/mtbl/Makefile
+++ b/devel/mtbl/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= mtbl
-PORTVERSION= 0.8.0
+PORTVERSION= 1.0.0
CATEGORIES= devel
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
@@ -12,7 +12,8 @@ LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LIB_DEPENDS= liblz4.so:archivers/liblz4 \
- libsnappy.so:archivers/snappy
+ libsnappy.so:archivers/snappy \
+ libzstd.so:archivers/zstd
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
diff --git a/devel/mtbl/distinfo b/devel/mtbl/distinfo
index 4007de54fb58..c5a7316e4c87 100644
--- a/devel/mtbl/distinfo
+++ b/devel/mtbl/distinfo
@@ -1,2 +1,3 @@
-SHA256 (mtbl-0.8.0.tar.gz) = 46fa1cc28c49a0b58ff68f803fc1f6d253f9043fa211842ac6265ed101d4ae46
-SIZE (mtbl-0.8.0.tar.gz) = 407912
+TIMESTAMP = 1487793455
+SHA256 (mtbl-1.0.0.tar.gz) = 0c8ddcfa7bf28f82540a66f9a9722ef66816555250e9a3d3b39c1b2440f77d5f
+SIZE (mtbl-1.0.0.tar.gz) = 414863
diff --git a/devel/mtbl/files/patch-configure b/devel/mtbl/files/patch-configure
deleted file mode 100644
index 75f964759c43..000000000000
--- a/devel/mtbl/files/patch-configure
+++ /dev/null
@@ -1,52 +0,0 @@
---- configure.orig 2015-08-28 22:16:34 UTC
-+++ configure
-@@ -12269,12 +12269,12 @@ if test -n "$liblz4_CFLAGS"; then
- pkg_cv_liblz4_CFLAGS="$liblz4_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
- if test -n "$PKG_CONFIG" && \
-- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"liblz4 > 129\""; } >&5
-- ($PKG_CONFIG --exists --print-errors "liblz4 > 129") 2>&5
-+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"liblz4 > 0\""; } >&5
-+ ($PKG_CONFIG --exists --print-errors "liblz4 > 0") 2>&5
- ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
-- pkg_cv_liblz4_CFLAGS=`$PKG_CONFIG --cflags "liblz4 > 129" 2>/dev/null`
-+ pkg_cv_liblz4_CFLAGS=`$PKG_CONFIG --cflags "liblz4 > 0" 2>/dev/null`
- test "x$?" != "x0" && pkg_failed=yes
- else
- pkg_failed=yes
-@@ -12286,12 +12286,12 @@ if test -n "$liblz4_LIBS"; then
- pkg_cv_liblz4_LIBS="$liblz4_LIBS"
- elif test -n "$PKG_CONFIG"; then
- if test -n "$PKG_CONFIG" && \
-- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"liblz4 > 129\""; } >&5
-- ($PKG_CONFIG --exists --print-errors "liblz4 > 129") 2>&5
-+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"liblz4 > 0\""; } >&5
-+ ($PKG_CONFIG --exists --print-errors "liblz4 > 0") 2>&5
- ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
-- pkg_cv_liblz4_LIBS=`$PKG_CONFIG --libs "liblz4 > 129" 2>/dev/null`
-+ pkg_cv_liblz4_LIBS=`$PKG_CONFIG --libs "liblz4 > 0" 2>/dev/null`
- test "x$?" != "x0" && pkg_failed=yes
- else
- pkg_failed=yes
-@@ -12312,14 +12312,14 @@ else
- _pkg_short_errors_supported=no
- fi
- if test $_pkg_short_errors_supported = yes; then
-- liblz4_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "liblz4 > 129" 2>&1`
-+ liblz4_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "liblz4 > 0" 2>&1`
- else
-- liblz4_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "liblz4 > 129" 2>&1`
-+ liblz4_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "liblz4 > 0" 2>&1`
- fi
- # Put the nasty error message in config.log where it belongs
- echo "$liblz4_PKG_ERRORS" >&5
-
-- as_fn_error $? "Package requirements (liblz4 > 129) were not met:
-+ as_fn_error $? "Package requirements (liblz4 > 0) were not met:
-
- $liblz4_PKG_ERRORS
-
diff --git a/devel/mtbl/pkg-plist b/devel/mtbl/pkg-plist
index 1ebd42cb4cfe..98662e42d977 100644
--- a/devel/mtbl/pkg-plist
+++ b/devel/mtbl/pkg-plist
@@ -5,12 +5,13 @@ bin/mtbl_verify
include/mtbl.h
lib/libmtbl.a
lib/libmtbl.so
-lib/libmtbl.so.0
-lib/libmtbl.so.0.0.0
+lib/libmtbl.so.1
+lib/libmtbl.so.1.0.0
libdata/pkgconfig/libmtbl.pc
man/man1/mtbl_dump.1.gz
man/man1/mtbl_info.1.gz
man/man1/mtbl_merge.1.gz
+man/man1/mtbl_verify.1.gz
man/man3/mtbl_crc32c.3.gz
man/man3/mtbl_fileset.3.gz
man/man3/mtbl_fixed.3.gz
diff --git a/devel/py-pymtbl/Makefile b/devel/py-pymtbl/Makefile
index 7563253fa8be..e15eddd14196 100644
--- a/devel/py-pymtbl/Makefile
+++ b/devel/py-pymtbl/Makefile
@@ -2,6 +2,7 @@
PORTNAME= pymtbl
PORTVERSION= 0.4.0
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/dns/dnstable/Makefile b/dns/dnstable/Makefile
index ccc7d779e56e..ef5f555acb6f 100644
--- a/dns/dnstable/Makefile
+++ b/dns/dnstable/Makefile
@@ -2,6 +2,7 @@
PORTNAME= dnstable
PORTVERSION= 0.9.1
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight