Added
Link Here
|
1 |
PORTNAME= opendoas |
2 |
DISTVERSION= v6.8.2 |
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 |
PATCH_SITES= https://github.com/Duncaen/OpenDoas/commit/ |
16 |
USES= gmake |
17 |
USE_GITHUB= yes |
18 |
GH_ACCOUNT= Duncaen |
19 |
GH_PROJECT= OpenDoas |
20 |
GH_TAGNAME= v6.8.2 |
21 |
|
22 |
# pam: always print pam_conv messages to stderr: |
23 |
# https://github.com/Duncaen/OpenDoas/issues/95 |
24 |
PATCHFILES+= b96106b7e34ac591ae78b1684e9be3a265122463.patch:-p1 |
25 |
# Added freebsd support for timestamp (persist): |
26 |
# https://github.com/Duncaen/OpenDoas/pull/127 |
27 |
PATCHFILES+= 97218322213274eb24ab633e09478075b2282ab3.patch:-p1 |
28 |
|
29 |
HAS_CONFIGURE= yes |
30 |
CONFIGURE_ARGS= --without-shadow --with-timestamp --sysconfdir=${LOCALBASE}/etc |
31 |
|
32 |
MAKEFILE= GNUmakefile |
33 |
|
34 |
.include <bsd.port.mk> |