From owner-svn-ports-head@FreeBSD.ORG Sat Jul 6 19:10:33 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0F242BA5; Sat, 6 Jul 2013 19:10:33 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 00AE310CC; Sat, 6 Jul 2013 19:10:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r66JAWvt075201; Sat, 6 Jul 2013 19:10:32 GMT (envelope-from wxs@svn.freebsd.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r66JAWpp075198; Sat, 6 Jul 2013 19:10:32 GMT (envelope-from wxs@svn.freebsd.org) Message-Id: <201307061910.r66JAWpp075198@svn.freebsd.org> From: Wesley Shields Date: Sat, 6 Jul 2013 19:10:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322406 - head/sysutils/ansible 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.14 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: Sat, 06 Jul 2013 19:10:33 -0000 Author: wxs Date: Sat Jul 6 19:10:32 2013 New Revision: 322406 URL: http://svnweb.freebsd.org/changeset/ports/322406 Log: Update to 1.2.2. PR: ports/180347 Submitted by: Nikolai Lifanov (maintainer) Modified: head/sysutils/ansible/Makefile head/sysutils/ansible/distinfo head/sysutils/ansible/pkg-descr Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Sat Jul 6 17:45:15 2013 (r322405) +++ head/sysutils/ansible/Makefile Sat Jul 6 19:10:32 2013 (r322406) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ansible -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= sysutils python MASTER_SITES= http://ansibleworks.com/releases/ Modified: head/sysutils/ansible/distinfo ============================================================================== --- head/sysutils/ansible/distinfo Sat Jul 6 17:45:15 2013 (r322405) +++ head/sysutils/ansible/distinfo Sat Jul 6 19:10:32 2013 (r322406) @@ -1,2 +1,2 @@ -SHA256 (ansible-1.2.1.tar.gz) = 92354d8320fd53ffc291b5ee7b47bef5a907c4479c8ce5512ca8ae89998bf166 -SIZE (ansible-1.2.1.tar.gz) = 363574 +SHA256 (ansible-1.2.2.tar.gz) = 2d5a4a1e21f3543cc96293743ad981cca5df9f9abda62c0a31d144f3ddaf71a3 +SIZE (ansible-1.2.2.tar.gz) = 363877 Modified: head/sysutils/ansible/pkg-descr ============================================================================== --- head/sysutils/ansible/pkg-descr Sat Jul 6 17:45:15 2013 (r322405) +++ head/sysutils/ansible/pkg-descr Sat Jul 6 19:10:32 2013 (r322406) @@ -1,4 +1,4 @@ Ansible is a radically simple configuration-management, deployment, task-execution, and multinode orchestration framework. -WWW: http://ansible.cc/ +WWW: http://ansibleworks.com/