diff options
author | wen <wen@FreeBSD.org> | 2013-05-19 23:13:47 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2013-05-19 23:13:47 +0800 |
commit | aeddc3bdb78bc7646ba4fd07b8736d73757875a5 (patch) | |
tree | 22826950a8416c5ebad1b2bfd9799bcea1a73207 /finance | |
parent | a056c4c40040493ae91d058e8799f02974ec9652 (diff) | |
download | freebsd-ports-gnome-aeddc3bdb78bc7646ba4fd07b8736d73757875a5.tar.gz freebsd-ports-gnome-aeddc3bdb78bc7646ba4fd07b8736d73757875a5.tar.zst freebsd-ports-gnome-aeddc3bdb78bc7646ba4fd07b8736d73757875a5.zip |
- Update MASTER_SITES
- Add CONFLICTS
- Trim Makefile headers
PR: 178161
Submitted by: Matthias Petermann <matthias@petermann.it> (maintainer)
Diffstat (limited to 'finance')
-rw-r--r-- | finance/trytond_stock_product_location/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/finance/trytond_stock_product_location/Makefile b/finance/trytond_stock_product_location/Makefile index 5e0e5249c681..bcac0393f720 100644 --- a/finance/trytond_stock_product_location/Makefile +++ b/finance/trytond_stock_product_location/Makefile @@ -1,10 +1,10 @@ -# Created by: Matthias Petermann<matthias@petermann.it> # $FreeBSD$ PORTNAME= trytond_stock_product_location 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 Product Location 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_product_location-2.[68].* + USE_PYTHON= yes USE_PYDISTUTILS=easy_install |