svn commit: r500728 - in head/devel/libzim: . files
Steve Wills
swills at FreeBSD.org
Fri May 3 13:03:45 UTC 2019
Author: swills
Date: Fri May 3 13:03:44 2019
New Revision: 500728
URL: https://svnweb.freebsd.org/changeset/ports/500728
Log:
devel/libzim: update to 4.0.7
Modified:
head/devel/libzim/Makefile (contents, props changed)
head/devel/libzim/distinfo (contents, props changed)
head/devel/libzim/files/patch-meson.build (contents, props changed)
Modified: head/devel/libzim/Makefile
==============================================================================
--- head/devel/libzim/Makefile Fri May 3 13:03:26 2019 (r500727)
+++ head/devel/libzim/Makefile Fri May 3 13:03:44 2019 (r500728)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= libzim
-PORTVERSION= 4.0.4
-PORTREVISION= 2
+PORTVERSION= 4.0.7
CATEGORIES= devel
MAINTAINER= swills at FreeBSD.org
Modified: head/devel/libzim/distinfo
==============================================================================
--- head/devel/libzim/distinfo Fri May 3 13:03:26 2019 (r500727)
+++ head/devel/libzim/distinfo Fri May 3 13:03:44 2019 (r500728)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1543967332
-SHA256 (openzim-libzim-4.0.4_GH0.tar.gz) = 8f56a16d15e810150d3c3ee9acce3606f676c90b72936e11f77f2a2548cd4611
-SIZE (openzim-libzim-4.0.4_GH0.tar.gz) = 1653434
+TIMESTAMP = 1556887392
+SHA256 (openzim-libzim-4.0.7_GH0.tar.gz) = ede654ffe4ec63aaeb9404010d72e3e6afe6b1dbf34bb0c706a67e094eba4438
+SIZE (openzim-libzim-4.0.7_GH0.tar.gz) = 1654078
Modified: head/devel/libzim/files/patch-meson.build
==============================================================================
--- head/devel/libzim/files/patch-meson.build Fri May 3 13:03:26 2019 (r500727)
+++ head/devel/libzim/files/patch-meson.build Fri May 3 13:03:44 2019 (r500728)
@@ -1,8 +1,8 @@
---- meson.build.orig 2018-09-04 16:23:32 UTC
+--- meson.build.orig 2019-04-15 13:10:25 UTC
+++ meson.build
@@ -1,7 +1,7 @@
project('libzim', ['c', 'cpp'],
- version : '4.0.4',
+ version : '4.0.7',
license : 'GPL2',
- default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
+ default_options : ['c_std=c11', 'cpp_std=c++11'])
@@ -16,10 +16,10 @@
+cc = meson.get_compiler('c')
+execinfo_dep = cc.find_library('execinfo', required : false)
+
- zlib_dep = dependency('zlib', required:false)
- conf.set('ENABLE_ZLIB', zlib_dep.found())
+ static_linkage = get_option('static-linkage')
+ static_linkage = static_linkage or get_option('default_library')=='static'
-@@ -70,3 +73,4 @@ pkg_mod.generate(libraries : libzim,
+@@ -73,3 +76,4 @@ pkg_mod.generate(libraries : libzim,
filebase : 'libzim',
description : 'A Library to zim.',
requires : pkg_requires)
More information about the svn-ports-all
mailing list