Skip to content

Commit

Permalink
net/miniupnpd: update to 2.0.20170421
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jul 4, 2017
1 parent f3bb5d6 commit 7d2662e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion net/miniupnpd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= miniupnpd
PORTVERSION= 1.9.20160113
PORTVERSION= 2.0.20170421
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= http://miniupnp.tuxfamily.org/files/ \
Expand Down
5 changes: 3 additions & 2 deletions net/miniupnpd/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (miniupnpd-1.9.20160113.tar.gz) = 4ab1fde66c0004ea1deff68d3b84b4911a990bd71b33509e463993b276899120
SIZE (miniupnpd-1.9.20160113.tar.gz) = 211437
TIMESTAMP = 1499164453
SHA256 (miniupnpd-2.0.20170421.tar.gz) = 9677aeccadf73b4bf8bb9d832c32b5da8266b4d58eed888f3fd43d7656405643
SIZE (miniupnpd-2.0.20170421.tar.gz) = 219191
13 changes: 2 additions & 11 deletions net/miniupnpd/files/patch-Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--- Makefile.orig 2015-04-30 09:08:34 UTC
--- Makefile.orig 2017-04-21 12:00:04 UTC
+++ Makefile
@@ -160,8 +160,7 @@ LIBS += -lssl -lcrypto

Expand All @@ -10,7 +10,7 @@

all: $(EXECUTABLES)

@@ -178,10 +177,10 @@ install: miniupnpd genuuid
@@ -179,10 +178,10 @@ install: miniupnpd genuuid
$(INSTALL) -d $(DESTDIR)$(INSTALLBINDIR)
$(INSTALL) -m 755 miniupnpd $(DESTDIR)$(INSTALLBINDIR)
$(INSTALL) -d $(DESTDIR)$(INSTALLETCDIR)
Expand All @@ -24,12 +24,3 @@

# 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

miniupnpd: config.h $(ALLOBJS)
- $(CC) $(CFLAGS) -o $@ $(ALLOBJS) $(LIBS)
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(ALLOBJS) $(LIBS)

# BSDmake :
# $(CC) $(CFLAGS) -o $@ $> $(LIBS)

0 comments on commit 7d2662e

Please sign in to comment.