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 (+36 lines)
Added Link Here
1
PORTNAME=	opendoas
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	6.8.2
4
CATEGORIES=	security
5
DISTNAME=	opendoas
6
7
PATCH_SITES=	https://github.com/Duncaen/OpenDoas/commit/
8
# pam: always print pam_conv messages to stderr:
9
# https://github.com/Duncaen/OpenDoas/issues/95
10
PATCHFILES+=	b96106b7e34ac591ae78b1684e9be3a265122463.patch:-p1
11
# Added freebsd support for timestamp (persist):
12
# https://github.com/Duncaen/OpenDoas/pull/127
13
PATCHFILES+=	97218322213274eb24ab633e09478075b2282ab3.patch:-p1
14
15
MAINTAINER=	fierceinbattle@gmail.com
16
COMMENT=	Port of OpenDoas: a portable version of OpenBSD's doas
17
WWW=		https://github.com/Duncaen/OpenDoas
18
19
LICENSE=	OPENDOAS
20
LICENSE_NAME=	OPENDOAS
21
LICENSE_FILE=	${WRKSRC}/LICENSE
22
LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
23
24
USES=		gmake tar:xz
25
USE_GITHUB=	yes
26
GH_ACCOUNT=	Duncaen
27
GH_PROJECT=	OpenDoas
28
29
HAS_CONFIGURE=	yes
30
CONFIGURE_ARGS=	--sysconfdir=${LOCALBASE}/etc \
31
		--with-timestamp \
32
		--without-shadow
33
34
MAKEFILE=	GNUmakefile
35
36
.include <bsd.port.mk>
(-)b/security/opendoas/distinfo (+7 lines)
Added Link Here
1
TIMESTAMP = 1717943964
2
SHA256 (Duncaen-OpenDoas-v6.8.2_GH0.tar.gz) = 6da058a0e70b7543bc60624389b0b00b686189ec933828c522bf8b2600495a67
3
SIZE (Duncaen-OpenDoas-v6.8.2_GH0.tar.gz) = 32430
4
SHA256 (b96106b7e34ac591ae78b1684e9be3a265122463.patch) = fef9f90a5eda5e9b76c507253a843bf7a7a02d4b85c579f27265d9a8c61522e8
5
SIZE (b96106b7e34ac591ae78b1684e9be3a265122463.patch) = 666
6
SHA256 (97218322213274eb24ab633e09478075b2282ab3.patch) = 2017e00deb68a00e7601211037f44c018b88fcf0f7929f9f9cb6fa72fae8febd
7
SIZE (97218322213274eb24ab633e09478075b2282ab3.patch) = 2217
(-)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
bin/doas
2
share/man/man1/doas.1.gz
3
share/man/man5/doas.conf.5.gz

Return to bug 279598