Hello,

Minor bump to the last update I sent out.

Changes:
Remove portrange, since we're never going to use a range of ports
Remove missed debug line
Fix thingsctl for portrange changes

Ok?

-- 

Tracey Emery

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/thingsd/Makefile,v
retrieving revision 1.7
diff -u -p -u -r1.7 Makefile
--- Makefile    29 Jan 2021 19:33:43 -0000      1.7
+++ Makefile    8 Feb 2021 16:38:20 -0000
@@ -5,7 +5,7 @@ CATEGORIES =    net
 
 GH_ACCOUNT =   basepr1me
 GH_PROJECT =   thingsd
-GH_TAGNAME =   3.0.4
+GH_TAGNAME =   4.0.2
 
 MAINTAINER =   Tracey Emery <tra...@traceyemery.net>
 
@@ -14,7 +14,7 @@ PERMIT_PACKAGE =      Yes
 
 # uses pledge()
 # uses unveil()
-WANTLIB += c crypto event pthread ssl tls util
+WANTLIB += c crypto event ssl tls util
 
 MAKE_FLAGS =   CC="${CC}"
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/thingsd/distinfo,v
retrieving revision 1.6
diff -u -p -u -r1.6 distinfo
--- distinfo    29 Jan 2021 19:33:43 -0000      1.6
+++ distinfo    8 Feb 2021 16:38:20 -0000
@@ -1,2 +1,2 @@
-SHA256 (thingsd-3.0.4.tar.gz) = A57/8Ed7Y8Ww6KIG0JCCOwDqdmmPhDtjGEiF2pcw6x8=
-SIZE (thingsd-3.0.4.tar.gz) = 47111
+SHA256 (thingsd-4.0.2.tar.gz) = RT2se/5z+YJIHiEWW39QlafDy3YwzI8qlTgJlYc6kNE=
+SIZE (thingsd-4.0.2.tar.gz) = 53511

Reply via email to