diff options
Diffstat (limited to 'security/doas/Makefile')
| -rw-r--r-- | security/doas/Makefile | 15 | 
1 files changed, 6 insertions, 9 deletions
diff --git a/security/doas/Makefile b/security/doas/Makefile index 58c1aa4b15fe..d0b419bd2f06 100644 --- a/security/doas/Makefile +++ b/security/doas/Makefile @@ -1,10 +1,11 @@  PORTNAME=	doas -PORTVERSION=	6.3p12 +PORTVERSION=	6.3p13  CATEGORIES=	security +MASTER_SITES=	https://codeberg.org/thejessesmith/doas/archive/${PORTVERSION}${EXTRACT_SUFX}?dummy=/  MAINTAINER=	jsmith@resonatingmedia.com  COMMENT=	Simple sudo alternative to run commands as another user -WWW=		https://github.com/slicer69/doas/ +WWW=		https://codeberg.org/thejessesmith/doas/  LICENSE=	BSD2CLAUSE ISCL  LICENSE_COMB=	multi @@ -15,16 +16,16 @@ USES=		cpe gmake  CPE_VENDOR=	doas_project  CPE_VERSION=	${PORTVERSION:C/p.+//}  CPE_UPDATE=	${PORTVERSION:C/[^p]*//} -USE_GITHUB=	yes -GH_ACCOUNT=	slicer69  MAKE_ENV+=	TARGETPATH=-DGLOBAL_PATH='\"${_GLOBAL_PATH}\"'  CONFLICTS=	opendoas  BINMODE=	4755 -  SUB_FILES=	pkg-message + +WRKSRC=		${WRKDIR}/${PORTNAME} +  PLIST_FILES=	bin/doas \  		bin/doasedit \  		bin/vidoas \ @@ -37,10 +38,6 @@ PLIST_FILES=	bin/doas \  # These are upstream's default paths that are set for the GLOBAL_PATH variable  # in doas.h since the 6.1 release. Those paths are then used for target user's  # PATH variable instead of those of the original user. -# -# See also: -#  * https://github.com/slicer69/doas/blob/6.1/doas.h#L36 -#  * https://github.com/slicer69/doas/releases/tag/6.1  _GLOBAL_PATH?=	${LOCALBASE}/sbin:${LOCALBASE}/bin:/usr/sbin:/usr/bin:/sbin:/bin  do-install:  | 
