git: a540419b883f - main - sysutils/appjail: Add WWW and CONFLICTS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 May 2023 16:53:46 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=a540419b883fa7618a0b9c4d812da54c4a7deb81 commit a540419b883fa7618a0b9c4d812da54c4a7deb81 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2023-05-16 16:50:22 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2023-05-16 16:52:37 +0000 sysutils/appjail: Add WWW and CONFLICTS --- sysutils/appjail/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sysutils/appjail/Makefile b/sysutils/appjail/Makefile index 4be3dced0369..39a5955e67e6 100644 --- a/sysutils/appjail/Makefile +++ b/sysutils/appjail/Makefile @@ -1,14 +1,18 @@ PORTNAME= appjail DISTVERSIONPREFIX= v DISTVERSION= 2.4.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= DtxdF@disroot.org COMMENT= Simple and easy-to-use tool for creating portable jails +WWW= https://github.com/DtxdF/AppJail LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +CONFLICTS= appjail-devel + USE_GITHUB= yes GH_ACCOUNT= DtxdF GH_PROJECT= AppJail