gnunet: Update to 0.11.5

* make mdoc option build default
* remove PYTHON_VERSIONS_INCOMPATIBLE, as this was fixed upstream

Changelog:

Wed Jun 5 21:19:46 2019 +0200
 Releasing GNUnet 0.11.5. -schanzen

Wed May 29 11:17:49 2019 +0200
  Added CAA record type (RFC 6844). -schanzen

Sat 25 May 2019 08:27:39 AM CEST
  Significantly speed-up ego creation and deletion via
  gnunet-identity command when there are many (hundreds)
  of egos at the same peer. -CG
This commit is contained in:
ng0 2019-07-09 09:31:35 +00:00
parent 84af70a673
commit 749d27ddbf
4 changed files with 7 additions and 15 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD$
DISTNAME= gnunet-0.11.4
DISTNAME= gnunet-0.11.5
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU:=gnunet/}

View File

@ -1,6 +0,0 @@
* documentation is only on or off in 0.11.0 release:
https://bugs.gnunet.org/view.php?id=5616
This also means that the mdoc rule does not work,
but we keep it in because I can cherry-pick from
upstream once I have written the patch for upstream
work.

View File

@ -1,6 +1,6 @@
$NetBSD$
SHA1 (gnunet-0.11.4.tar.gz) = 3dc57d7d7de37c6633402d3fd6a7d77f6b925bd9
RMD160 (gnunet-0.11.4.tar.gz) = 70d37fe4e1bf732510100fe27bb6e9f3221bf271
SHA512 (gnunet-0.11.4.tar.gz) = f07830f5dc85fb56385b7a9ed51b191128c6e14356f597d17904176759e043b6c311f47b4dcb863f12f4fdcfd58861db7c37d3682844feb7bc445cda7619204c
Size (gnunet-0.11.4.tar.gz) = 7597015 bytes
SHA1 (gnunet-0.11.5.tar.gz) = 3f0316b022c035ed28eced643bbc116a839b76bd
RMD160 (gnunet-0.11.5.tar.gz) = 74f142e279676b434db698a8b68902d3a60bab38
SHA512 (gnunet-0.11.5.tar.gz) = 54b1f77762de8ddaa34d96a6cfccf0587c418be403c80917f1874a061dc52da15a499fbc3c8e18a1bf02fdddf80af1aef1bdf6ba9129f01fed5ac95f4e64097d
Size (gnunet-0.11.5.tar.gz) = 7618034 bytes

View File

@ -2,7 +2,7 @@
PKG_OPTIONS_VAR= PKG_OPTIONS.gnunet
PKG_SUPPORTED_OPTIONS= doc mdoc idn mysql pgsql tests experimental bluez
PKG_SUGGESTED_OPTIONS= doc
PKG_SUGGESTED_OPTIONS= mdoc
PLIST_VARS+= doc mdoc
PLIST_VARS+= experimental
# openssl is currently required by:
@ -11,10 +11,8 @@ PLIST_VARS+= experimental
.include "../../mk/bsd.options.mk"
# Parts of the testsuite require python3.7
.if !empty(PKG_OPTIONS:Mtests)
.include "../../lang/python/tool.mk"
PYTHON_VERSIONS_INCOMPATIBLE= 27
PYTHON_FOR_BUILD_ONLY= yes
.endif
@ -28,7 +26,7 @@ PLIST.doc= yes
CONFIGURE_ARGS+= --disable-documentation
.endif
# build the mdoc output. XXX: See README.
# Build the mdoc output.
.if !empty(PKG_OPTIONS:Mmdoc)
BUILD_DEPENDS+= texi2mdoc-[0-9]*:../../textproc/texi2mdoc
CONFIGURE_ARGS+= --enable-texi2mdoc-generation