Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Aug 2019 21:04:30 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508405 - head/sysutils/crate
Message-ID:  <201908082104.x78L4U6d004524@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Aug  8 21:04:30 2019
New Revision: 508405
URL: https://svnweb.freebsd.org/changeset/ports/508405

Log:
  sysutils/crate: Update 0.1 -> 0.1.1
  
  Some developments.
  
  (jbeich@, I will look into compatibility with other versions once I have time.)

Modified:
  head/sysutils/crate/Makefile
  head/sysutils/crate/distinfo
  head/sysutils/crate/pkg-descr

Modified: head/sysutils/crate/Makefile
==============================================================================
--- head/sysutils/crate/Makefile	Thu Aug  8 20:47:19 2019	(r508404)
+++ head/sysutils/crate/Makefile	Thu Aug  8 21:04:30 2019	(r508405)
@@ -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, ex
 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

Modified: head/sysutils/crate/distinfo
==============================================================================
--- head/sysutils/crate/distinfo	Thu Aug  8 20:47:19 2019	(r508404)
+++ head/sysutils/crate/distinfo	Thu Aug  8 21:04:30 2019	(r508405)
@@ -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

Modified: head/sysutils/crate/pkg-descr
==============================================================================
--- head/sysutils/crate/pkg-descr	Thu Aug  8 20:47:19 2019	(r508404)
+++ head/sysutils/crate/pkg-descr	Thu Aug  8 21:04:30 2019	(r508405)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908082104.x78L4U6d004524>