Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2020 08:48:53 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521806 - in head: finance/tryton28 finance/trytond28 finance/trytond28_account finance/trytond28_account_asset finance/trytond28_account_be finance/trytond28_account_invoice finance/tr...
Message-ID:  <202001020848.0028mrw4014554@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Jan  2 08:48:53 2020
New Revision: 521806
URL: https://svnweb.freebsd.org/changeset/ports/521806

Log:
  Deprecate the Tryton stack
  
  With hat:	portmgr

Modified:
  head/finance/tryton28/Makefile
  head/finance/trytond28/Makefile
  head/finance/trytond28_account/Makefile
  head/finance/trytond28_account_asset/Makefile
  head/finance/trytond28_account_be/Makefile
  head/finance/trytond28_account_invoice/Makefile
  head/finance/trytond28_account_invoice_history/Makefile
  head/finance/trytond28_account_invoice_line_standalone/Makefile
  head/finance/trytond28_account_product/Makefile
  head/finance/trytond28_account_statement/Makefile
  head/finance/trytond28_account_stock_anglo_saxon/Makefile
  head/finance/trytond28_account_stock_continental/Makefile
  head/finance/trytond28_analytic_account/Makefile
  head/finance/trytond28_analytic_invoice/Makefile
  head/finance/trytond28_analytic_purchase/Makefile
  head/finance/trytond28_analytic_sale/Makefile
  head/finance/trytond28_calendar/Makefile
  head/finance/trytond28_calendar_classification/Makefile
  head/finance/trytond28_calendar_scheduling/Makefile
  head/finance/trytond28_calendar_todo/Makefile
  head/finance/trytond28_carrier/Makefile
  head/finance/trytond28_carrier_percentage/Makefile
  head/finance/trytond28_carrier_weight/Makefile
  head/finance/trytond28_company/Makefile
  head/finance/trytond28_company_work_time/Makefile
  head/finance/trytond28_country/Makefile
  head/finance/trytond28_currency/Makefile
  head/finance/trytond28_dashboard/Makefile
  head/finance/trytond28_ldap_authentication/Makefile
  head/finance/trytond28_ldap_connection/Makefile
  head/finance/trytond28_party/Makefile
  head/finance/trytond28_party_siret/Makefile
  head/finance/trytond28_party_vcarddav/Makefile
  head/finance/trytond28_product/Makefile
  head/finance/trytond28_product_attribute/Makefile
  head/finance/trytond28_product_cost_fifo/Makefile
  head/finance/trytond28_product_cost_history/Makefile
  head/finance/trytond28_product_measurements/Makefile
  head/finance/trytond28_product_price_list/Makefile
  head/finance/trytond28_production/Makefile
  head/finance/trytond28_project/Makefile
  head/finance/trytond28_project_invoice/Makefile
  head/finance/trytond28_project_plan/Makefile
  head/finance/trytond28_project_revenue/Makefile
  head/finance/trytond28_purchase/Makefile
  head/finance/trytond28_purchase_invoice_line_standalone/Makefile
  head/finance/trytond28_purchase_shipment_cost/Makefile
  head/finance/trytond28_sale/Makefile
  head/finance/trytond28_sale_opportunity/Makefile
  head/finance/trytond28_sale_price_list/Makefile
  head/finance/trytond28_sale_shipment_cost/Makefile
  head/finance/trytond28_sale_supply/Makefile
  head/finance/trytond28_sale_supply_drop_shipment/Makefile
  head/finance/trytond28_stock/Makefile
  head/finance/trytond28_stock_forecast/Makefile
  head/finance/trytond28_stock_inventory_location/Makefile
  head/finance/trytond28_stock_location_sequence/Makefile
  head/finance/trytond28_stock_lot/Makefile
  head/finance/trytond28_stock_product_location/Makefile
  head/finance/trytond28_stock_split/Makefile
  head/finance/trytond28_stock_supply/Makefile
  head/finance/trytond28_stock_supply_day/Makefile
  head/finance/trytond28_stock_supply_forecast/Makefile
  head/finance/trytond28_stock_supply_production/Makefile
  head/finance/trytond28_timesheet/Makefile
  head/french/trytond28_account_fr/Makefile
  head/german/trytond28_account_de_skr03/Makefile
  head/www/trytond28_google_maps/Makefile

