View | Details | Raw Unified | Return to bug 279598 | Differences between
and this patch

Collapse All | Expand All

(-)b/security/Makefile (+1 lines)
Lines 430-435 Link Here
430
    SUBDIR += openconnect-gui
430
    SUBDIR += openconnect-gui
431
    SUBDIR += opencryptoki
431
    SUBDIR += opencryptoki
432
    SUBDIR += openct
432
    SUBDIR += openct
433
    SUBDIR += opendoas
433
    SUBDIR += openfhe
434
    SUBDIR += openfhe
434
    SUBDIR += openfortivpn
435
    SUBDIR += openfortivpn
435
    SUBDIR += openiked
436
    SUBDIR += openiked
(-)b/security/opendoas/Makefile (+26 lines)
Added Link Here
1
PORTNAME=	opendoas
2
DISTVERSION=	 1.0
3
CATEGORIES=	security
4
DISTNAME=	opendoas
5
6
MAINTAINER=	fierceinbattle@gmail.com
7
COMMENT=	Port of OpenDoas: a portable version of OpenBSD's doas
8
WWW=		https://github.com/leath-dub/OpenDoas
9
10
LICENSE= OPENDOAS
11
LICENSE_NAME= OPENDOAS
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
14
15
USES= gmake
16
USE_GITHUB= yes
17
GH_ACCOUNT= leath-dub
18
GH_PROJECT= OpenDoas
19
GH_TAGNAME= 0a50b05
20
21
HAS_CONFIGURE= yes
22
CONFIGURE_ARGS= --without-shadow --with-timestamp --sysconfdir=${LOCALBASE}/etc
23
24
MAKEFILE= GNUmakefile
25
26
.include <bsd.port.mk>
(-)b/security/opendoas/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1717874143
2
SHA256 (leath-dub-OpenDoas-1.0-0a50b05_GH0.tar.gz) = 039426a9c575f816fa20caaade870ccfb6495a82c12030676e45a910b3c5f0cf
3
SIZE (leath-dub-OpenDoas-1.0-0a50b05_GH0.tar.gz) = 32657
(-)b/security/opendoas/pkg-descr (+3 lines)
Added Link Here
1
This is a port of OpenDoas, which in itself is a port of OpenBSD's doas for
2
Linux and MacOS. OpenDoas unlike OpenBSD's doas supports persist on freebsd
3
(and Linux + MacOS).
(-)b/security/opendoas/pkg-plist (-1 / +3 lines)
Added Link Here
0
- 
1
/usr/local/bin/doas
2
/usr/local/share/man/man1/doas.1.gz
3
/usr/local/share/man/man5/doas.conf.5.gz

Return to bug 279598