diff options
author | wen <wen@FreeBSD.org> | 2013-05-19 19:55:09 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2013-05-19 19:55:09 +0800 |
commit | 9648384cda0bb48ea251e1ae1d1763c98d217c3c (patch) | |
tree | 5e3b61dc4478be21d339b5b3dcc31a547aa9a4f0 /www | |
parent | caaed0ea0bb1baf459459c4b7efb6a8bf9b7b68d (diff) | |
download | freebsd-ports-gnome-9648384cda0bb48ea251e1ae1d1763c98d217c3c.tar.gz freebsd-ports-gnome-9648384cda0bb48ea251e1ae1d1763c98d217c3c.tar.zst freebsd-ports-gnome-9648384cda0bb48ea251e1ae1d1763c98d217c3c.zip |
- Update MASTER_SITES
- Add CONFLICTS
- Trim Makefile headers
PR: 178161
Submitted by: Matthias Petermann <matthias@petermann.it> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/trytond_google_maps/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/trytond_google_maps/Makefile b/www/trytond_google_maps/Makefile index 5c48c6d87dd4..88d521835a29 100644 --- a/www/trytond_google_maps/Makefile +++ b/www/trytond_google_maps/Makefile @@ -1,10 +1,9 @@ -# Created by: Matthias Petermann<matthias@petermann.it> # $FreeBSD$ PORTNAME= trytond_google_maps PORTVERSION= 2.4.0 CATEGORIES= www finance python -MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Google Maps Module) @@ -14,6 +13,8 @@ LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party +CONFLICTS= trytond_google_maps-2.[68].* + USE_PYTHON= yes USE_PYDISTUTILS=easy_install |