Modified: head/finance/tryton28/Makefile
==============================================================================
--- head/finance/tryton28/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/tryton28/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ PKGNAMESUFFIX=	28
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Gtk+ Client)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:devel/py-dateutil@${PY_FLAVOR} \

Modified: head/finance/trytond28/Makefile
==============================================================================
--- head/finance/trytond28/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ PKGNAMESUFFIX=	28
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Server)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 

Modified: head/finance/trytond28_account/Makefile
==============================================================================
--- head/finance/trytond28_account/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_account/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_account-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Account Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28>=2.8.2:finance/trytond28 \

Modified: head/finance/trytond28_account_asset/Makefile
==============================================================================
--- head/finance/trytond28_account_asset/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_account_asset/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_account_asset-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Account Asset Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_product>=2.8.0:finance/trytond28_product \

Modified: head/finance/trytond28_account_be/Makefile
==============================================================================
--- head/finance/trytond28_account_be/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_account_be/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_account_be-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Belgian Account Chart)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_account>=2.8.1:finance/trytond28_account

Modified: head/finance/trytond28_account_invoice/Makefile
==============================================================================
--- head/finance/trytond28_account_invoice/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_account_invoice/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_account_invoice-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Account Invoice Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_account_product>=2.8.0:finance/trytond28_account_product

