pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gnunet: Update to 0.11.5



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Tue Jul 9 09:31:35 2019 +0000
Changeset:	749d27ddbf1ed934da697bc58574dd2edb640920

Modified Files:
	gnunet/Makefile
	gnunet/distinfo
	gnunet/options.mk
Removed Files:
	gnunet/README

Log Message:
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

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=749d27ddbf1ed934da697bc58574dd2edb640920

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gnunet/Makefile   | 2 +-
 gnunet/README     | 6 ------
 gnunet/distinfo   | 8 ++++----
 gnunet/options.mk | 6 ++----
 4 files changed, 7 insertions(+), 15 deletions(-)

diffs:
diff --git a/gnunet/Makefile b/gnunet/Makefile
index 0ae6c86594..2c581fb438 100644
--- a/gnunet/Makefile
+++ b/gnunet/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=		gnunet-0.11.4
+DISTNAME=		gnunet-0.11.5
 CATEGORIES=		net
 MASTER_SITES=		${MASTER_SITE_GNU:=gnunet/}
 
diff --git a/gnunet/README b/gnunet/README
deleted file mode 100644
index 5931d1de90..0000000000
--- a/gnunet/README
+++ /dev/null
@@ -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.
diff --git a/gnunet/distinfo b/gnunet/distinfo
index 1eea014e26..917e987f14 100644
--- a/gnunet/distinfo
+++ b/gnunet/distinfo
@@ -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
diff --git a/gnunet/options.mk b/gnunet/options.mk
index 3dd1fe1845..e634bdbbec 100644
--- a/gnunet/options.mk
+++ b/gnunet/options.mk
@@ -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


Home | Main Index | Thread Index | Old Index