diff options
author | koobs <koobs@FreeBSD.org> | 2015-03-06 09:07:06 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2015-03-06 09:07:06 +0800 |
commit | a902dc4e5869b027e1c3c5716ef30b2868a22b88 (patch) | |
tree | e91d193d6bb8f12dc37109fa33cb34f36b7de993 /sysutils/bsdploy | |
parent | 902cbaa96f3c5b9aa6af4238a6e9d4e644aebc84 (diff) | |
download | freebsd-ports-gnome-a902dc4e5869b027e1c3c5716ef30b2868a22b88.tar.gz freebsd-ports-gnome-a902dc4e5869b027e1c3c5716ef30b2868a22b88.tar.zst freebsd-ports-gnome-a902dc4e5869b027e1c3c5716ef30b2868a22b88.zip |
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)
Diffstat (limited to 'sysutils/bsdploy')
-rw-r--r-- | sysutils/bsdploy/Makefile | 9 | ||||
-rw-r--r-- | sysutils/bsdploy/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/sysutils/bsdploy/Makefile b/sysutils/bsdploy/Makefile index e1d9ae2a8cd4..a22a59fca4db 100644 --- a/sysutils/bsdploy/Makefile +++ b/sysutils/bsdploy/Makefile @@ -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 FreeBSD Jails 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 diff --git a/sysutils/bsdploy/distinfo b/sysutils/bsdploy/distinfo index e662fa7c0df2..74bfb0a1c1f6 100644 --- a/sysutils/bsdploy/distinfo +++ b/sysutils/bsdploy/distinfo @@ -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 |