svn commit: r471529 - in head/net/miniupnpd: . files

Martin Wilke miwi at FreeBSD.org
Mon Jun 4 04:55:49 UTC 2018


Author: miwi
Date: Mon Jun  4 04:55:48 2018
New Revision: 471529
URL: https://svnweb.freebsd.org/changeset/ports/471529

Log:
  - Complete the update to 2.0.20180504
  
  Reported by:	Andrjez Tobola
  Sponsored by:	iXsystems Inc.

Modified:
  head/net/miniupnpd/distinfo
  head/net/miniupnpd/files/patch-Makefile

Modified: head/net/miniupnpd/distinfo
==============================================================================
--- head/net/miniupnpd/distinfo	Mon Jun  4 02:29:20 2018	(r471528)
+++ head/net/miniupnpd/distinfo	Mon Jun  4 04:55:48 2018	(r471529)
@@ -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

Modified: head/net/miniupnpd/files/patch-Makefile
==============================================================================
--- head/net/miniupnpd/files/patch-Makefile	Mon Jun  4 02:29:20 2018	(r471528)
+++ head/net/miniupnpd/files/patch-Makefile	Mon Jun  4 04:55:48 2018	(r471529)
@@ -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)


More information about the svn-ports-all mailing list