Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jul 2016 13:55:58 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419220 - in head/www/py-gandi.cli: . files
Message-ID:  <201607281355.u6SDtwPs075617@repo.freebsd.org>

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



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