here are a few cleanups

I see do-extract is now new, but ugh, that's not the way that
ports are normally unpacked..

have you tested with any of the ports that depend on it?


diff --git Makefile Makefile
index 7337eaa..34a8d9a 100644
--- Makefile
+++ Makefile
@@ -13,19 +13,17 @@ DISTFILES =                     ${DISTNAME}${EXTRACT_SUFX}
 DISTFILES +=                    ${DISTNAME}-headers${EXTRACT_SUFX}
 DISTFILES +=                    node-pledge-{}${PLEDGE_VERSION}.tar.gz:0
 PKGNAME =                       ${DISTNAME:S/v//g}
-REVISION =                      0
 
 CATEGORIES =                    lang devel
 MAINTAINER =                    Volker Schlecht <openbsd-po...@schlecht.dev>
 
 HOMEPAGE =                      https://nodejs.org/
-PLEDGE_HOME =                   https://github.com/qbit/node-pledge/
 
 # MIT
 PERMIT_PACKAGE =                Yes
 
 MASTER_SITES =                  ${HOMEPAGE}dist/${NODE_VERSION}/
-MASTER_SITES0 =                 ${PLEDGE_HOME}archive/
+MASTER_SITES0 =                 https://github.com/qbit/node-pledge/archive/
 
 COMPILER =                      base-clang ports-gcc
 
@@ -39,8 +37,6 @@ LIB_DEPENDS +=                  textproc/icu4c
 LIB_DEPENDS +=                  www/nghttp2
 LIB_DEPENDS +=                  security/openssl/1.1
 
-BUILD_DEPENDS =                 ${LIB_DEPENDS}
-BUILD_DEPENDS +=                devel/gmake
 BUILD_DEPENDS +=                sysutils/flock
 
 WANTLIB +=                      c m z


Reply via email to