aboutsummaryrefslogtreecommitdiff
path: root/sysutils/crate
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-08-08 21:04:30 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-08-08 21:04:30 +0000
commitc8d423cde90b1c9c87d101d23ec1d5878149d5c0 (patch)
tree873adce1d13cb66698dc16cf2234792d7f7a3577 /sysutils/crate
parent43fd453bca07bf44fcacca2754271812df9f0178 (diff)
Notes
Diffstat (limited to 'sysutils/crate')
-rw-r--r--sysutils/crate/Makefile4
-rw-r--r--sysutils/crate/distinfo6
-rw-r--r--sysutils/crate/pkg-descr6
3 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/crate/Makefile b/sysutils/crate/Makefile
index f4a5c4c79d21..e21922a40716 100644
--- a/sysutils/crate/Makefile
+++ b/sysutils/crate/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= crate
-DISTVERSION= 0.1
+DISTVERSION= 0.1.1
CATEGORIES= sysutils
MAINTAINER= yuri@FreeBSD.org
@@ -10,7 +10,7 @@ COMMENT= Containerizer for FreeBSD (alpha-software, expect bugs)
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN_FreeBSD_11= STL feature 'filesystem' isn't available on 11
+xBROKEN_FreeBSD_11= STL feature 'filesystem' isn't available on 11
.if defined(PACKAGE_BUILDING)
BROKEN_FreeBSD_12= STL feature 'filesystem' isn't available in 12.0-RELEASE-p7
.endif
diff --git a/sysutils/crate/distinfo b/sysutils/crate/distinfo
index 41f0c3b18267..6e43a1b42cf3 100644
--- a/sysutils/crate/distinfo
+++ b/sysutils/crate/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1564902749
-SHA256 (yurivict-crate-0.1_GH0.tar.gz) = dad83a6f72c7cdd426b32e3b828f0e47d9793c43951fb738e7dd64f916b816f6
-SIZE (yurivict-crate-0.1_GH0.tar.gz) = 30732
+TIMESTAMP = 1565298013
+SHA256 (yurivict-crate-0.1.1_GH0.tar.gz) = a83ab3a36ed137dca447790dde2b4db50d61bc94ea6990f6ce03c54b30bc929c
+SIZE (yurivict-crate-0.1.1_GH0.tar.gz) = 31451
diff --git a/sysutils/crate/pkg-descr b/sysutils/crate/pkg-descr
index eeacbabf838d..959e57b92f5c 100644
--- a/sysutils/crate/pkg-descr
+++ b/sysutils/crate/pkg-descr
@@ -1,8 +1,8 @@
crate is a FreeBSD containerizer utilizing FreeBSD jails.
-crate creates application containers based on the description provided by the
-user, and then runs containers as a monolithic processes, with all dependencies
-included in the container.
+crate can create the application container based on the description provided by
+the user, and then runs this container any number of times as a monolithic
+process, with all dependencies included in the container.
Containers can be useful in these scenarios:
* You can keep any version of your application, and it will always run later the