From owner-svn-ports-head@freebsd.org Thu Aug 8 21:04:31 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B0CF7B2B24; Thu, 8 Aug 2019 21:04:31 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 464LTq48dMz4rbM; Thu, 8 Aug 2019 21:04:31 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6FF3F3145; Thu, 8 Aug 2019 21:04:31 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x78L4V7F004526; Thu, 8 Aug 2019 21:04:31 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x78L4U6d004524; Thu, 8 Aug 2019 21:04:30 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201908082104.x78L4U6d004524@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 8 Aug 2019 21:04:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508405 - head/sysutils/crate X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/sysutils/crate X-SVN-Commit-Revision: 508405 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Aug 2019 21:04:31 -0000 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