On 2019/05/08 07:52, Tracey Emery wrote:
> Stuart is absolutely right. I missed adding the @sample line to this port. I
> missed it during all the change-over. Apologies.
>
> Attached is a fixed version, including the missed # uses in the Makefile. I
> say
> "fixed" losely, because I probably screwed something else up during the "fix!"
> :D
>
> Tracey
>
> On Tue, May 07, 2019 at 05:02:17PM -0600, Tracey Emery wrote:
> > On May 7, 2019 4:57:30 PM MDT, Stuart Henderson <[email protected]>
> > wrote:
> > >On 2019/05/07 16:55, Tracey Emery wrote:
> > >> Are all ports using pledge and unveil including the "# uses pledge()"
> > >in the
> > >> Makefiles?
> > >
> > >At present they should be.
> >
> > Thanks
> > --
> > Tracey Emery
Small tweak to use GH_* scaffolding (which automatically sets DISTNAME,
HOMEPAGE, MASTER_SITES) - with this it's ok sthen@ to import
--- Makefile- Wed May 8 15:16:40 2019
+++ Makefile Wed May 8 15:19:09 2019
@@ -1,11 +1,12 @@
# $OpenBSD$
-V = 2.7.0
+GH_ACCOUNT = basepr1me
+GH_PROJECT = thingsd
+GH_TAGNAME = 2.7.0
+
COMMENT = things proxy daemon for OpenBSD
-DISTNAME = thingsd-${V}
CATEGORIES = net
-HOMEPAGE = https://github.com/basepr1me/thingsd/
MAINTAINER = Tracey Emery <[email protected]>
# ISC
@@ -15,8 +16,6 @@ PERMIT_PACKAGE_CDROM = Yes
# uses unveil()
WANTLIB += c pthread util event crypto ssl tls
-
-MASTER_SITES = https://github.com/basepr1me/thingsd/archive/${V}/
MAKE_FLAGS = CC="${CC}"