diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2018-06-04 04:55:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2018-06-04 04:55:48 +0000 |
commit | 59a89375f0b0df4988b5a668286332c0537cefc6 (patch) | |
tree | c0040f80fa5cd5f0feb7b9452c7e27e13a96d88e /net/miniupnpd | |
parent | 155478310e976094b0d475045dc3aab77165360f (diff) |
- Complete the update to 2.0.20180504
Reported by: Andrjez Tobola
Sponsored by: iXsystems Inc.
Notes
Notes:
svn path=/head/; revision=471529
Diffstat (limited to 'net/miniupnpd')
-rw-r--r-- | net/miniupnpd/distinfo | 5 | ||||
-rw-r--r-- | net/miniupnpd/files/patch-Makefile | 16 |
2 files changed, 11 insertions, 10 deletions
diff --git a/net/miniupnpd/distinfo b/net/miniupnpd/distinfo index bd7105113477..23618fd30a48 100644 --- a/net/miniupnpd/distinfo +++ b/net/miniupnpd/distinfo @@ -1,2 +1,3 @@ -SHA256 (miniupnpd-1.9.20160113.tar.gz) = 4ab1fde66c0004ea1deff68d3b84b4911a990bd71b33509e463993b276899120 -SIZE (miniupnpd-1.9.20160113.tar.gz) = 211437 +TIMESTAMP = 1525713934 +SHA256 (miniupnpd-2.0.20180503.tar.gz) = b61bed16865f8692803a9f155523ca7c6e01c65db20362b6173226b08ce12a0c +SIZE (miniupnpd-2.0.20180503.tar.gz) = 225454 diff --git a/net/miniupnpd/files/patch-Makefile b/net/miniupnpd/files/patch-Makefile index 876c9f10e628..425f175bdd31 100644 --- a/net/miniupnpd/files/patch-Makefile +++ b/net/miniupnpd/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig 2015-04-30 09:08:34 UTC -+++ Makefile -@@ -160,8 +160,7 @@ LIBS += -lssl -lcrypto +--- Makefile.orig 2018-05-08 01:27:03.541852000 +0800 ++++ Makefile 2018-05-08 01:28:27.611102000 +0800 +@@ -162,8 +162,7 @@ INSTALLBINDIR = $(PREFIX)/sbin INSTALLETCDIR = $(PREFIX)/etc @@ -10,7 +10,7 @@ all: $(EXECUTABLES) -@@ -178,10 +177,10 @@ install: miniupnpd genuuid +@@ -181,10 +180,10 @@ $(INSTALL) -d $(DESTDIR)$(INSTALLBINDIR) $(INSTALL) -m 755 miniupnpd $(DESTDIR)$(INSTALLBINDIR) $(INSTALL) -d $(DESTDIR)$(INSTALLETCDIR) @@ -24,12 +24,12 @@ # genuuid is using the uuid cli tool available under OpenBSD 4.0 in # the uuid-1.5.0 package -@@ -204,7 +203,7 @@ depend: config.h - testgetroute.c testportinuse.c testasyncsendto.c +@@ -225,7 +224,7 @@ + testssdppktgen.c miniupnpd: config.h $(ALLOBJS) -- $(CC) $(CFLAGS) -o $@ $(ALLOBJS) $(LIBS) +- $(CC) $(LDFLAGS) -o $@ $(ALLOBJS) $(LIBS) + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(ALLOBJS) $(LIBS) # BSDmake : - # $(CC) $(CFLAGS) -o $@ $> $(LIBS) + # $(CC) $(LDFLAGS) -o $@ $> $(LIBS) |