1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Complete the update to 2.0.20180504

Reported by:	Andrjez Tobola
Sponsored by:	iXsystems Inc.
This commit is contained in:
Martin Wilke 2018-06-04 04:55:48 +00:00
parent 155478310e
commit 59a89375f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471529
2 changed files with 11 additions and 10 deletions

View File

@ -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

View File

@ -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)