summaryrefslogtreecommitdiff
path: root/packaging/port
diff options
context:
space:
mode:
authorBrian Coca <bcoca@tablethotels.com>2013-03-13 10:27:20 -0400
committerBrian Coca <bcoca@tablethotels.com>2013-03-13 10:27:20 -0400
commit49fe9b203044e1f7b18e6564b7e3df35db688f5f (patch)
tree316992b0c27b9d5807ce15582bd2ae5c8bd6e172 /packaging/port
parent0c80c768330529943d54ab6f749f2911153f9edb (diff)
downloadansible-49fe9b203044e1f7b18e6564b7e3df35db688f5f.tar.gz
updated ports to use ansible.cc/releases as github doesn't work anymore
Signed-off-by: Brian Coca <bcoca@tablethotels.com>
Diffstat (limited to 'packaging/port')
-rw-r--r--packaging/port/sysutils/ansible/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/packaging/port/sysutils/ansible/Makefile b/packaging/port/sysutils/ansible/Makefile
index 29877e8c57..61fa94ea73 100644
--- a/packaging/port/sysutils/ansible/Makefile
+++ b/packaging/port/sysutils/ansible/Makefile
@@ -1,9 +1,11 @@
# $FreeBSD$
PORTNAME= ansible
-PORTVERSION= 0.8
-CATEGORIES= devel www textproc python
-MASTER_SITES= https://github.com/downloads/ansible/ansible/
+PORTVERSION= 1.0
+PORTREVISION= 1
+CATEGORIES= python net-mgmt
+MASTER_SITES= http://ansible.cc/releases/
+DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= briancoca+ansible@gmail.com
COMMENT= Ansible ssh based config management framework
@@ -13,9 +15,11 @@ RUN_DEPENDS= python>2.5:${PORTSDIR}/lang/python ${PORTSDIR}/devel/py-Jinja2 ${
FETCH_ARGS= -pRr
-USE_PYTHON= yes
+USE_PYTHON= yes
USE_PYDISTUTILS= yes
+#TODO:add optional dependencies (fireball mode i.e)
+
# extracts with github name + short hash, needs to be updated with new releases
#pre-configure:
# @${MV} ${WRKDIR}/ansible ${WRKSRC}