Index: head/finance/tryton28/Makefile =================================================================== --- head/finance/tryton28/Makefile (revision 521805) +++ head/finance/tryton28/Makefile (revision 521806) @@ -1,32 +1,35 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= tryton PORTVERSION= 2.8.12 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/2.8/ 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} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2012:devel/py-pytz@${PY_FLAVOR} CONFLICTS= tryton-2.[46].* USES= desktop-file-utils gettext gnome python:2.7 USE_PYTHON= distutils autoplist USE_GNOME= gtk20 pygtk2 PLIST_FILES= share/applications/tryton.desktop share/pixmaps/tryton-icon.png post-install: ${INSTALL_DATA} ${WRKSRC}/tryton.desktop ${STAGEDIR}${PREFIX}/share/applications/tryton.desktop ${INSTALL_DATA} ${WRKSRC}/share/pixmaps/tryton/tryton-icon.png ${STAGEDIR}${PREFIX}/share/pixmaps/tryton-icon.png .include Index: head/finance/trytond28/Makefile =================================================================== --- head/finance/trytond28/Makefile (revision 521805) +++ head/finance/trytond28/Makefile (revision 521806) @@ -1,74 +1,77 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond PORTVERSION= 2.8.13 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/mx/__init__.py:lang/py-mx-base@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Genshi>0.5.1:textproc/py-genshi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}relatorio>=0.6.0:print/py-relatorio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}polib>=0.7.0:devel/py-polib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:devel/py-dateutil@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS= trytond-2.[46].* USERS= trytond GROUPS= trytond OPTIONS_DEFINE= WEBDAV PYOPENSSL PYDOT PYTZ WEBDAV_DESC= Add support for pywebdav PYOPENSSL_DESC= Add support for pyOpenSSL PYDOT_DESC= Add support for pydot PYTZ_DESC= Add support for pytz USE_RC_SUBR= ${PORTNAME} SUB_FILES= pkg-message SUB_LIST= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR} \ PYTHON=${PYTHON_CMD} PIDDIR?= /var/run LOGDIR?= /var/log USES= python:2.7 USE_PYTHON= autoplist distutils post-patch: @${REINPLACE_CMD} -e 's|%%PIDDIR%%|${PIDDIR}|g' -e 's|%%LOGDIR%%|${LOGDIR}|g' \ ${WRKSRC}/etc/${PORTNAME}.conf .include .if ${PORT_OPTIONS:MWEBDAV} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}PyWebDAV>=0:www/py-pywebdav@${PY_FLAVOR} .endif .if ${PORT_OPTIONS:MPYOPENSSL} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${PY_FLAVOR} .endif .if ${PORT_OPTIONS:MPYDOT} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pydot>=0:graphics/py-pydot@${PY_FLAVOR} .endif .if ${PORT_OPTIONS:MPYTZ} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} .endif post-install: ${INSTALL_DATA} ${WRKSRC}/etc/${PORTNAME}.conf ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample .include Index: head/finance/trytond28_account/Makefile =================================================================== --- head/finance/trytond28_account/Makefile (revision 521805) +++ head/finance/trytond28_account/Makefile (revision 521806) @@ -1,26 +1,29 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_account PORTVERSION= 2.8.8 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_company>=2.8.0:finance/trytond28_company \ ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:devel/py-dateutil@${PY_FLAVOR} CONFLICTS= trytond_account-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_account_asset/Makefile =================================================================== --- head/finance/trytond28_account_asset/Makefile (revision 521805) +++ head/finance/trytond28_account_asset/Makefile (revision 521806) @@ -1,25 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_account_asset PORTVERSION= 2.8.3 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_account_invoice>=2.8.2:finance/trytond28_account_invoice CONFLICTS= trytond_account-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_account_be/Makefile =================================================================== --- head/finance/trytond28_account_be/Makefile (revision 521805) +++ head/finance/trytond28_account_be/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_account_be PORTVERSION= 2.8.0 PORTREVISION= 3 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_account_be/ \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 CONFLICTS= trytond_account-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_account_invoice/Makefile =================================================================== --- head/finance/trytond28_account_invoice/Makefile (revision 521805) +++ head/finance/trytond28_account_invoice/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_account_invoice PORTVERSION= 2.8.8 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 CONFLICTS= trytond_account_invoice-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_account_invoice_history/Makefile =================================================================== --- head/finance/trytond28_account_invoice_history/Makefile (revision 521805) +++ head/finance/trytond28_account_invoice_history/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_account_invoice_history PORTVERSION= 2.8.0 PORTREVISION= 3 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_account_invoice_history/ \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_account_invoice_history-${PORTVERSION} 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 CONFLICTS= trytond_account_invoice_history-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_account_invoice_line_standalone/Makefile =================================================================== --- head/finance/trytond28_account_invoice_line_standalone/Makefile (revision 521805) +++ head/finance/trytond28_account_invoice_line_standalone/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_account_invoice_line_standalone PORTVERSION= 2.8.0 PORTREVISION= 3 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_account_invoice_line_standalone/ \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_account_invoice_line_standalone-${PORTVERSION} 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 CONFLICTS= trytond_account_invoice_line_standalone-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_account_product/Makefile =================================================================== --- head/finance/trytond28_account_product/Makefile (revision 521805) +++ head/finance/trytond28_account_product/Makefile (revision 521806) @@ -1,25 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_account_product PORTVERSION= 2.8.0 PORTREVISION= 3 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_account_product/ \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_product>=2.8.0:finance/trytond28_product CONFLICTS= trytond_account_product-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_account_statement/Makefile =================================================================== --- head/finance/trytond28_account_statement/Makefile (revision 521805) +++ head/finance/trytond28_account_statement/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_account_statement PORTVERSION= 2.8.1 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 CONFLICTS= trytond_account_statement-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_account_stock_anglo_saxon/Makefile =================================================================== --- head/finance/trytond28_account_stock_anglo_saxon/Makefile (revision 521805) +++ head/finance/trytond28_account_stock_anglo_saxon/Makefile (revision 521806) @@ -1,25 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_account_stock_anglo_saxon PORTVERSION= 2.8.2 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_account_stock_anglo_saxon-${PORTVERSION} 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 \ trytond28_account_stock_continental>=2.8.1:finance/trytond28_account_stock_continental CONFLICTS= trytond_account_stock_anglo_saxon-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_account_stock_continental/Makefile =================================================================== --- head/finance/trytond28_account_stock_continental/Makefile (revision 521805) +++ head/finance/trytond28_account_stock_continental/Makefile (revision 521806) @@ -1,25 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_account_stock_continental PORTVERSION= 2.8.1 PORTREVISION= 3 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_account_stock_continental/ \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_account_stock_continental-${PORTVERSION} 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 \ trytond28_stock>=2.8.2:finance/trytond28_stock CONFLICTS= trytond_account_stock_continental-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_analytic_account/Makefile =================================================================== --- head/finance/trytond28_analytic_account/Makefile (revision 521805) +++ head/finance/trytond28_analytic_account/Makefile (revision 521806) @@ -1,27 +1,30 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_analytic_account PORTVERSION= 2.8.2 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_party>=2.8.0:finance/trytond28_party \ trytond28_currency>=2.8.0:finance/trytond28_currency \ trytond28_account>=2.8.1:finance/trytond28_account CONFLICTS= trytond_analytic_account-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_analytic_invoice/Makefile =================================================================== --- head/finance/trytond28_analytic_invoice/Makefile (revision 521805) +++ head/finance/trytond28_analytic_invoice/Makefile (revision 521806) @@ -1,25 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_analytic_invoice PORTVERSION= 2.8.0 PORTREVISION= 3 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_analytic_invoice/ \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_account_invoice>=2.8.2:finance/trytond28_account_invoice CONFLICTS= trytond_analytic_invoice-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_analytic_purchase/Makefile =================================================================== --- head/finance/trytond28_analytic_purchase/Makefile (revision 521805) +++ head/finance/trytond28_analytic_purchase/Makefile (revision 521806) @@ -1,26 +1,29 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_analytic_purchase PORTVERSION= 2.8.0 PORTREVISION= 3 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_analytic_purchase/ \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_analytic_invoice>=2.8.0:finance/trytond28_analytic_invoice \ trytond28_purchase>=2.8.0:finance/trytond28_purchase CONFLICTS= trytond_analytic_purchase-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_analytic_sale/Makefile =================================================================== --- head/finance/trytond28_analytic_sale/Makefile (revision 521805) +++ head/finance/trytond28_analytic_sale/Makefile (revision 521806) @@ -1,26 +1,29 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_analytic_sale PORTVERSION= 2.8.0 PORTREVISION= 3 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_analytic_sale/ \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_analytic_invoice>=2.8.0:finance/trytond28_analytic_invoice \ trytond28_sale>=2.8.1:finance/trytond28_sale CONFLICTS= trytond_analytic_sale-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_calendar/Makefile =================================================================== --- head/finance/trytond28_calendar/Makefile (revision 521805) +++ head/finance/trytond28_calendar/Makefile (revision 521806) @@ -1,28 +1,31 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_calendar PORTVERSION= 2.8.2 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ ${PYTHON_PKGNAMEPREFIX}vobject>=0.8.1:deskutils/py-vobject@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}PyWebDAV>=0:www/py-pywebdav@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:devel/py-dateutil@${PY_FLAVOR} CONFLICTS= trytond_calendar-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_calendar_classification/Makefile =================================================================== --- head/finance/trytond28_calendar_classification/Makefile (revision 521805) +++ head/finance/trytond28_calendar_classification/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_calendar_classification PORTVERSION= 2.8.0 PORTREVISION= 3 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_calendar_classification/ \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_calendar_classification-${PORTVERSION} 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 CONFLICTS= trytond_calendar_classification-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_calendar_scheduling/Makefile =================================================================== --- head/finance/trytond28_calendar_scheduling/Makefile (revision 521805) +++ head/finance/trytond28_calendar_scheduling/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_calendar_scheduling PORTVERSION= 2.8.1 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 CONFLICTS= trytond_calendar_scheduling-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_calendar_todo/Makefile =================================================================== --- head/finance/trytond28_calendar_todo/Makefile (revision 521805) +++ head/finance/trytond28_calendar_todo/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_calendar_todo PORTVERSION= 2.8.1 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 CONFLICTS= trytond_calendar_todo-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_carrier/Makefile =================================================================== --- head/finance/trytond28_carrier/Makefile (revision 521805) +++ head/finance/trytond28_carrier/Makefile (revision 521806) @@ -1,25 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_carrier PORTVERSION= 2.8.0 PORTREVISION= 3 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_carrier/ \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_product>=2.8.0:finance/trytond28_product CONFLICTS= trytond_carrier-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_carrier_percentage/Makefile =================================================================== --- head/finance/trytond28_carrier_percentage/Makefile (revision 521805) +++ head/finance/trytond28_carrier_percentage/Makefile (revision 521806) @@ -1,25 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_carrier_percentage PORTVERSION= 2.8.0 PORTREVISION= 3 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_carrier_percentage/ \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_currency>=2.8.0:finance/trytond28_currency CONFLICTS= trytond_carrier_percentage-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_carrier_weight/Makefile =================================================================== --- head/finance/trytond28_carrier_weight/Makefile (revision 521805) +++ head/finance/trytond28_carrier_weight/Makefile (revision 521806) @@ -1,25 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_carrier_weight PORTVERSION= 2.8.2 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_carrier>=2.8.0:finance/trytond28_carrier CONFLICTS= trytond_carrier_weight-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_company/Makefile =================================================================== --- head/finance/trytond28_company/Makefile (revision 521805) +++ head/finance/trytond28_company/Makefile (revision 521806) @@ -1,25 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_company PORTVERSION= 2.8.0 PORTREVISION= 3 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_company/ \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_currency>=2.8.0:finance/trytond28_currency CONFLICTS= trytond_company-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_company_work_time/Makefile =================================================================== --- head/finance/trytond28_company_work_time/Makefile (revision 521805) +++ head/finance/trytond28_company_work_time/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_company_work_time PORTVERSION= 2.8.0 PORTREVISION= 3 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_company_work_time/ \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 CONFLICTS= trytond_company_work_time-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_country/Makefile =================================================================== --- head/finance/trytond28_country/Makefile (revision 521805) +++ head/finance/trytond28_country/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_country PORTVERSION= 2.8.1 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 CONFLICTS= trytond_country-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_currency/Makefile =================================================================== --- head/finance/trytond28_currency/Makefile (revision 521805) +++ head/finance/trytond28_currency/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_currency PORTVERSION= 2.8.1 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 CONFLICTS= trytond_currency-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_dashboard/Makefile =================================================================== --- head/finance/trytond28_dashboard/Makefile (revision 521805) +++ head/finance/trytond28_dashboard/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_dashboard PORTVERSION= 2.8.0 PORTREVISION= 3 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_dashboard/ \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 CONFLICTS= trytond_dashboard-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_ldap_authentication/Makefile =================================================================== --- head/finance/trytond28_ldap_authentication/Makefile (revision 521805) +++ head/finance/trytond28_ldap_authentication/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_ldap_authentication PORTVERSION= 2.8.1 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 CONFLICTS= trytond_ldap_authentication-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_ldap_connection/Makefile =================================================================== --- head/finance/trytond28_ldap_connection/Makefile (revision 521805) +++ head/finance/trytond28_ldap_connection/Makefile (revision 521806) @@ -1,25 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_ldap_connection PORTVERSION= 2.8.0 PORTREVISION= 4 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_ldap_connection/ \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ ${PYTHON_PKGNAMEPREFIX}ldap>=2.4.10:net/py-ldap@${PY_FLAVOR} CONFLICTS= trytond_ldap_connection-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_party/Makefile =================================================================== --- head/finance/trytond28_party/Makefile (revision 521805) +++ head/finance/trytond28_party/Makefile (revision 521806) @@ -1,26 +1,29 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_party PORTVERSION= 2.8.1 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_country>=2.8.0:finance/trytond28_country \ ${PYTHON_PKGNAMEPREFIX}vatnumber>=1.0.0:finance/py-vatnumber@${PY_FLAVOR} CONFLICTS= trytond_party-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_party_siret/Makefile =================================================================== --- head/finance/trytond28_party_siret/Makefile (revision 521805) +++ head/finance/trytond28_party_siret/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_party_siret PORTVERSION= 2.8.0 PORTREVISION= 3 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_party_siret/ \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 CONFLICTS= trytond_party_siret-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_party_vcarddav/Makefile =================================================================== --- head/finance/trytond28_party_vcarddav/Makefile (revision 521805) +++ head/finance/trytond28_party_vcarddav/Makefile (revision 521806) @@ -1,26 +1,29 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_party_vcarddav PORTVERSION= 2.8.0 PORTREVISION= 3 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_party_vcarddav/ \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ ${PYTHON_PKGNAMEPREFIX}vobject>=0.8.1:deskutils/py-vobject@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}PyWebDAV>=0:www/py-pywebdav@${PY_FLAVOR} CONFLICTS= trytond_party_vcarddav-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_product/Makefile =================================================================== --- head/finance/trytond28_product/Makefile (revision 521805) +++ head/finance/trytond28_product/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_product PORTVERSION= 2.8.2 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 CONFLICTS= trytond_product-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_product_attribute/Makefile =================================================================== --- head/finance/trytond28_product_attribute/Makefile (revision 521805) +++ head/finance/trytond28_product_attribute/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_product_attribute PORTVERSION= 2.8.0 PORTREVISION= 3 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_product_attribute/ \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 CONFLICTS= trytond_product_attribute-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_product_cost_fifo/Makefile =================================================================== --- head/finance/trytond28_product_cost_fifo/Makefile (revision 521805) +++ head/finance/trytond28_product_cost_fifo/Makefile (revision 521806) @@ -1,25 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_product_cost_fifo PORTVERSION= 2.8.2 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_stock>=2.8.2:finance/trytond28_stock CONFLICTS= trytond_product_cost_fifo-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_product_cost_history/Makefile =================================================================== --- head/finance/trytond28_product_cost_history/Makefile (revision 521805) +++ head/finance/trytond28_product_cost_history/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_product_cost_history PORTVERSION= 2.8.0 PORTREVISION= 3 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_product_cost_history/ \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 CONFLICTS= trytond_product_cost_history-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_product_measurements/Makefile =================================================================== --- head/finance/trytond28_product_measurements/Makefile (revision 521805) +++ head/finance/trytond28_product_measurements/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_product_measurements PORTVERSION= 2.8.0 PORTREVISION= 3 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_product_measurements/ \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 CONFLICTS= trytond_product_measurements-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_product_price_list/Makefile =================================================================== --- head/finance/trytond28_product_price_list/Makefile (revision 521805) +++ head/finance/trytond28_product_price_list/Makefile (revision 521806) @@ -1,26 +1,29 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_product_price_list PORTVERSION= 2.8.0 PORTREVISION= 3 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_product_price_list/ \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_party>=2.8.0:finance/trytond28_party \ trytond28_company>=2.8.0:finance/trytond28_company CONFLICTS= trytond_product_price_list-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_production/Makefile =================================================================== --- head/finance/trytond28_production/Makefile (revision 521805) +++ head/finance/trytond28_production/Makefile (revision 521806) @@ -1,26 +1,29 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_production PORTVERSION= 2.8.1 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_company>=2.8.0:finance/trytond28_company \ trytond28_stock>=2.8.2:finance/trytond28_stock CONFLICTS= trytond_production-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_project/Makefile =================================================================== --- head/finance/trytond28_project/Makefile (revision 521805) +++ head/finance/trytond28_project/Makefile (revision 521806) @@ -1,26 +1,29 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_project PORTVERSION= 2.8.1 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_timesheet>=2.8.0:finance/trytond28_timesheet \ trytond28_party>=2.8.0:finance/trytond28_party CONFLICTS= trytond_project-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_project_invoice/Makefile =================================================================== --- head/finance/trytond28_project_invoice/Makefile (revision 521805) +++ head/finance/trytond28_project_invoice/Makefile (revision 521806) @@ -1,27 +1,30 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_project_invoice PORTVERSION= 2.8.3 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_project_revenue>=2.8.0:finance/trytond28_project_revenue \ trytond28_account_invoice>=2.8.2:finance/trytond28_account_invoice \ trytond28_product>=2.8.0:finance/trytond28_product CONFLICTS= trytond_project_invoice-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_project_plan/Makefile =================================================================== --- head/finance/trytond28_project_plan/Makefile (revision 521805) +++ head/finance/trytond28_project_plan/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_project_plan PORTVERSION= 2.8.3 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 CONFLICTS= trytond_project_plan-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_project_revenue/Makefile =================================================================== --- head/finance/trytond28_project_revenue/Makefile (revision 521805) +++ head/finance/trytond28_project_revenue/Makefile (revision 521806) @@ -1,25 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_project_revenue PORTVERSION= 2.8.1 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_product>=2.8.0:finance/trytond28_product CONFLICTS= trytond_project_revenue-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_purchase/Makefile =================================================================== --- head/finance/trytond28_purchase/Makefile (revision 521805) +++ head/finance/trytond28_purchase/Makefile (revision 521806) @@ -1,25 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_purchase PORTVERSION= 2.8.4 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_account_invoice>=2.8.2:finance/trytond28_account_invoice CONFLICTS= trytond_purchase-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_purchase_invoice_line_standalone/Makefile =================================================================== --- head/finance/trytond28_purchase_invoice_line_standalone/Makefile (revision 521805) +++ head/finance/trytond28_purchase_invoice_line_standalone/Makefile (revision 521806) @@ -1,25 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_purchase_invoice_line_standalone PORTVERSION= 2.8.1 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_purchase_invoice_line_standalone-${PORTVERSION} 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 \ trytond28_account_invoice_line_standalone>=2.8.0:finance/trytond28_account_invoice_line_standalone CONFLICTS= trytond_purchase_invoice_line_standalone-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_purchase_shipment_cost/Makefile =================================================================== --- head/finance/trytond28_purchase_shipment_cost/Makefile (revision 521805) +++ head/finance/trytond28_purchase_shipment_cost/Makefile (revision 521806) @@ -1,26 +1,29 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_purchase_shipment_cost PORTVERSION= 2.8.0 PORTREVISION= 3 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_purchase_shipment_cost/ \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_currency>=2.8.0:finance/trytond28_currency \ trytond28_stock>=2.8.2:finance/trytond28_stock CONFLICTS= trytond_purchase_shipment_cost-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_sale/Makefile =================================================================== --- head/finance/trytond28_sale/Makefile (revision 521805) +++ head/finance/trytond28_sale/Makefile (revision 521806) @@ -1,25 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_sale PORTVERSION= 2.8.3 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_stock>=2.8.2:finance/trytond28_stock CONFLICTS= trytond_sale-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_sale_opportunity/Makefile =================================================================== --- head/finance/trytond28_sale_opportunity/Makefile (revision 521805) +++ head/finance/trytond28_sale_opportunity/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_sale_opportunity PORTVERSION= 2.8.2 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 CONFLICTS= trytond_sale_opportunity-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_sale_price_list/Makefile =================================================================== --- head/finance/trytond28_sale_price_list/Makefile (revision 521805) +++ head/finance/trytond28_sale_price_list/Makefile (revision 521806) @@ -1,26 +1,29 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_sale_price_list PORTVERSION= 2.8.0 PORTREVISION= 3 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_sale_price_list/ \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_sale>=2.8.1:finance/trytond28_sale \ trytond28_product_price_list>=2.8.0:finance/trytond28_product_price_list CONFLICTS= trytond_sale_price_list-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_sale_shipment_cost/Makefile =================================================================== --- head/finance/trytond28_sale_shipment_cost/Makefile (revision 521805) +++ head/finance/trytond28_sale_shipment_cost/Makefile (revision 521806) @@ -1,27 +1,30 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_sale_shipment_cost PORTVERSION= 2.8.0 PORTREVISION= 3 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_sale_shipment_cost/ \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_sale>=2.8.1:finance/trytond28_sale \ trytond28_account_invoice>=2.8.2:finance/trytond28_account_invoice \ trytond28_stock>=2.8.2:finance/trytond28_stock CONFLICTS= trytond_sale_shipment_cost-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_sale_supply/Makefile =================================================================== --- head/finance/trytond28_sale_supply/Makefile (revision 521805) +++ head/finance/trytond28_sale_supply/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_sale_supply PORTVERSION= 2.8.4 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 CONFLICTS= trytond_sale_supply-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_sale_supply_drop_shipment/Makefile =================================================================== --- head/finance/trytond28_sale_supply_drop_shipment/Makefile (revision 521805) +++ head/finance/trytond28_sale_supply_drop_shipment/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_sale_supply_drop_shipment PORTVERSION= 2.8.4 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_sale_supply_drop_shipment-${PORTVERSION} 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 CONFLICTS= trytond_sale_supply_drop_shipment-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_stock/Makefile =================================================================== --- head/finance/trytond28_stock/Makefile (revision 521805) +++ head/finance/trytond28_stock/Makefile (revision 521806) @@ -1,27 +1,30 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_stock PORTVERSION= 2.8.9 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_product>=2.8.0:finance/trytond28_product \ trytond28_company>=2.8.0:finance/trytond28_company \ trytond28_currency>=2.8.0:finance/trytond28_currency CONFLICTS= trytond_stock-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_stock_forecast/Makefile =================================================================== --- head/finance/trytond28_stock_forecast/Makefile (revision 521805) +++ head/finance/trytond28_stock_forecast/Makefile (revision 521806) @@ -1,25 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_stock_forecast PORTVERSION= 2.8.2 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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} \ trytond28_stock>=2.8.2:finance/trytond28_stock CONFLICTS= trytond_stock_forecast-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_stock_inventory_location/Makefile =================================================================== --- head/finance/trytond28_stock_inventory_location/Makefile (revision 521805) +++ head/finance/trytond28_stock_inventory_location/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_stock_inventory_location PORTVERSION= 2.8.1 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_stock_inventory_location-${PORTVERSION} 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 CONFLICTS= trytond_stock_inventory_location-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_stock_location_sequence/Makefile =================================================================== --- head/finance/trytond28_stock_location_sequence/Makefile (revision 521805) +++ head/finance/trytond28_stock_location_sequence/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_stock_location_sequence PORTVERSION= 2.8.1 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_stock_location_sequence-${PORTVERSION} 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 CONFLICTS= trytond_stock_location_sequence-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_stock_lot/Makefile =================================================================== --- head/finance/trytond28_stock_lot/Makefile (revision 521805) +++ head/finance/trytond28_stock_lot/Makefile (revision 521806) @@ -1,25 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_stock_lot PORTVERSION= 2.8.1 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_stock>=2.8.2:finance/trytond28_stock CONFLICTS= trytond_stock_lot-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_stock_product_location/Makefile =================================================================== --- head/finance/trytond28_stock_product_location/Makefile (revision 521805) +++ head/finance/trytond28_stock_product_location/Makefile (revision 521806) @@ -1,25 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_stock_product_location PORTVERSION= 2.8.3 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_stock>=2.8.2:finance/trytond28_stock CONFLICTS= trytond_stock_product_location-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_stock_split/Makefile =================================================================== --- head/finance/trytond28_stock_split/Makefile (revision 521805) +++ head/finance/trytond28_stock_split/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_stock_split PORTVERSION= 2.8.2 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 CONFLICTS= trytond_stock_split-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_stock_supply/Makefile =================================================================== --- head/finance/trytond28_stock_supply/Makefile (revision 521805) +++ head/finance/trytond28_stock_supply/Makefile (revision 521806) @@ -1,25 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_stock_supply PORTVERSION= 2.8.4 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_purchase>=2.8.0:finance/trytond28_purchase CONFLICTS= trytond_stock_supply-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_stock_supply_day/Makefile =================================================================== --- head/finance/trytond28_stock_supply_day/Makefile (revision 521805) +++ head/finance/trytond28_stock_supply_day/Makefile (revision 521806) @@ -1,25 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_stock_supply_day PORTVERSION= 2.8.1 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_purchase>=2.8.0:finance/trytond28_purchase CONFLICTS= trytond_stock_supply_day-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_stock_supply_forecast/Makefile =================================================================== --- head/finance/trytond28_stock_supply_forecast/Makefile (revision 521805) +++ head/finance/trytond28_stock_supply_forecast/Makefile (revision 521806) @@ -1,25 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_stock_supply_forecast PORTVERSION= 2.8.0 PORTREVISION= 3 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_stock_supply_forecast/ \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 \ trytond28_stock_forecast>=2.8.0:finance/trytond28_stock_forecast CONFLICTS= trytond_stock_supply_forecast-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_stock_supply_production/Makefile =================================================================== --- head/finance/trytond28_stock_supply_production/Makefile (revision 521805) +++ head/finance/trytond28_stock_supply_production/Makefile (revision 521806) @@ -1,27 +1,30 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_stock_supply_production PORTVERSION= 2.8.2 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_stock_supply_production-${PORTVERSION} 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 \ trytond28_stock_supply>=2.8.1:finance/trytond28_stock_supply \ trytond28_production>=2.8.0:finance/trytond28_production \ trytond28_product>=2.8.0:finance/trytond28_product CONFLICTS= trytond_stock_supply_production-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_timesheet/Makefile =================================================================== --- head/finance/trytond28_timesheet/Makefile (revision 521805) +++ head/finance/trytond28_timesheet/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_timesheet PORTVERSION= 2.8.1 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 CONFLICTS= trytond_timesheet-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/french/trytond28_account_fr/Makefile =================================================================== --- head/french/trytond28_account_fr/Makefile (revision 521805) +++ head/french/trytond28_account_fr/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_account_fr PORTVERSION= 2.8.0 PORTREVISION= 3 CATEGORIES= french finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_account_fr/ \ http://downloads.tryton.org/${PORTVERSION:R}/ 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 CONFLICTS= trytond_account_fr-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/german/trytond28_account_de_skr03/Makefile =================================================================== --- head/german/trytond28_account_de_skr03/Makefile (revision 521805) +++ head/german/trytond28_account_de_skr03/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_account_de_skr03 PORTVERSION= 2.8.0 PORTREVISION= 3 CATEGORIES= german finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_account_de_skr03/ \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 CONFLICTS= trytond_account_de_skr03-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/www/trytond28_google_maps/Makefile =================================================================== --- head/www/trytond28_google_maps/Makefile (revision 521805) +++ head/www/trytond28_google_maps/Makefile (revision 521806) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_google_maps PORTVERSION= 2.8.0 PORTREVISION= 3 CATEGORIES= www finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_google_maps/ \ http://downloads-cdn.tryton.org/${PORTVERSION:R}/ 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 CONFLICTS= trytond_google_maps-2.[46].* USES= python:2.7 USE_PYTHON= distutils autoplist .include