diff options
author | Wen Heping <wen@FreeBSD.org> | 2013-05-19 14:44:03 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2013-05-19 14:44:03 +0000 |
commit | 190cb3da287473a4712bf52a633978ff35dfea52 (patch) | |
tree | 9806b8fc02366428525ddec5fc18cac2026c2fd5 /finance | |
parent | fe0279a6263d6f53da79f93109e48660e6e3232e (diff) |
Notes
Diffstat (limited to 'finance')
4 files changed, 14 insertions, 10 deletions
diff --git a/finance/trytond_purchase_invoice_line_standalone/Makefile b/finance/trytond_purchase_invoice_line_standalone/Makefile index 30e20b7924f4..0802527242a0 100644 --- a/finance/trytond_purchase_invoice_line_standalone/Makefile +++ b/finance/trytond_purchase_invoice_line_standalone/Makefile @@ -1,10 +1,10 @@ -# Created by: Matthias Petermann<matthias@petermann.it> # $FreeBSD$ PORTNAME= trytond_purchase_invoice_line_standalone -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.1 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 (Purchase Invoice Line Standalone Module) @@ -15,6 +15,8 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_purchase>=2.4.0:${PORTSDIR}/finance/trytond_purchase \ trytond_account_invoice_line_standalone>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice_line_standalone +CONFLICTS= trytond_purchase_invoice_line_standalone-2.[68].* + USE_PYTHON= yes USE_PYDISTUTILS=easy_install diff --git a/finance/trytond_purchase_invoice_line_standalone/distinfo b/finance/trytond_purchase_invoice_line_standalone/distinfo index aeb048da8a2c..43dd7392ed65 100644 --- a/finance/trytond_purchase_invoice_line_standalone/distinfo +++ b/finance/trytond_purchase_invoice_line_standalone/distinfo @@ -1,2 +1,2 @@ -SHA256 (trytond_purchase_invoice_line_standalone-2.4.0.tar.gz) = a8d7987d4f63a1d5b58c1a2c8e732e8a4d8540f645a826c1cd44a4654c84cd15 -SIZE (trytond_purchase_invoice_line_standalone-2.4.0.tar.gz) = 21682 +SHA256 (trytond_purchase_invoice_line_standalone-2.4.1.tar.gz) = 05ef097aba6e22e1842b6c5544dcfd53ed73620215a73a7e5c8f5f8621c18ae9 +SIZE (trytond_purchase_invoice_line_standalone-2.4.1.tar.gz) = 21579 diff --git a/finance/trytond_purchase_shipment_cost/Makefile b/finance/trytond_purchase_shipment_cost/Makefile index 0f4243cd3e8a..2c12f6d2c817 100644 --- a/finance/trytond_purchase_shipment_cost/Makefile +++ b/finance/trytond_purchase_shipment_cost/Makefile @@ -1,10 +1,10 @@ -# Created by: Matthias Petermann<matthias@petermann.it> # $FreeBSD$ PORTNAME= trytond_purchase_shipment_cost -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.1 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 (Purchase Shipment Cost Module) @@ -16,6 +16,8 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_currency>=2.4.0:${PORTSDIR}/finance/trytond_currency \ trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock +CONFLICTS= trytond_purchase_shipment_cost-2.[68].* + USE_PYTHON= yes USE_PYDISTUTILS=easy_install diff --git a/finance/trytond_purchase_shipment_cost/distinfo b/finance/trytond_purchase_shipment_cost/distinfo index 21eb9a1b3f7d..76ee3a803d93 100644 --- a/finance/trytond_purchase_shipment_cost/distinfo +++ b/finance/trytond_purchase_shipment_cost/distinfo @@ -1,2 +1,2 @@ -SHA256 (trytond_purchase_shipment_cost-2.4.0.tar.gz) = 50b86d944b335a5f336c8e220c1ba70c8501d7beec33dcb91ff2bb9eae725ee2 -SIZE (trytond_purchase_shipment_cost-2.4.0.tar.gz) = 21114 +SHA256 (trytond_purchase_shipment_cost-2.4.1.tar.gz) = 4a84425e4fc3170c9e59344e9e46e4d394d42a84eb7b594b7505dba83301966b +SIZE (trytond_purchase_shipment_cost-2.4.1.tar.gz) = 21089 |