diff options
author | rm <rm@FreeBSD.org> | 2015-07-05 16:24:40 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2015-07-05 16:24:40 +0800 |
commit | a401891fa45c17dcf61db7293018e6a81c2016fa (patch) | |
tree | 375cc75a9f1a68fca02cbbda2d1d08d85ffeeebf /finance/trytond_sale_shipment_cost/Makefile | |
parent | a68e2952d26426ce3be347595819c06147fc3a36 (diff) | |
download | freebsd-ports-gnome-a401891fa45c17dcf61db7293018e6a81c2016fa.tar.gz freebsd-ports-gnome-a401891fa45c17dcf61db7293018e6a81c2016fa.tar.zst freebsd-ports-gnome-a401891fa45c17dcf61db7293018e6a81c2016fa.zip |
Update tryton 2.4 suite to it's ultimate versions
Tryton 2.4 is no longer supported by the upstream project. Users are encouraged
to upgrade to a newer version as soon as possible (we have tryton 2.8 in ports).
So update this ports to it's ultimate versions and mark it deprecated.
Set expiration date to 2015-08-05.
PR: 197935
Submitted by: Matthias Petermann <matthias@petermann-it.de> (maintainer)
Diffstat (limited to 'finance/trytond_sale_shipment_cost/Makefile')
-rw-r--r-- | finance/trytond_sale_shipment_cost/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/finance/trytond_sale_shipment_cost/Makefile b/finance/trytond_sale_shipment_cost/Makefile index 0bbd5654b770..ee6cd4e2d5db 100644 --- a/finance/trytond_sale_shipment_cost/Makefile +++ b/finance/trytond_sale_shipment_cost/Makefile @@ -18,6 +18,9 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice \ trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_sale_shipment_cost-2.8.* USES= python |