diff options
author | wen <wen@FreeBSD.org> | 2013-05-19 22:53:37 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2013-05-19 22:53:37 +0800 |
commit | 3f84be9e503bac949542524f5511a4ba70fc483b (patch) | |
tree | 8fa600042a8496d1e6128c1591889cb7340d0d13 /finance/trytond_stock_lot | |
parent | a107587b6a29fc730560e69621db3a597de5ddf6 (diff) | |
download | freebsd-ports-gnome-3f84be9e503bac949542524f5511a4ba70fc483b.tar.gz freebsd-ports-gnome-3f84be9e503bac949542524f5511a4ba70fc483b.tar.zst freebsd-ports-gnome-3f84be9e503bac949542524f5511a4ba70fc483b.zip |
- Update MASTER_SITES
- Add CONFLICTS
- Trim Makefile headers
PR: 178161
Submitted by: Matthias Petermann <matthias@petermann.it> (maintainer)
Diffstat (limited to 'finance/trytond_stock_lot')
-rw-r--r-- | finance/trytond_stock_lot/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/finance/trytond_stock_lot/Makefile b/finance/trytond_stock_lot/Makefile index 1da4b4b73c17..ca40578cc84b 100644 --- a/finance/trytond_stock_lot/Makefile +++ b/finance/trytond_stock_lot/Makefile @@ -1,10 +1,10 @@ -# Created by: Matthias Petermann<matthias@petermann.it> # $FreeBSD$ PORTNAME= trytond_stock_lot PORTVERSION= 2.4.0 CATEGORIES= finance python -MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ + http://downloads2.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Stock Lot Module) @@ -15,6 +15,8 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \ trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock +CONFLICTS= trytond_stock_lot-2.[68].* + USE_PYTHON= yes USE_PYDISTUTILS=easy_install |