On 2019/12/28 13:13, Aaron Bieber wrote:
> Hi,
> 
> Here is a port of age. age is billed as a modern / secure encryption tool.

Needs this diff on top, then it's OK with me.

diff d84baf7d14e92bb495fd05e3cc992fef9ecfc26c /usr/ports/mystuff
blob - e7253052c628ad2bb348eda9e9be8fc3edde15e9
file + security/age/Makefile
--- security/age/Makefile
+++ security/age/Makefile
@@ -4,7 +4,7 @@ COMMENT =       simple, modern and secure file encryption to
 
 V =            1.0.0-beta2
 DISTNAME =     age-v$V
-PKGNAME =      ${DISTNAME:S/v//}
+PKGNAME =      age-${V:S/-beta/beta/}
 
 CATEGORIES =   security
 
@@ -13,13 +13,13 @@ MAINTAINER =        Aaron Bieber <abie...@openbsd.org>
 # MIT
 PERMIT_PACKAGE =       Yes
 
-# uses pledge()
 WANTLIB += c pthread
 
 MASTER_SITES = https://deftly.net/dist/
 
 MODULES =      lang/go
 MODGO_TYPE =   bin
+NO_TEST =      Yes
 
 ALL_TARGET =   filippo.io/age
 

Reply via email to