updated ports to use ansible.cc/releases as github doesn't work anymore

Signed-off-by: Brian Coca <bcoca@tablethotels.com>
This commit is contained in:
Brian Coca 2013-03-13 10:27:20 -04:00
parent 0c80c76833
commit 49fe9b2030

View file

@ -1,9 +1,11 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= ansible PORTNAME= ansible
PORTVERSION= 0.8 PORTVERSION= 1.0
CATEGORIES= devel www textproc python PORTREVISION= 1
MASTER_SITES= https://github.com/downloads/ansible/ansible/ CATEGORIES= python net-mgmt
MASTER_SITES= http://ansible.cc/releases/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= briancoca+ansible@gmail.com MAINTAINER= briancoca+ansible@gmail.com
COMMENT= Ansible ssh based config management framework 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 FETCH_ARGS= -pRr
USE_PYTHON= yes USE_PYTHON= yes
USE_PYDISTUTILS= 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 # extracts with github name + short hash, needs to be updated with new releases
#pre-configure: #pre-configure:
# @${MV} ${WRKDIR}/ansible ${WRKSRC} # @${MV} ${WRKDIR}/ansible ${WRKSRC}