aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2019-08-09 05:04:30 +0800
committeryuri <yuri@FreeBSD.org>2019-08-09 05:04:30 +0800
commite51a841a4d23b6d4383ead406cbf2d8d1ddf6fa7 (patch)
tree873adce1d13cb66698dc16cf2234792d7f7a3577 /sysutils
parent32990155047c8f74d58836314bbf5bf50dee544f (diff)
downloadfreebsd-ports-gnome-e51a841a4d23b6d4383ead406cbf2d8d1ddf6fa7.tar.gz
freebsd-ports-gnome-e51a841a4d23b6d4383ead406cbf2d8d1ddf6fa7.tar.zst
freebsd-ports-gnome-e51a841a4d23b6d4383ead406cbf2d8d1ddf6fa7.zip
sysutils/crate: Update 0.1 -> 0.1.1
Some developments. (jbeich@, I will look into compatibility with other versions once I have time.)
Diffstat (limited to 'sysutils')
-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