From owner-svn-ports-all@freebsd.org Mon Jun 4 04:55:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D526FEFD50; Mon, 4 Jun 2018 04:55:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 492BB70C55; Mon, 4 Jun 2018 04:55:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 25EF3A6B; Mon, 4 Jun 2018 04:55:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w544tmvh059813; Mon, 4 Jun 2018 04:55:48 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w544tm8L059812; Mon, 4 Jun 2018 04:55:48 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201806040455.w544tm8L059812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 4 Jun 2018 04:55:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471529 - in head/net/miniupnpd: . files X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: in head/net/miniupnpd: . files X-SVN-Commit-Revision: 471529 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 04:55:49 -0000 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)