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:
parent
0c80c76833
commit
49fe9b2030
1 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
@ -16,6 +18,8 @@ FETCH_ARGS= -pRr
|
|||
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}
|
||||
|
|
Loading…
Reference in a new issue