From owner-svn-ports-head@freebsd.org Thu Jul 28 13:55:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D311BA6F0B; Thu, 28 Jul 2016 13:55:59 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 4F734156B; Thu, 28 Jul 2016 13:55:59 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6SDtwt6075619; Thu, 28 Jul 2016 13:55:58 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6SDtwPs075617; Thu, 28 Jul 2016 13:55:58 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201607281355.u6SDtwPs075617@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 28 Jul 2016 13:55:58 +0000 (UTC) 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 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.22 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: Thu, 28 Jul 2016 13:55:59 -0000 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