Merge pull request #2384 from bcoca/fixed_port

updated ports to use ansible.cc/releases as github doesn't work anymore
pull/2387/head
Michael DeHaan 12 years ago
commit 4bfe707c9d

@ -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}

Loading…
Cancel
Save