svn commit: r419220 - in head/www/py-gandi.cli: . files
Baptiste Daroussin
bapt at FreeBSD.org
Thu Jul 28 13:55:59 UTC 2016
Author: bapt
Date: Thu Jul 28 13:55:58 2016
New Revision: 419220
URL: https://svnweb.freebsd.org/changeset/ports/419220
Log:
Update to 0.19
Update create commands for namespaces: vm, paas, ip, disk, vlan, webacc to
handle new datacenter status:
* prevent using a closed datacenter for creation
* display a warning when using a datacenter which will be closed in the future
Update 'gandi mailbox info' command: aliases are now sorted
Fixes #178: 'gandi account info' command now display prepaid amount
Fixes #185: 'gandi domain create' command can now change nameservers
Fixes #187: 'gandi record list' command has a --limit parameter
Fixes #188: broken links in README
Fixes certificate unittest for python3
Sponsored by: Gandi.net
Deleted:
head/www/py-gandi.cli/files/
Modified:
head/www/py-gandi.cli/Makefile
head/www/py-gandi.cli/distinfo
Modified: head/www/py-gandi.cli/Makefile
==============================================================================
--- head/www/py-gandi.cli/Makefile Thu Jul 28 13:03:41 2016 (r419219)
+++ head/www/py-gandi.cli/Makefile Thu Jul 28 13:55:58 2016 (r419220)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gandi.cli
-PORTVERSION= 0.18
+PORTVERSION= 0.19
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/www/py-gandi.cli/distinfo
==============================================================================
--- head/www/py-gandi.cli/distinfo Thu Jul 28 13:03:41 2016 (r419219)
+++ head/www/py-gandi.cli/distinfo Thu Jul 28 13:55:58 2016 (r419220)
@@ -1,2 +1,3 @@
-SHA256 (gandi.cli-0.18.tar.gz) = 0a03811501a2d04c07333501c97300f91bb6b8cdb3a2ce33ae394226cb80718a
-SIZE (gandi.cli-0.18.tar.gz) = 590229
+TIMESTAMP = 1469713650
+SHA256 (gandi.cli-0.19.tar.gz) = 0e8e1150f68c8921f279c629e6e7beaa4125d10c0d1990ede991fb0ceec928f3
+SIZE (gandi.cli-0.19.tar.gz) = 143863
More information about the svn-ports-head
mailing list