Skip to content

Commit

Permalink
sysutils/appjail-devel: Update to 2.9.0.20231111
Browse files Browse the repository at this point in the history
- Bump PORTEPOCH. This port use a new kind of version
- Some minor modifications
  • Loading branch information
alonsobsd committed Nov 13, 2023
1 parent 3b08abe commit bbf724f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
18 changes: 11 additions & 7 deletions sysutils/appjail-devel/Makefile
@@ -1,8 +1,8 @@
PORTNAME= appjail
DISTVERSIONPREFIX= v
DISTVERSION= g20231102
DISTVERSION= 2.9.0.20231111
PORTEPOCH= 1
CATEGORIES= sysutils
PKGNAMESUFFIX= -devel
PKGNAMESUFFIX= -devel

MAINTAINER= acm@FreeBSD.org
COMMENT= Simple and easy-to-use tool for creating portable jails (devel)
Expand All @@ -16,18 +16,22 @@ CONFLICTS= appjail
USE_GITHUB= yes
GH_ACCOUNT= DtxdF
GH_PROJECT= AppJail
GH_TAGNAME= 11b5191b324e22ec59c614dc42dbae24ec6c9822
GH_TAGNAME= 4cfadfa755c0a5fe3604023385ba6a8197fca533

MAKE_ARGS= APPJAIL_VERSION=${DISTVERSION}+${GH_TAGNAME}
ALL_TARGET= utils-strip

PORTDOCS= README.md

SUB_FILES= pkg-message

OPTIONS_DEFINE= DEBOOTSTRAP DOCS DOAS GIT
PORTDOCS= README.md

OPTIONS_DEFINE= DEBOOTSTRAP DOAS DOCS GIT

DEBOOTSTRAP_DESC= Support for Debian and Ubuntu jails
DEBOOTSTRAP_RUN_DEPENDS= debootstrap>0:sysutils/debootstrap
DOAS_DESC= Add support for unprivileged users

DEBOOTSTRAP_RUN_DEPENDS= debootstrap>0:sysutils/debootstrap
DOAS_RUN_DEPENDS= doas>0:security/doas
GIT_RUN_DEPENDS= git>0:devel/git

Expand Down
6 changes: 3 additions & 3 deletions sysutils/appjail-devel/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1699733320
SHA256 (DtxdF-AppJail-vg20231102-11b5191b324e22ec59c614dc42dbae24ec6c9822_GH0.tar.gz) = 15199cb9faa3a7f7e9d77a8b4f28a6873da0a29f7e9d8eaea0bfa90150976587
SIZE (DtxdF-AppJail-vg20231102-11b5191b324e22ec59c614dc42dbae24ec6c9822_GH0.tar.gz) = 209559
TIMESTAMP = 1699835159
SHA256 (DtxdF-AppJail-2.9.0.20231111-4cfadfa755c0a5fe3604023385ba6a8197fca533_GH0.tar.gz) = 19f7de85b39d90f23c453039df6092f8c535e9ea4361c6762e7d88dc6c3566ff
SIZE (DtxdF-AppJail-2.9.0.20231111-4cfadfa755c0a5fe3604023385ba6a8197fca533_GH0.tar.gz) = 209573

0 comments on commit bbf724f

Please sign in to comment.