1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

net/nbdkit: update to 1.20.4

Reported by:	portscout
This commit is contained in:
Alan Somers 2020-06-20 23:15:52 +00:00
parent 8c217050d6
commit 558823aff0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539754
4 changed files with 4 additions and 28 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= nbdkit
PORTVERSION= 1.20.2
PORTVERSION= 1.20.4
CATEGORIES= net
# XXX Although nbdkit uses github for its homepage, the release tarballs served
# by github haven't been through autoconf. So we must download the sources

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1592531771
SHA256 (nbdkit-1.20.2.tar.gz) = b78a8b59e74284af6a34f8bcb97c42c5d8846dc59dc94a8f4538d8690953dd31
SIZE (nbdkit-1.20.2.tar.gz) = 1783082
TIMESTAMP = 1592693228
SHA256 (nbdkit-1.20.4.tar.gz) = 16c7612cf95ea3908bccfe163d71a58dc3bb4d8b018e0bf86833ed9f7858b48b
SIZE (nbdkit-1.20.4.tar.gz) = 1790677

View File

@ -1,14 +0,0 @@
--- plugins/info/Makefile.in.orig 2020-05-02 09:04:51 UTC
+++ plugins/info/Makefile.in
@@ -499,7 +499,10 @@ nbdkit_info_plugin_la_CPPFLAGS = \
-I$(top_srcdir)/common/include \
$(NULL)
-nbdkit_info_plugin_la_CFLAGS = $(WARNINGS_CFLAGS)
+nbdkit_info_plugin_la_CFLAGS = \
+ $(WARNINGS_CFLAGS) \
+ $(GNUTLS_CFLAGS)
+
nbdkit_info_plugin_la_LDFLAGS = \
-module -avoid-version -shared $(SHARED_LDFLAGS) \
-Wl,--version-script=$(top_srcdir)/plugins/plugins.syms \

View File

@ -1,10 +0,0 @@
--- plugins/ssh/ssh.c.orig 2020-06-18 20:38:31 UTC
+++ plugins/ssh/ssh.c
@@ -30,6 +30,7 @@
* SUCH DAMAGE.
*/
+#include <sys/stat.h>
#include <config.h>
#include <stdio.h>