Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2015 23:29:28 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397205 - head/sysutils/ansible
Message-ID:  <201509172329.t8HNTShq057579@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Thu Sep 17 23:29:27 2015
New Revision: 397205
URL: https://svnweb.freebsd.org/changeset/ports/397205

Log:
  sysutils/ansible: update 1.9.2 -> 1.9.3 and add NO_ARCH
  
  Changes:
  https://raw.githubusercontent.com/ansible/ansible/v1.9.3-1/CHANGELOG.md
  
  PR:		202895
  Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)

Modified:
  head/sysutils/ansible/Makefile
  head/sysutils/ansible/distinfo

Modified: head/sysutils/ansible/Makefile
==============================================================================
--- head/sysutils/ansible/Makefile	Thu Sep 17 20:56:49 2015	(r397204)
+++ head/sysutils/ansible/Makefile	Thu Sep 17 23:29:27 2015	(r397205)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ansible
-PORTVERSION=	1.9.2
-PORTREVISION=	1
+PORTVERSION=	1.9.3
 CATEGORIES=	sysutils python
 MASTER_SITES=	http://releases.ansible.com/ansible/
 
@@ -20,6 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml
 
 OPTIONS_DEFINE=	EXAMPLES
 
+NO_ARCH=	yes
 USES=		cpe python:2 shebangfix
 USE_PYTHON=	autoplist distutils
 python_CMD=	${LOCALBASE}/bin/python

Modified: head/sysutils/ansible/distinfo
==============================================================================
--- head/sysutils/ansible/distinfo	Thu Sep 17 20:56:49 2015	(r397204)
+++ head/sysutils/ansible/distinfo	Thu Sep 17 23:29:27 2015	(r397205)
@@ -1,2 +1,2 @@
-SHA256 (ansible-1.9.2.tar.gz) = c25ef4738b08fdfb3094247c012f3fd1b29972acbd37f988070b2a85f5fbee00
-SIZE (ansible-1.9.2.tar.gz) = 927525
+SHA256 (ansible-1.9.3.tar.gz) = 2594f642fd800056a427c1026410dc6ed8dfa7c0033f5c3d187abdb2b0d4eeed
+SIZE (ansible-1.9.3.tar.gz) = 936633



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