Modified: head/finance/trytond28_account_invoice_history/Makefile
==============================================================================
--- head/finance/trytond28_account_invoice_history/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_account_invoice_history/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_account_invoice_history-${PORTVERSIO
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Account Invoice History Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_account_invoice>=2.8.2:finance/trytond28_account_invoice

Modified: head/finance/trytond28_account_invoice_line_standalone/Makefile
==============================================================================
--- head/finance/trytond28_account_invoice_line_standalone/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_account_invoice_line_standalone/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_account_invoice_line_standalone-${PO
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Account Invoice Line Standalone Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_account_invoice>=2.8.2:finance/trytond28_account_invoice

Modified: head/finance/trytond28_account_product/Makefile
==============================================================================
--- head/finance/trytond28_account_product/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_account_product/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_account_product-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Account Product Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_account>=2.8.1:finance/trytond28_account \

Modified: head/finance/trytond28_account_statement/Makefile
==============================================================================
--- head/finance/trytond28_account_statement/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_account_statement/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_account_statement-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Account Statement Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_account_invoice>=2.8.2:finance/trytond28_account_invoice

Modified: head/finance/trytond28_account_stock_anglo_saxon/Makefile
==============================================================================
--- head/finance/trytond28_account_stock_anglo_saxon/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_account_stock_anglo_saxon/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_account_stock_anglo_saxon-${PORTVERS
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Account Stock Anglo Saxon Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_account_invoice>=2.8.2:finance/trytond28_account_invoice \

Modified: head/finance/trytond28_account_stock_continental/Makefile
==============================================================================
--- head/finance/trytond28_account_stock_continental/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_account_stock_continental/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_account_stock_continental-${PORTVERS
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Account Stock Continental Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_account_product>=2.8.0:finance/trytond28_account_product \

Modified: head/finance/trytond28_analytic_account/Makefile
==============================================================================
--- head/finance/trytond28_analytic_account/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_analytic_account/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_analytic_account-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Analytic Account Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_company>=2.8.0:finance/trytond28_company \

Modified: head/finance/trytond28_analytic_invoice/Makefile
==============================================================================
--- head/finance/trytond28_analytic_invoice/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_analytic_invoice/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_analytic_invoice-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Analytic Invoice Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_analytic_account>=2.8.0:finance/trytond28_analytic_account \

Modified: head/finance/trytond28_analytic_purchase/Makefile
==============================================================================
--- head/finance/trytond28_analytic_purchase/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_analytic_purchase/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_analytic_purchase-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Analytic Purchase Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_analytic_account>=2.8.0:finance/trytond28_analytic_account \

Modified: head/finance/trytond28_analytic_sale/Makefile
==============================================================================
--- head/finance/trytond28_analytic_sale/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_analytic_sale/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_analytic_sale-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Analytic Sale Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_analytic_account>=2.8.0:finance/trytond28_analytic_account \

Modified: head/finance/trytond28_calendar/Makefile
==============================================================================
--- head/finance/trytond28_calendar/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_calendar/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_calendar-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Calendar Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28>=2.8.2:finance/trytond28 \

Modified: head/finance/trytond28_calendar_classification/Makefile
==============================================================================
--- head/finance/trytond28_calendar_classification/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_calendar_classification/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_calendar_classification-${PORTVERSIO
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Calendar Classification Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_calendar>=2.8.0:finance/trytond28_calendar

Modified: head/finance/trytond28_calendar_scheduling/Makefile
==============================================================================
--- head/finance/trytond28_calendar_scheduling/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_calendar_scheduling/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_calendar_scheduling-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Calendar Scheduling Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_calendar>=2.8.0:finance/trytond28_calendar

Modified: head/finance/trytond28_calendar_todo/Makefile
==============================================================================
--- head/finance/trytond28_calendar_todo/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_calendar_todo/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_calendar_todo-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Calendar Todo Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_calendar>=2.8.0:finance/trytond28_calendar

Modified: head/finance/trytond28_carrier/Makefile
==============================================================================
--- head/finance/trytond28_carrier/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_carrier/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_carrier-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Carrier Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_party>=2.8.0:finance/trytond28_party \

Modified: head/finance/trytond28_carrier_percentage/Makefile
==============================================================================
--- head/finance/trytond28_carrier_percentage/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_carrier_percentage/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_carrier_percentage-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Carrier Percentage Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_carrier>=2.8.0:finance/trytond28_carrier \

Modified: head/finance/trytond28_carrier_weight/Makefile
==============================================================================
--- head/finance/trytond28_carrier_weight/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_carrier_weight/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_carrier_weight-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Carrier Weight Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_product_measurements>=2.8.0:finance/trytond28_product_measurements \

Modified: head/finance/trytond28_company/Makefile
==============================================================================
--- head/finance/trytond28_company/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_company/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_company-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Company Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_party>=2.8.0:finance/trytond28_party \

Modified: head/finance/trytond28_company_work_time/Makefile
==============================================================================
--- head/finance/trytond28_company_work_time/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_company_work_time/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_company_work_time-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Company Work Time Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_company>=2.8.0:finance/trytond28_company

Modified: head/finance/trytond28_country/Makefile
==============================================================================
--- head/finance/trytond28_country/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_country/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_country-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Country Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28>=2.8.2:finance/trytond28

Modified: head/finance/trytond28_currency/Makefile
==============================================================================
--- head/finance/trytond28_currency/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_currency/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_currency-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Currency Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28>=2.8.2:finance/trytond28

Modified: head/finance/trytond28_dashboard/Makefile
==============================================================================
--- head/finance/trytond28_dashboard/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_dashboard/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_dashboard-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Dashboard Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28>=2.8.2:finance/trytond28

Modified: head/finance/trytond28_ldap_authentication/Makefile
==============================================================================
--- head/finance/trytond28_ldap_authentication/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_ldap_authentication/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_ldap_authentication-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (LDAP Authentication Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_ldap_connection>=2.8.0:finance/trytond28_ldap_connection

Modified: head/finance/trytond28_ldap_connection/Makefile
==============================================================================
--- head/finance/trytond28_ldap_connection/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_ldap_connection/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_ldap_connection-${PORTVERSION}
 MAINTAINER=	matthias@petermann.it
 COMMENT=	Tryton Application Platform (LDAP Connection Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28>=2.8.2:finance/trytond28 \

Modified: head/finance/trytond28_party/Makefile
==============================================================================
--- head/finance/trytond28_party/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_party/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_party-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Party Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28>=2.8.2:finance/trytond28 \

Modified: head/finance/trytond28_party_siret/Makefile
==============================================================================
--- head/finance/trytond28_party_siret/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_party_siret/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_party_siret-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Party Siret Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_party>=2.8.0:finance/trytond28_party

Modified: head/finance/trytond28_party_vcarddav/Makefile
==============================================================================
--- head/finance/trytond28_party_vcarddav/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_party_vcarddav/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_party_vcarddav-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Party VCardDAV Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_party>=2.8.0:finance/trytond28_party \

Modified: head/finance/trytond28_product/Makefile
==============================================================================
--- head/finance/trytond28_product/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_product/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_product-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Product Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28>=2.8.2:finance/trytond28

Modified: head/finance/trytond28_product_attribute/Makefile
==============================================================================
--- head/finance/trytond28_product_attribute/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_product_attribute/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_product_attribute-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Product Attribute Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_product>=2.8.0:finance/trytond28_product

Modified: head/finance/trytond28_product_cost_fifo/Makefile
==============================================================================
--- head/finance/trytond28_product_cost_fifo/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_product_cost_fifo/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_product_cost_fifo-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Product Cost Fifo Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_product>=2.8.0:finance/trytond28_product \

Modified: head/finance/trytond28_product_cost_history/Makefile
==============================================================================
--- head/finance/trytond28_product_cost_history/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_product_cost_history/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_product_cost_history-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Product Cost History Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_product>=2.8.0:finance/trytond28_product

Modified: head/finance/trytond28_product_measurements/Makefile
==============================================================================
--- head/finance/trytond28_product_measurements/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_product_measurements/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_product_measurements-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Product Measurements Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_product>=2.8.0:finance/trytond28_product

Modified: head/finance/trytond28_product_price_list/Makefile
==============================================================================
--- head/finance/trytond28_product_price_list/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_product_price_list/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_product_price_list-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Product Price List Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_product>=2.8.0:finance/trytond28_product \

Modified: head/finance/trytond28_production/Makefile
==============================================================================
--- head/finance/trytond28_production/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_production/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_production-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Production Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_product>=2.8.0:finance/trytond28_product \

Modified: head/finance/trytond28_project/Makefile
==============================================================================
--- head/finance/trytond28_project/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_project/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_project-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Project Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28>=2.8.2:finance/trytond28 \

Modified: head/finance/trytond28_project_invoice/Makefile
==============================================================================
--- head/finance/trytond28_project_invoice/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_project_invoice/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_project_invoice-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Project Invoice Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_timesheet>=2.8.0:finance/trytond28_timesheet \

Modified: head/finance/trytond28_project_plan/Makefile
==============================================================================
--- head/finance/trytond28_project_plan/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_project_plan/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_project_plan-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Project Plan Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_project>=2.8.0:finance/trytond28_project

Modified: head/finance/trytond28_project_revenue/Makefile
==============================================================================
--- head/finance/trytond28_project_revenue/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_project_revenue/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_project_revenue-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Project Revenue Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_project>=2.8.0:finance/trytond28_project \

Modified: head/finance/trytond28_purchase/Makefile
==============================================================================
--- head/finance/trytond28_purchase/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_purchase/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_purchase-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Purchase Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_stock>=2.8.2:finance/trytond28_stock \

Modified: head/finance/trytond28_purchase_invoice_line_standalone/Makefile
==============================================================================
--- head/finance/trytond28_purchase_invoice_line_standalone/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_purchase_invoice_line_standalone/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_purchase_invoice_line_standalone-${P
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Purchase Invoice Line Standalone Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_purchase>=2.8.0:finance/trytond28_purchase \

Modified: head/finance/trytond28_purchase_shipment_cost/Makefile
==============================================================================
--- head/finance/trytond28_purchase_shipment_cost/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_purchase_shipment_cost/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_purchase_shipment_cost-${PORTVERSION
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Purchase Shipment Cost Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_carrier>=2.8.0:finance/trytond28_carrier \

Modified: head/finance/trytond28_sale/Makefile
==============================================================================
--- head/finance/trytond28_sale/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_sale/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_sale-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Sale Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_account_invoice>=2.8.2:finance/trytond28_account_invoice \

Modified: head/finance/trytond28_sale_opportunity/Makefile
==============================================================================
--- head/finance/trytond28_sale_opportunity/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_sale_opportunity/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_sale_opportunity-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Sale Opportunity Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_sale>=2.8.1:finance/trytond28_sale

Modified: head/finance/trytond28_sale_price_list/Makefile
==============================================================================
--- head/finance/trytond28_sale_price_list/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_sale_price_list/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_sale_price_list-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Sale Price List Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_party>=2.8.0:finance/trytond28_party \

Modified: head/finance/trytond28_sale_shipment_cost/Makefile
==============================================================================
--- head/finance/trytond28_sale_shipment_cost/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_sale_shipment_cost/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_sale_shipment_cost-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Sale Shipment Cost Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_carrier>=2.8.0:finance/trytond28_carrier \

Modified: head/finance/trytond28_sale_supply/Makefile
==============================================================================
--- head/finance/trytond28_sale_supply/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_sale_supply/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_sale_supply-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Sale Supply Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_sale>=2.8.1:finance/trytond28_sale

Modified: head/finance/trytond28_sale_supply_drop_shipment/Makefile
==============================================================================
--- head/finance/trytond28_sale_supply_drop_shipment/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_sale_supply_drop_shipment/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_sale_supply_drop_shipment-${PORTVERS
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Sale Supply Drop Shipment Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_sale_supply>=2.8.1:finance/trytond28_sale_supply

Modified: head/finance/trytond28_stock/Makefile
==============================================================================
--- head/finance/trytond28_stock/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_stock/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_stock-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Stock Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_party>=2.8.0:finance/trytond28_party \

Modified: head/finance/trytond28_stock_forecast/Makefile
==============================================================================
--- head/finance/trytond28_stock_forecast/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_stock_forecast/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_stock_forecast-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Stock Forecast Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:devel/py-dateutil@${PY_FLAVOR} \

Modified: head/finance/trytond28_stock_inventory_location/Makefile
==============================================================================
--- head/finance/trytond28_stock_inventory_location/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_stock_inventory_location/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_stock_inventory_location-${PORTVERSI
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Stock Inventory Location Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_stock>=2.8.2:finance/trytond28_stock

Modified: head/finance/trytond28_stock_location_sequence/Makefile
==============================================================================
--- head/finance/trytond28_stock_location_sequence/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_stock_location_sequence/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_stock_location_sequence-${PORTVERSIO
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Stock Location Sequence Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_stock>=2.8.2:finance/trytond28_stock

Modified: head/finance/trytond28_stock_lot/Makefile
==============================================================================
--- head/finance/trytond28_stock_lot/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_stock_lot/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_stock_lot-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Stock Lot Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_product>=2.8.0:finance/trytond28_product \

Modified: head/finance/trytond28_stock_product_location/Makefile
==============================================================================
--- head/finance/trytond28_stock_product_location/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_stock_product_location/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_stock_product_location-${PORTVERSION
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Stock Product Location Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_product>=2.8.0:finance/trytond28_product \

Modified: head/finance/trytond28_stock_split/Makefile
==============================================================================
--- head/finance/trytond28_stock_split/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_stock_split/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_stock_split-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Stock Split Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_stock>=2.8.2:finance/trytond28_stock

Modified: head/finance/trytond28_stock_supply/Makefile
==============================================================================
--- head/finance/trytond28_stock_supply/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_stock_supply/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_stock_supply-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Stock Supply Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_stock>=2.8.2:finance/trytond28_stock \

Modified: head/finance/trytond28_stock_supply_day/Makefile
==============================================================================
--- head/finance/trytond28_stock_supply_day/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_stock_supply_day/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_stock_supply_day-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Stock Supply Day Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_stock>=2.8.2:finance/trytond28_stock \

Modified: head/finance/trytond28_stock_supply_forecast/Makefile
==============================================================================
--- head/finance/trytond28_stock_supply_forecast/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_stock_supply_forecast/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_stock_supply_forecast-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Stock Supply Forecast Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_stock_supply>=2.8.1:finance/trytond28_stock_supply \

Modified: head/finance/trytond28_stock_supply_production/Makefile
==============================================================================
--- head/finance/trytond28_stock_supply_production/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_stock_supply_production/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_stock_supply_production-${PORTVERSIO
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Stock Supply Production Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28>=2.8.2:finance/trytond28 \

Modified: head/finance/trytond28_timesheet/Makefile
==============================================================================
--- head/finance/trytond28_timesheet/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/finance/trytond28_timesheet/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_timesheet-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Timesheet Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_company_work_time>=2.8.0:finance/trytond28_company_work_time

Modified: head/french/trytond28_account_fr/Makefile
==============================================================================
--- head/french/trytond28_account_fr/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/french/trytond28_account_fr/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_account_fr-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (French Account Chart)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_account>=2.8.1:finance/trytond28_account

Modified: head/german/trytond28_account_de_skr03/Makefile
==============================================================================
--- head/german/trytond28_account_de_skr03/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/german/trytond28_account_de_skr03/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_account_de_skr03-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (German Account Chart)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_account>=2.8.1:finance/trytond28_account

Modified: head/www/trytond28_google_maps/Makefile
==============================================================================
--- head/www/trytond28_google_maps/Makefile	Thu Jan  2 08:35:35 2020	(r521805)
+++ head/www/trytond28_google_maps/Makefile	Thu Jan  2 08:48:53 2020	(r521806)
@@ -12,6 +12,9 @@ DISTNAME=	trytond_google_maps-${PORTVERSION}
 MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Google Maps Module)
 
+DEPRECATED=	Outdated, uses EOLed python27
+EXPIRATION_DATE=	2020-02-03
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28_party>=2.8.0:finance/trytond28_party



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001020848.0028mrw4014554>