From owner-svn-ports-head@FreeBSD.ORG Fri Mar 6 01:07:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8EB5FDAC; Fri, 6 Mar 2015 01:07:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6ECF7378; Fri, 6 Mar 2015 01:07:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t26177YA096798; Fri, 6 Mar 2015 01:07:07 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t26177TD096794; Fri, 6 Mar 2015 01:07:07 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201503060107.t26177TD096794@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Fri, 6 Mar 2015 01:07:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380572 - head/sysutils/bsdploy X-SVN-Group: ports-head 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.18-1 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: Fri, 06 Mar 2015 01:07:07 -0000 Author: koobs Date: Fri Mar 6 01:07:06 2015 New Revision: 380572 URL: https://svnweb.freebsd.org/changeset/ports/380572 QAT: https://qat.redports.org/buildarchive/r380572/ Log: sysutils/bsdploy: Update to 2.0.0 - Update to 2.0.0 - Use PORTVERSION over DISTVERSION - Update minimum RUN_DEPENDS versions - Seperate OPTIONS from OPTIONS_DESC's Changes: 2.0.0 - 2015-03-05 * Add support for http proxies * Deactivate pkg's auto update feature by default * Add support for firstboot-freebsd-update (disabled by default) * [BACKWARDS INCOMPATIBLE] switched from ipfilter to pf Note: you MUST convert any existing ipnat_rules to the new pf_nat_rules. * Provide defaults for VirtualBox instances (less boilerplate) * Set full /etc/ntp.conf instead of trying to fiddle with an existing one. * Support configuration as non-root user (Issue #62) * Switched to semantic versioning (see http://semver.org) Modified: head/sysutils/bsdploy/Makefile head/sysutils/bsdploy/distinfo Modified: head/sysutils/bsdploy/Makefile ============================================================================== --- head/sysutils/bsdploy/Makefile Fri Mar 6 01:02:55 2015 (r380571) +++ head/sysutils/bsdploy/Makefile Fri Mar 6 01:07:06 2015 (r380572) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bsdploy -DISTVERSION= 1.3 +PORTVERSION= 2.0.0 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP @@ -12,13 +12,14 @@ COMMENT= Container Management for FreeBS RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:${PORTSDIR}/devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}liblzma>0:${PORTSDIR}/archivers/py-liblzma \ - ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.2:${PORTSDIR}/sysutils/py-ploy \ - ${PYTHON_PKGNAMEPREFIX}ploy_ansible>=1.1.0:${PORTSDIR}/sysutils/py-ploy_ansible \ - ${PYTHON_PKGNAMEPREFIX}ploy_ezjail>=1.0.0:${PORTSDIR}/sysutils/py-ploy_ezjail \ + ${PYTHON_PKGNAMEPREFIX}ploy>=1.1.0:${PORTSDIR}/sysutils/py-ploy \ + ${PYTHON_PKGNAMEPREFIX}ploy_ansible>=1.2.4:${PORTSDIR}/sysutils/py-ploy_ansible \ + ${PYTHON_PKGNAMEPREFIX}ploy_ezjail>=1.1.0:${PORTSDIR}/sysutils/py-ploy_ezjail \ ${PYTHON_PKGNAMEPREFIX}ploy_fabric>=1.1.0:${PORTSDIR}/sysutils/py-ploy_fabric OPTIONS_DEFINE= EC2 OPTIONS_DEFAULT= EC2 + EC2_DESC= Support Amazon Web Services EC2 hosts EC2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy_ec2>0:${PORTSDIR}/sysutils/py-ploy_ec2 Modified: head/sysutils/bsdploy/distinfo ============================================================================== --- head/sysutils/bsdploy/distinfo Fri Mar 6 01:02:55 2015 (r380571) +++ head/sysutils/bsdploy/distinfo Fri Mar 6 01:07:06 2015 (r380572) @@ -1,2 +1,2 @@ -SHA256 (bsdploy-1.3.zip) = dcc80dc2e82b5780cbd8231e869bdca047a3014ac41c49c450bab7cf1b994cc6 -SIZE (bsdploy-1.3.zip) = 94877 +SHA256 (bsdploy-2.0.0.zip) = 4fe58015cc4f342322d931c66eaebd4bf9ab9fed5e6cf7bcfcc17c125f6e65de +SIZE (bsdploy-2.0.0.zip) = 100667