Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Mar 2015 01:07:07 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380572 - head/sysutils/bsdploy
Message-ID:  <201503060107.t26177TD096794@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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