~canonical-ci-engineering/ubuntu-ci-services-itself/ansible

« back to all changes in this revision

Viewing changes to packaging/port/sysutils/ansible/Makefile

  • Committer: Package Import Robot
  • Author(s): Janos Guljas
  • Date: 2013-04-06 23:27:08 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130406232708-6rn7w7mprfbjpmmk
Tags: 1.1+dfsg-1
* New upstream release.
* Update patches disable-google-analytics.patch and 
  remove-external-image.patch to apply cleanly.
* Add remove-external-footer-image.patch to remove link on external resource.
* Add remove-external-training-references.patch:
  Training advertise contains links to external resources that may not be
  available or may be used for tracking users activity without their
  knowledge by the third-party.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# $FreeBSD$
2
2
 
3
3
PORTNAME=       ansible
4
 
PORTVERSION=    0.8
5
 
CATEGORIES=     devel www textproc python
6
 
MASTER_SITES=   https://github.com/downloads/ansible/ansible/
 
4
PORTVERSION=    1.0
 
5
PORTREVISION=   1
 
6
CATEGORIES=     python net-mgmt
 
7
MASTER_SITES=   http://ansible.cc/releases/
 
8
DISTNAME=               ${PORTNAME}-${PORTVERSION}
7
9
 
8
10
MAINTAINER=             briancoca+ansible@gmail.com
9
11
COMMENT=        Ansible ssh based config management framework
13
15
 
14
16
FETCH_ARGS=     -pRr
15
17
 
16
 
USE_PYTHON=     yes
 
18
USE_PYTHON=     yes
17
19
USE_PYDISTUTILS=        yes
18
20
 
 
21
#TODO:add optional dependencies (fireball mode i.e)
 
22
 
19
23
# extracts with github name + short hash, needs to be updated with new releases
20
24
#pre-configure:
21
25
#       @${MV} ${WRKDIR}/ansible ${WRKSRC}