Index: head/finance/tryton/Makefile =================================================================== --- head/finance/tryton/Makefile (revision 391348) +++ head/finance/tryton/Makefile (revision 391349) @@ -1,30 +1,32 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= tryton -PORTVERSION= 2.4.7 -PORTREVISION= 1 +PORTVERSION= 2.4.16 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/2.4/ MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Gtk+ Client) LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}pytz>=2012:${PORTSDIR}/devel/py-pytz + +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 CONFLICTS= tryton28-2.8.* USES= cpe desktop-file-utils gettext python:2 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/tryton/distinfo =================================================================== --- head/finance/tryton/distinfo (revision 391348) +++ head/finance/tryton/distinfo (revision 391349) @@ -1,2 +1,2 @@ -SHA256 (tryton-2.4.7.tar.gz) = c9265b7135c301bb78b5c78ac1e4b6943b6efdaea7c0976498388ca9a964dd66 -SIZE (tryton-2.4.7.tar.gz) = 626497 +SHA256 (tryton-2.4.16.tar.gz) = 6eaa27fbe336313913960ed646e79fe4ff726522bb1db83f3e7369d47da9caf1 +SIZE (tryton-2.4.16.tar.gz) = 626763 Index: head/finance/trytond/Makefile =================================================================== --- head/finance/trytond/Makefile (revision 391348) +++ head/finance/trytond/Makefile (revision 391349) @@ -1,73 +1,75 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= trytond -PORTVERSION= 2.4.8 -PORTREVISION= 1 +PORTVERSION= 2.4.16 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Server) LICENSE= GPLv3 BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/mx/__init__.py:${PORTSDIR}/lang/py-mx-base \ ${PYTHON_PKGNAMEPREFIX}psycopg2>0:${PORTSDIR}/databases/py-psycopg2 \ ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}Genshi>0.5.1:${PORTSDIR}/textproc/py-genshi \ ${PYTHON_PKGNAMEPREFIX}relatorio>=0.2.0:${PORTSDIR}/print/py-relatorio \ ${PYTHON_PKGNAMEPREFIX}polib>=0.7.0:${PORTSDIR}/devel/py-polib \ ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil RUN_DEPENDS:= ${BUILD_DEPENDS} + +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 CONFLICTS= trytond28-2.8.* 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= cpe python CPE_VENDOR= tryton USE_PYTHON= distutils autoplist 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:${PORTSDIR}/www/py-pywebdav .endif .if ${PORT_OPTIONS:MPYOPENSSL} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}openssl>=0:${PORTSDIR}/security/py-openssl .endif .if ${PORT_OPTIONS:MPYDOT} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pydot>=0:${PORTSDIR}/graphics/py-pydot .endif .if ${PORT_OPTIONS:MPYTZ} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz .endif post-install: ${CP} -p ${WRKSRC}/etc/${PORTNAME}.conf ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample .include Index: head/finance/trytond/distinfo =================================================================== --- head/finance/trytond/distinfo (revision 391348) +++ head/finance/trytond/distinfo (revision 391349) @@ -1,2 +1,2 @@ -SHA256 (trytond-2.4.8.tar.gz) = 9aa83c4e8deac341878f8923a556fe7daa3ac8ee6bc8720260d2f71af72a7a0f -SIZE (trytond-2.4.8.tar.gz) = 441914 +SHA256 (trytond-2.4.16.tar.gz) = b2b720466af1d4cd325e76d80778a8f39f5c7dab132caa7c85dd505ad259a0b6 +SIZE (trytond-2.4.16.tar.gz) = 441822 Index: head/finance/trytond_account/Makefile =================================================================== --- head/finance/trytond_account/Makefile (revision 391348) +++ head/finance/trytond_account/Makefile (revision 391349) @@ -1,24 +1,26 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_account -PORTVERSION= 2.4.6 -PORTREVISION= 1 +PORTVERSION= 2.4.8 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Account Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company \ ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil + +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 CONFLICTS= trytond28_account-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_account/distinfo =================================================================== --- head/finance/trytond_account/distinfo (revision 391348) +++ head/finance/trytond_account/distinfo (revision 391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_account-2.4.6.tar.gz) = 6cc42bdcbf4a2ee7159c2468fc9cbede71a205be0d15c8691f1a56c77b6abce2 -SIZE (trytond_account-2.4.6.tar.gz) = 240759 +SHA256 (trytond_account-2.4.8.tar.gz) = a1af984b948458fdf6572b22269dd565f31ddb0a79c36b572199093382d16820 +SIZE (trytond_account-2.4.8.tar.gz) = 240743 Index: head/finance/trytond_account_be/Makefile =================================================================== --- head/finance/trytond_account_be/Makefile (revision 391348) +++ head/finance/trytond_account_be/Makefile (revision 391349) @@ -1,23 +1,26 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_account_be PORTVERSION= 2.4.0 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Belgian Account Chart) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_account>=2.4.1:${PORTSDIR}/finance/trytond_account +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_account-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_account_invoice/Makefile =================================================================== --- head/finance/trytond_account_invoice/Makefile (revision 391348) +++ head/finance/trytond_account_invoice/Makefile (revision 391349) @@ -1,23 +1,25 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_account_invoice -PORTVERSION= 2.4.3 -PORTREVISION= 1 +PORTVERSION= 2.4.6 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Account Invoice Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_account_product>=2.4.1:${PORTSDIR}/finance/trytond_account_product + +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 CONFLICTS= trytond28_account_invoice-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_account_invoice/distinfo =================================================================== --- head/finance/trytond_account_invoice/distinfo (revision 391348) +++ head/finance/trytond_account_invoice/distinfo (revision 391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_account_invoice-2.4.3.tar.gz) = 07a0ffe656950a18ff4128dd47dfa5a5b66399ad729e97b49a4b40d8bccccc45 -SIZE (trytond_account_invoice-2.4.3.tar.gz) = 101630 +SHA256 (trytond_account_invoice-2.4.6.tar.gz) = 40c6fc44bc895ef868c2b51e3e57e824fcbc1066bb28163b84fa7cb1859b1b47 +SIZE (trytond_account_invoice-2.4.6.tar.gz) = 101649 Index: head/finance/trytond_account_invoice_history/Makefile =================================================================== --- head/finance/trytond_account_invoice_history/Makefile (revision 391348) +++ head/finance/trytond_account_invoice_history/Makefile (revision 391349) @@ -1,23 +1,26 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_account_invoice_history PORTVERSION= 2.4.2 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Account Invoice History Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_account_invoice_history-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_account_invoice_line_standalone/Makefile =================================================================== --- head/finance/trytond_account_invoice_line_standalone/Makefile (revision 391348) +++ head/finance/trytond_account_invoice_line_standalone/Makefile (revision 391349) @@ -1,23 +1,26 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_account_invoice_line_standalone PORTVERSION= 2.4.1 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Account Invoice Line Standalone Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_account_invoice_line_standalone-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_account_product/Makefile =================================================================== --- head/finance/trytond_account_product/Makefile (revision 391348) +++ head/finance/trytond_account_product/Makefile (revision 391349) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_account_product PORTVERSION= 2.4.1 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Account Product Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_account>=2.4.1:${PORTSDIR}/finance/trytond_account \ trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_account_product-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_account_statement/Makefile =================================================================== --- head/finance/trytond_account_statement/Makefile (revision 391348) +++ head/finance/trytond_account_statement/Makefile (revision 391349) @@ -1,23 +1,26 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_account_statement PORTVERSION= 2.4.3 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Account Statement Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_account_statement-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_account_stock_anglo_saxon/Makefile =================================================================== --- head/finance/trytond_account_stock_anglo_saxon/Makefile (revision 391348) +++ head/finance/trytond_account_stock_anglo_saxon/Makefile (revision 391349) @@ -1,24 +1,26 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_account_stock_anglo_saxon -PORTVERSION= 2.4.5 -PORTREVISION= 1 +PORTVERSION= 2.4.6 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Account Stock Anglo Saxon Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice \ trytond_account_stock_continental>=2.4.1:${PORTSDIR}/finance/trytond_account_stock_continental + +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 CONFLICTS= trytond28_account_stock_anglo_saxon-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_account_stock_anglo_saxon/distinfo =================================================================== --- head/finance/trytond_account_stock_anglo_saxon/distinfo (revision 391348) +++ head/finance/trytond_account_stock_anglo_saxon/distinfo (revision 391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_account_stock_anglo_saxon-2.4.5.tar.gz) = ac453cbf3b691e0991cd85e7e8860bb80479d3c48fb4abfc6a5bd2d44e343a5c -SIZE (trytond_account_stock_anglo_saxon-2.4.5.tar.gz) = 22002 +SHA256 (trytond_account_stock_anglo_saxon-2.4.6.tar.gz) = de3d9739cca3b0a0f8fa78f8c4166e7beecf237021ebc5048c1f8db2dd8fa4b8 +SIZE (trytond_account_stock_anglo_saxon-2.4.6.tar.gz) = 22079 Index: head/finance/trytond_account_stock_continental/Makefile =================================================================== --- head/finance/trytond_account_stock_continental/Makefile (revision 391348) +++ head/finance/trytond_account_stock_continental/Makefile (revision 391349) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_account_stock_continental PORTVERSION= 2.4.3 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Account Stock Continental Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_account_product>=2.4.1:${PORTSDIR}/finance/trytond_account_product \ trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_account_stock_continental-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_analytic_account/Makefile =================================================================== --- head/finance/trytond_analytic_account/Makefile (revision 391348) +++ head/finance/trytond_analytic_account/Makefile (revision 391349) @@ -1,26 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_analytic_account -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.4.3 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Analytic Account Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company \ trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \ trytond_currency>=2.4.0:${PORTSDIR}/finance/trytond_currency \ trytond_account>=2.4.1:${PORTSDIR}/finance/trytond_account + +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 CONFLICTS= trytond28_analytic_account-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_analytic_account/distinfo =================================================================== --- head/finance/trytond_analytic_account/distinfo (revision 391348) +++ head/finance/trytond_analytic_account/distinfo (revision 391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_analytic_account-2.4.1.tar.gz) = 29f7859358630812a2e0c23db1b8fba37eef8fa00f5afcbff9447b8d32c4b8c1 -SIZE (trytond_analytic_account-2.4.1.tar.gz) = 31501 +SHA256 (trytond_analytic_account-2.4.3.tar.gz) = 61b4f9d497634a93a93bd6a5e9f6dbc9009b5bf386e4be8d570078733fbb69fd +SIZE (trytond_analytic_account-2.4.3.tar.gz) = 31574 Index: head/finance/trytond_analytic_invoice/Makefile =================================================================== --- head/finance/trytond_analytic_invoice/Makefile (revision 391348) +++ head/finance/trytond_analytic_invoice/Makefile (revision 391349) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_analytic_invoice PORTVERSION= 2.4.2 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Analytic Invoice Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_analytic_account>=2.4.1:${PORTSDIR}/finance/trytond_analytic_account \ trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_analytic_invoice-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_analytic_purchase/Makefile =================================================================== --- head/finance/trytond_analytic_purchase/Makefile (revision 391348) +++ head/finance/trytond_analytic_purchase/Makefile (revision 391349) @@ -1,25 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_analytic_purchase PORTVERSION= 2.4.2 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Analytic Purchase Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_analytic_account>=2.4.1:${PORTSDIR}/finance/trytond_analytic_account \ trytond_analytic_invoice>=2.4.1:${PORTSDIR}/finance/trytond_analytic_invoice \ trytond_purchase>=2.4.0:${PORTSDIR}/finance/trytond_purchase +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_analytic_purchase-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_analytic_sale/Makefile =================================================================== --- head/finance/trytond_analytic_sale/Makefile (revision 391348) +++ head/finance/trytond_analytic_sale/Makefile (revision 391349) @@ -1,25 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_analytic_sale PORTVERSION= 2.4.2 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Analytic Sale Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_analytic_account>=2.4.1:${PORTSDIR}/finance/trytond_analytic_account \ trytond_analytic_invoice>=2.4.1:${PORTSDIR}/finance/trytond_analytic_invoice \ trytond_sale>=2.4.0:${PORTSDIR}/finance/trytond_sale +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_analytic_sale-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_calendar/Makefile =================================================================== --- head/finance/trytond_calendar/Makefile (revision 391348) +++ head/finance/trytond_calendar/Makefile (revision 391349) @@ -1,26 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_calendar -PORTVERSION= 2.4.3 -PORTREVISION= 1 +PORTVERSION= 2.4.4 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Calendar Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ ${PYTHON_PKGNAMEPREFIX}vobject>=0.8.1:${PORTSDIR}/deskutils/py-vobject \ ${PYTHON_PKGNAMEPREFIX}PyWebDAV>=0:${PORTSDIR}/www/py-pywebdav \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil + +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 CONFLICTS= trytond28_calendar-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_calendar/distinfo =================================================================== --- head/finance/trytond_calendar/distinfo (revision 391348) +++ head/finance/trytond_calendar/distinfo (revision 391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_calendar-2.4.3.tar.gz) = 25e268c7d4556592b7a4b6ff7fab8dbda6afc6eec69cd571946bc15463423795 -SIZE (trytond_calendar-2.4.3.tar.gz) = 56246 +SHA256 (trytond_calendar-2.4.4.tar.gz) = 4b8671d54d747f6545ac900d246dc2973f07adf8200f1e120d670c09950c0aab +SIZE (trytond_calendar-2.4.4.tar.gz) = 56273 Index: head/finance/trytond_calendar_classification/Makefile =================================================================== --- head/finance/trytond_calendar_classification/Makefile (revision 391348) +++ head/finance/trytond_calendar_classification/Makefile (revision 391349) @@ -1,23 +1,26 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_calendar_classification PORTVERSION= 2.4.2 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Calendar Classification Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_calendar>=2.4.1:${PORTSDIR}/finance/trytond_calendar +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_calendar_classification-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_calendar_scheduling/Makefile =================================================================== --- head/finance/trytond_calendar_scheduling/Makefile (revision 391348) +++ head/finance/trytond_calendar_scheduling/Makefile (revision 391349) @@ -1,23 +1,26 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_calendar_scheduling PORTVERSION= 2.4.1 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Calendar Scheduling Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_calendar>=2.4.1:${PORTSDIR}/finance/trytond_calendar +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_calendar_scheduling-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_calendar_todo/Makefile =================================================================== --- head/finance/trytond_calendar_todo/Makefile (revision 391348) +++ head/finance/trytond_calendar_todo/Makefile (revision 391349) @@ -1,23 +1,25 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_calendar_todo -PORTVERSION= 2.4.4 -PORTREVISION= 1 +PORTVERSION= 2.4.5 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Calendar Todo Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_calendar>=2.4.1:${PORTSDIR}/finance/trytond_calendar + +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 CONFLICTS= trytond28_calendar_todo-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_calendar_todo/distinfo =================================================================== --- head/finance/trytond_calendar_todo/distinfo (revision 391348) +++ head/finance/trytond_calendar_todo/distinfo (revision 391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_calendar_todo-2.4.4.tar.gz) = a0a0d317ae5a5df2fb23fa695644554b5fcb9ccb5c9c21f4c5841d22b2a4ed17 -SIZE (trytond_calendar_todo-2.4.4.tar.gz) = 37303 +SHA256 (trytond_calendar_todo-2.4.5.tar.gz) = c10611757cca8e4abe5e6b211d0d6ee7d3d32e398578542834d6f026fbd96fc8 +SIZE (trytond_calendar_todo-2.4.5.tar.gz) = 37315 Index: head/finance/trytond_carrier/Makefile =================================================================== --- head/finance/trytond_carrier/Makefile (revision 391348) +++ head/finance/trytond_carrier/Makefile (revision 391349) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_carrier PORTVERSION= 2.4.1 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Carrier Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \ trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_carrier-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_carrier_percentage/Makefile =================================================================== --- head/finance/trytond_carrier_percentage/Makefile (revision 391348) +++ head/finance/trytond_carrier_percentage/Makefile (revision 391349) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_carrier_percentage PORTVERSION= 2.4.1 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Carrier Percentage Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_carrier>=2.4.1:${PORTSDIR}/finance/trytond_carrier \ trytond_currency>=2.4.0:${PORTSDIR}/finance/trytond_currency +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_carrier_percentage-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_carrier_weight/Makefile =================================================================== --- head/finance/trytond_carrier_weight/Makefile (revision 391348) +++ head/finance/trytond_carrier_weight/Makefile (revision 391349) @@ -1,24 +1,26 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_carrier_weight -PORTVERSION= 2.4.0 -PORTREVISION= 1 +PORTVERSION= 2.4.1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Carrier Weight Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_product_measurements>=2.4.0:${PORTSDIR}/finance/trytond_product_measurements \ trytond_carrier>=2.4.1:${PORTSDIR}/finance/trytond_carrier + +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 CONFLICTS= trytond28_carrier_weight-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_carrier_weight/distinfo =================================================================== --- head/finance/trytond_carrier_weight/distinfo (revision 391348) +++ head/finance/trytond_carrier_weight/distinfo (revision 391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_carrier_weight-2.4.0.tar.gz) = 42c10c58916fe98c020402ba92efc909e6594c5898e4bf8851a5f3aafee3472c -SIZE (trytond_carrier_weight-2.4.0.tar.gz) = 22242 +SHA256 (trytond_carrier_weight-2.4.1.tar.gz) = 9233f95b683561eec122a19fef54c9710af045bfe92c34d33f2c82a4c334f498 +SIZE (trytond_carrier_weight-2.4.1.tar.gz) = 22148 Index: head/finance/trytond_company/Makefile =================================================================== --- head/finance/trytond_company/Makefile (revision 391348) +++ head/finance/trytond_company/Makefile (revision 391349) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_company PORTVERSION= 2.4.1 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Company Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \ trytond_currency>=2.4.0:${PORTSDIR}/finance/trytond_currency +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_company-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_company_work_time/Makefile =================================================================== --- head/finance/trytond_company_work_time/Makefile (revision 391348) +++ head/finance/trytond_company_work_time/Makefile (revision 391349) @@ -1,23 +1,26 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_company_work_time PORTVERSION= 2.4.0 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Company Work Time Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_company_work_time-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_country/Makefile =================================================================== --- head/finance/trytond_country/Makefile (revision 391348) +++ head/finance/trytond_country/Makefile (revision 391349) @@ -1,22 +1,24 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_country -PORTVERSION= 2.4.0 -PORTREVISION= 1 +PORTVERSION= 2.4.1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Country Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond + +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 CONFLICTS= trytond28_country-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_country/distinfo =================================================================== --- head/finance/trytond_country/distinfo (revision 391348) +++ head/finance/trytond_country/distinfo (revision 391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_country-2.4.0.tar.gz) = 0f41193a4639b56f7a80ade241351e8c81755669be5b5747d0b6b42c0c4ce81a -SIZE (trytond_country-2.4.0.tar.gz) = 721689 +SHA256 (trytond_country-2.4.1.tar.gz) = 644bd71932aed160e623eb562d0d86d7c69c84974f550fa8704abebf4188eaef +SIZE (trytond_country-2.4.1.tar.gz) = 721631 Index: head/finance/trytond_currency/Makefile =================================================================== --- head/finance/trytond_currency/Makefile (revision 391348) +++ head/finance/trytond_currency/Makefile (revision 391349) @@ -1,22 +1,24 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_currency -PORTVERSION= 2.4.0 -PORTREVISION= 1 +PORTVERSION= 2.4.1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Currency Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond + +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 CONFLICTS= trytond28_currency-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_currency/distinfo =================================================================== --- head/finance/trytond_currency/distinfo (revision 391348) +++ head/finance/trytond_currency/distinfo (revision 391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_currency-2.4.0.tar.gz) = 9c0d8eb2965876641a5ab5b4991772c7bc44e35de4b27e8860af1ed30089ea62 -SIZE (trytond_currency-2.4.0.tar.gz) = 54369 +SHA256 (trytond_currency-2.4.1.tar.gz) = 9c79e86f2f2817653050b8e3a95e166c93a12786b5aa8f958ae1793b0d0c2ce4 +SIZE (trytond_currency-2.4.1.tar.gz) = 54254 Index: head/finance/trytond_dashboard/Makefile =================================================================== --- head/finance/trytond_dashboard/Makefile (revision 391348) +++ head/finance/trytond_dashboard/Makefile (revision 391349) @@ -1,22 +1,25 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_dashboard PORTVERSION= 2.4.1 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Dashboard Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_dashboard-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_ldap_authentication/Makefile =================================================================== --- head/finance/trytond_ldap_authentication/Makefile (revision 391348) +++ head/finance/trytond_ldap_authentication/Makefile (revision 391349) @@ -1,23 +1,25 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_ldap_authentication -PORTVERSION= 2.4.0 -PORTREVISION= 1 +PORTVERSION= 2.4.1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (LDAP Authentication Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_ldap_connection>=2.4.0:${PORTSDIR}/finance/trytond_ldap_connection + +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 CONFLICTS= trytond28_ldap_authentication-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_ldap_authentication/distinfo =================================================================== --- head/finance/trytond_ldap_authentication/distinfo (revision 391348) +++ head/finance/trytond_ldap_authentication/distinfo (revision 391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_ldap_authentication-2.4.0.tar.gz) = cc72a6a39ec0b2a24fbcd6ba3d43e4d334f81d018bf1c235f498472b1b57c1b0 -SIZE (trytond_ldap_authentication-2.4.0.tar.gz) = 20594 +SHA256 (trytond_ldap_authentication-2.4.1.tar.gz) = af1a2ce5d89c79f2aa24f3f3c4cdd6e1d583446f758db1c42e44b7c253d4e2e0 +SIZE (trytond_ldap_authentication-2.4.1.tar.gz) = 20508 Index: head/finance/trytond_ldap_connection/Makefile =================================================================== --- head/finance/trytond_ldap_connection/Makefile (revision 391348) +++ head/finance/trytond_ldap_connection/Makefile (revision 391349) @@ -1,23 +1,26 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_ldap_connection PORTVERSION= 2.4.0 PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (LDAP Connection Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ ${PYTHON_PKGNAMEPREFIX}ldap>=2.4.10:${PORTSDIR}/net/py-ldap +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_ldap_connection-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_party/Makefile =================================================================== --- head/finance/trytond_party/Makefile (revision 391348) +++ head/finance/trytond_party/Makefile (revision 391349) @@ -1,24 +1,26 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_party -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.4.2 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Party Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_country>=2.4.0:${PORTSDIR}/finance/trytond_country \ ${PYTHON_PKGNAMEPREFIX}vatnumber>=1.0.0:${PORTSDIR}/finance/py-vatnumber + +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 CONFLICTS= trytond28_party-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_party/distinfo =================================================================== --- head/finance/trytond_party/distinfo (revision 391348) +++ head/finance/trytond_party/distinfo (revision 391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_party-2.4.1.tar.gz) = dfe124f98cbaf96566bf88a37a3dccc783965b78709531c2e2d3aad5e919347d -SIZE (trytond_party-2.4.1.tar.gz) = 52852 +SHA256 (trytond_party-2.4.2.tar.gz) = 862312dabd029f652127baa955d3f178dcd9dcec75c7b65f54b53eb932b42cd3 +SIZE (trytond_party-2.4.2.tar.gz) = 52893 Index: head/finance/trytond_party_siret/Makefile =================================================================== --- head/finance/trytond_party_siret/Makefile (revision 391348) +++ head/finance/trytond_party_siret/Makefile (revision 391349) @@ -1,23 +1,26 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_party_siret PORTVERSION= 2.4.1 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Party Siret Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_party_siret-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_party_vcarddav/Makefile =================================================================== --- head/finance/trytond_party_vcarddav/Makefile (revision 391348) +++ head/finance/trytond_party_vcarddav/Makefile (revision 391349) @@ -1,25 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_party_vcarddav PORTVERSION= 2.4.2 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Party VCardDAV Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \ ${PYTHON_PKGNAMEPREFIX}vobject>=0.8.1:${PORTSDIR}/deskutils/py-vobject \ ${PYTHON_PKGNAMEPREFIX}PyWebDAV>=0:${PORTSDIR}/www/py-pywebdav +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_party_vcarddav-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_product/Makefile =================================================================== --- head/finance/trytond_product/Makefile (revision 391348) +++ head/finance/trytond_product/Makefile (revision 391349) @@ -1,22 +1,24 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_product -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.4.3 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Product Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond + +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 CONFLICTS= trytond28_product-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_product/distinfo =================================================================== --- head/finance/trytond_product/distinfo (revision 391348) +++ head/finance/trytond_product/distinfo (revision 391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_product-2.4.1.tar.gz) = 8d46795dff46a3b1bf28e94c971372085dd5aa7515dea9566a132c88db8f9d88 -SIZE (trytond_product-2.4.1.tar.gz) = 43054 +SHA256 (trytond_product-2.4.3.tar.gz) = 7d92f40c5ad9e5c7497c48f66808e1fcb7c99ad459559a7ee8a482d40edbd103 +SIZE (trytond_product-2.4.3.tar.gz) = 43094 Index: head/finance/trytond_product_cost_fifo/Makefile =================================================================== --- head/finance/trytond_product_cost_fifo/Makefile (revision 391348) +++ head/finance/trytond_product_cost_fifo/Makefile (revision 391349) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_product_cost_fifo PORTVERSION= 2.4.0 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Product Cost Fifo Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \ trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_product_cost_fifo-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_product_cost_history/Makefile =================================================================== --- head/finance/trytond_product_cost_history/Makefile (revision 391348) +++ head/finance/trytond_product_cost_history/Makefile (revision 391349) @@ -1,23 +1,26 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_product_cost_history PORTVERSION= 2.4.0 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Product Cost History Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_product_cost_history-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_product_measurements/Makefile =================================================================== --- head/finance/trytond_product_measurements/Makefile (revision 391348) +++ head/finance/trytond_product_measurements/Makefile (revision 391349) @@ -1,23 +1,26 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_product_measurements PORTVERSION= 2.4.0 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Product Measurements Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_product_measurements-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_product_price_list/Makefile =================================================================== --- head/finance/trytond_product_price_list/Makefile (revision 391348) +++ head/finance/trytond_product_price_list/Makefile (revision 391349) @@ -1,25 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_product_price_list PORTVERSION= 2.4.0 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Product Price List Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \ trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \ trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_product_price_list-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_production/Makefile =================================================================== --- head/finance/trytond_production/Makefile (revision 391348) +++ head/finance/trytond_production/Makefile (revision 391349) @@ -1,25 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_production -PORTVERSION= 2.4.3 -PORTREVISION= 1 +PORTVERSION= 2.4.4 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Production Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \ trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company \ trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock + +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 CONFLICTS= trytond28_production-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_production/distinfo =================================================================== --- head/finance/trytond_production/distinfo (revision 391348) +++ head/finance/trytond_production/distinfo (revision 391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_production-2.4.3.tar.gz) = 47b2668b2f6833671664103be6a9154d268167d402301c48d418149e4059644b -SIZE (trytond_production-2.4.3.tar.gz) = 32537 +SHA256 (trytond_production-2.4.4.tar.gz) = 585598b7124a9a32fb1df05c688de1a132dd1e806e5592226de4a7db55d7e18b +SIZE (trytond_production-2.4.4.tar.gz) = 32300 Index: head/finance/trytond_project/Makefile =================================================================== --- head/finance/trytond_project/Makefile (revision 391348) +++ head/finance/trytond_project/Makefile (revision 391349) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_project PORTVERSION= 2.4.1 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Project Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_timesheet>=2.4.0:${PORTSDIR}/finance/trytond_timesheet \ trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_project-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_project_plan/Makefile =================================================================== --- head/finance/trytond_project_plan/Makefile (revision 391348) +++ head/finance/trytond_project_plan/Makefile (revision 391349) @@ -1,23 +1,25 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_project_plan -PORTVERSION= 2.4.2 -PORTREVISION= 1 +PORTVERSION= 2.4.3 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Project Plan Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_project>=2.4.0:${PORTSDIR}/finance/trytond_project + +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 CONFLICTS= trytond28_project_plan-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_project_plan/distinfo =================================================================== --- head/finance/trytond_project_plan/distinfo (revision 391348) +++ head/finance/trytond_project_plan/distinfo (revision 391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_project_plan-2.4.2.tar.gz) = 29dc6cd9a5ed8fc2f3338a1fc788749e932306cbba66655a771ee8d5cee521c2 -SIZE (trytond_project_plan-2.4.2.tar.gz) = 27857 +SHA256 (trytond_project_plan-2.4.3.tar.gz) = 5f749fe707e126cc3152b3aa881f600bbe74ce527405acda0bc682127a1f18b7 +SIZE (trytond_project_plan-2.4.3.tar.gz) = 27848 Index: head/finance/trytond_project_revenue/Makefile =================================================================== --- head/finance/trytond_project_revenue/Makefile (revision 391348) +++ head/finance/trytond_project_revenue/Makefile (revision 391349) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_project_revenue PORTVERSION= 2.4.1 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Project Revenue Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_project>=2.4.0:${PORTSDIR}/finance/trytond_project \ trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_project_revenue-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_purchase/Makefile =================================================================== --- head/finance/trytond_purchase/Makefile (revision 391348) +++ head/finance/trytond_purchase/Makefile (revision 391349) @@ -1,24 +1,26 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_purchase -PORTVERSION= 2.4.4 -PORTREVISION= 1 +PORTVERSION= 2.4.6 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Purchase Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock \ trytond_account_invoice>=2.4.0:${PORTSDIR}/finance/trytond_account_invoice + +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 CONFLICTS= trytond28_purchase-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_purchase/distinfo =================================================================== --- head/finance/trytond_purchase/distinfo (revision 391348) +++ head/finance/trytond_purchase/distinfo (revision 391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_purchase-2.4.4.tar.gz) = 6d10e62dbabf9b74e18972849a7ff86c00ef0a74e873d98e002bd7240ee7dbf2 -SIZE (trytond_purchase-2.4.4.tar.gz) = 73882 +SHA256 (trytond_purchase-2.4.6.tar.gz) = fa6175ae4a91a3cb73de7bad5a5c4647fe3f98358617aacf24ff530c21a9cfe0 +SIZE (trytond_purchase-2.4.6.tar.gz) = 73885 Index: head/finance/trytond_purchase_invoice_line_standalone/Makefile =================================================================== --- head/finance/trytond_purchase_invoice_line_standalone/Makefile (revision 391348) +++ head/finance/trytond_purchase_invoice_line_standalone/Makefile (revision 391349) @@ -1,24 +1,26 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_purchase_invoice_line_standalone -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.4.2 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Purchase Invoice Line Standalone Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_purchase>=2.4.0:${PORTSDIR}/finance/trytond_purchase \ trytond_account_invoice_line_standalone>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice_line_standalone + +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 CONFLICTS= trytond28_purchase_invoice_line_standalone-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_purchase_invoice_line_standalone/distinfo =================================================================== --- head/finance/trytond_purchase_invoice_line_standalone/distinfo (revision 391348) +++ head/finance/trytond_purchase_invoice_line_standalone/distinfo (revision 391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_purchase_invoice_line_standalone-2.4.1.tar.gz) = 05ef097aba6e22e1842b6c5544dcfd53ed73620215a73a7e5c8f5f8621c18ae9 -SIZE (trytond_purchase_invoice_line_standalone-2.4.1.tar.gz) = 21579 +SHA256 (trytond_purchase_invoice_line_standalone-2.4.2.tar.gz) = 0f765a15e685e4eee7da64415e6e440803ecadc3b7ba50535f833a9612d92a07 +SIZE (trytond_purchase_invoice_line_standalone-2.4.2.tar.gz) = 21667 Index: head/finance/trytond_purchase_shipment_cost/Makefile =================================================================== --- head/finance/trytond_purchase_shipment_cost/Makefile (revision 391348) +++ head/finance/trytond_purchase_shipment_cost/Makefile (revision 391349) @@ -1,25 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_purchase_shipment_cost PORTVERSION= 2.4.2 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Purchase Shipment Cost Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_carrier>=2.4.1:${PORTSDIR}/finance/trytond_carrier \ trytond_currency>=2.4.0:${PORTSDIR}/finance/trytond_currency \ trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_purchase_shipment_cost-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_sale/Makefile =================================================================== --- head/finance/trytond_sale/Makefile (revision 391348) +++ head/finance/trytond_sale/Makefile (revision 391349) @@ -1,24 +1,26 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_sale -PORTVERSION= 2.4.3 -PORTREVISION= 1 +PORTVERSION= 2.4.4 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Sale Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice \ trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock + +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 CONFLICTS= trytond28_sale-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_sale/distinfo =================================================================== --- head/finance/trytond_sale/distinfo (revision 391348) +++ head/finance/trytond_sale/distinfo (revision 391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_sale-2.4.3.tar.gz) = bd49d6066fcccb8317387216beb91bfe6a47026e8cf01c5898f089cf1accecd8 -SIZE (trytond_sale-2.4.3.tar.gz) = 69252 +SHA256 (trytond_sale-2.4.4.tar.gz) = 5fb284bf3f1343f79ef9fc7e33bbb8e02e7a012d08be057225c959b07a6744cb +SIZE (trytond_sale-2.4.4.tar.gz) = 69273 Index: head/finance/trytond_sale_opportunity/Makefile =================================================================== --- head/finance/trytond_sale_opportunity/Makefile (revision 391348) +++ head/finance/trytond_sale_opportunity/Makefile (revision 391349) @@ -1,23 +1,25 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_sale_opportunity -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.4.2 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Sale Opportunity Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_sale>=2.4.0:${PORTSDIR}/finance/trytond_sale + +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 CONFLICTS= trytond28_sale_opportunity-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_sale_opportunity/distinfo =================================================================== --- head/finance/trytond_sale_opportunity/distinfo (revision 391348) +++ head/finance/trytond_sale_opportunity/distinfo (revision 391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_sale_opportunity-2.4.1.tar.gz) = ea26049098b7e5e865ef18888212e17f1e921a7c28476e98fa6e35354340cfb5 -SIZE (trytond_sale_opportunity-2.4.1.tar.gz) = 37757 +SHA256 (trytond_sale_opportunity-2.4.2.tar.gz) = 4fbc24a6eba005926729ca12613e3e31ef61c817bf3bdf681e02698c3110a0be +SIZE (trytond_sale_opportunity-2.4.2.tar.gz) = 38771 Index: head/finance/trytond_sale_price_list/Makefile =================================================================== --- head/finance/trytond_sale_price_list/Makefile (revision 391348) +++ head/finance/trytond_sale_price_list/Makefile (revision 391349) @@ -1,25 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_sale_price_list PORTVERSION= 2.4.0 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Sale Price List Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \ trytond_sale>=2.4.0:${PORTSDIR}/finance/trytond_sale \ trytond_product_price_list>=2.4.0:${PORTSDIR}/finance/trytond_product_price_list +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_sale_price_list-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_sale_shipment_cost/Makefile =================================================================== --- head/finance/trytond_sale_shipment_cost/Makefile (revision 391348) +++ head/finance/trytond_sale_shipment_cost/Makefile (revision 391349) @@ -1,26 +1,29 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_sale_shipment_cost PORTVERSION= 2.4.1 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Sale Shipment Cost Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_carrier>=2.4.1:${PORTSDIR}/finance/trytond_carrier \ trytond_sale>=2.4.0:${PORTSDIR}/finance/trytond_sale \ trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice \ trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_sale_shipment_cost-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_stock/Makefile =================================================================== --- head/finance/trytond_stock/Makefile (revision 391348) +++ head/finance/trytond_stock/Makefile (revision 391349) @@ -1,26 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_stock -PORTVERSION= 2.4.6 -PORTREVISION= 1 +PORTVERSION= 2.4.11 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Stock Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \ trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \ trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company \ trytond_currency>=2.4.0:${PORTSDIR}/finance/trytond_currency + +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 CONFLICTS= trytond28_stock-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_stock/distinfo =================================================================== --- head/finance/trytond_stock/distinfo (revision 391348) +++ head/finance/trytond_stock/distinfo (revision 391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_stock-2.4.6.tar.gz) = e2b0ad6118d66d7d98e799cdaef083c97d8cefe4bd828a82d537f2534d423d7a -SIZE (trytond_stock-2.4.6.tar.gz) = 156734 +SHA256 (trytond_stock-2.4.11.tar.gz) = a5411a4127b4a12da2a3442cb95292a2f4ef0c4b46bb65007d49e91ad8632aae +SIZE (trytond_stock-2.4.11.tar.gz) = 156599 Index: head/finance/trytond_stock_forecast/Makefile =================================================================== --- head/finance/trytond_stock_forecast/Makefile (revision 391348) +++ head/finance/trytond_stock_forecast/Makefile (revision 391349) @@ -1,26 +1,28 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_stock_forecast -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.4.2 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Stock Forecast Module) LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil \ trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \ trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock \ trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company + +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 CONFLICTS= trytond28_stock_forecast-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_stock_forecast/distinfo =================================================================== --- head/finance/trytond_stock_forecast/distinfo (revision 391348) +++ head/finance/trytond_stock_forecast/distinfo (revision 391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_stock_forecast-2.4.1.tar.gz) = 37ffad6fd51caf1808e9aa9213fee69cc1061efb02a693b162a03f0d7d2d39e0 -SIZE (trytond_stock_forecast-2.4.1.tar.gz) = 33918 +SHA256 (trytond_stock_forecast-2.4.2.tar.gz) = 8ffb95f15c27d964e750964046ac51454fcf6a0cd0b0db6e01575241810c55dd +SIZE (trytond_stock_forecast-2.4.2.tar.gz) = 33922 Index: head/finance/trytond_stock_inventory_location/Makefile =================================================================== --- head/finance/trytond_stock_inventory_location/Makefile (revision 391348) +++ head/finance/trytond_stock_inventory_location/Makefile (revision 391349) @@ -1,23 +1,26 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_stock_inventory_location PORTVERSION= 2.4.0 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Stock Inventory Location Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_stock_inventory_location-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_stock_location_sequence/Makefile =================================================================== --- head/finance/trytond_stock_location_sequence/Makefile (revision 391348) +++ head/finance/trytond_stock_location_sequence/Makefile (revision 391349) @@ -1,23 +1,26 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_stock_location_sequence PORTVERSION= 2.4.0 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Stock Location Sequence Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_stock_location_sequence-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_stock_lot/Makefile =================================================================== --- head/finance/trytond_stock_lot/Makefile (revision 391348) +++ head/finance/trytond_stock_lot/Makefile (revision 391349) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_stock_lot PORTVERSION= 2.4.1 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Stock Lot Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \ trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_stock_lot-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_stock_product_location/Makefile =================================================================== --- head/finance/trytond_stock_product_location/Makefile (revision 391348) +++ head/finance/trytond_stock_product_location/Makefile (revision 391349) @@ -1,24 +1,26 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_stock_product_location -PORTVERSION= 2.4.0 -PORTREVISION= 1 +PORTVERSION= 2.4.1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Stock Product Location Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \ trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock + +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 CONFLICTS= trytond28_stock_product_location-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_stock_product_location/distinfo =================================================================== --- head/finance/trytond_stock_product_location/distinfo (revision 391348) +++ head/finance/trytond_stock_product_location/distinfo (revision 391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_stock_product_location-2.4.0.tar.gz) = de97b40fc06ef03450fe4d2729983e02563fa9d9f0aee911394d646f29b23858 -SIZE (trytond_stock_product_location-2.4.0.tar.gz) = 20506 +SHA256 (trytond_stock_product_location-2.4.1.tar.gz) = 38cdd2b19e3f2e4488b59b41e85f826621ff471886bdcf4afdc2eac2ab6a2570 +SIZE (trytond_stock_product_location-2.4.1.tar.gz) = 20393 Index: head/finance/trytond_stock_split/Makefile =================================================================== --- head/finance/trytond_stock_split/Makefile (revision 391348) +++ head/finance/trytond_stock_split/Makefile (revision 391349) @@ -1,23 +1,25 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_stock_split -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.4.2 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Stock Split Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock + +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 CONFLICTS= trytond28_stock_split-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_stock_split/distinfo =================================================================== --- head/finance/trytond_stock_split/distinfo (revision 391348) +++ head/finance/trytond_stock_split/distinfo (revision 391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_stock_split-2.4.1.tar.gz) = 888aab3fcd968f18dd3cecebde2aab51fe017c0e339b697dd3941d06baf8e634 -SIZE (trytond_stock_split-2.4.1.tar.gz) = 19735 +SHA256 (trytond_stock_split-2.4.2.tar.gz) = 36d018d6e95dab70b339a4e1c20c4782a92b7121f75f97092f551ee27900ae46 +SIZE (trytond_stock_split-2.4.2.tar.gz) = 19666 Index: head/finance/trytond_stock_supply/Makefile =================================================================== --- head/finance/trytond_stock_supply/Makefile (revision 391348) +++ head/finance/trytond_stock_supply/Makefile (revision 391349) @@ -1,24 +1,26 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_stock_supply -PORTVERSION= 2.4.4 -PORTREVISION= 1 +PORTVERSION= 2.4.5 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Stock Supply Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock \ trytond_purchase>=2.4.0:${PORTSDIR}/finance/trytond_purchase + +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 CONFLICTS= trytond28_stock_supply-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_stock_supply/distinfo =================================================================== --- head/finance/trytond_stock_supply/distinfo (revision 391348) +++ head/finance/trytond_stock_supply/distinfo (revision 391349) @@ -1,2 +1,2 @@ -SHA256 (trytond_stock_supply-2.4.4.tar.gz) = faa6b21e11e0762dcaa14e78cc7e05961a6fc6b68c7154a2a838bc669f8cda61 -SIZE (trytond_stock_supply-2.4.4.tar.gz) = 38917 +SHA256 (trytond_stock_supply-2.4.5.tar.gz) = 2a5e9373747d3cbb89956e88be5ddd5c6e5c6e824afbe4c62539c66c0163432b +SIZE (trytond_stock_supply-2.4.5.tar.gz) = 38870 Index: head/finance/trytond_stock_supply_day/Makefile =================================================================== --- head/finance/trytond_stock_supply_day/Makefile (revision 391348) +++ head/finance/trytond_stock_supply_day/Makefile (revision 391349) @@ -1,23 +1,26 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_stock_supply_day PORTVERSION= 2.4.1 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Stock Supply Day Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_purchase>=2.4.0:${PORTSDIR}/finance/trytond_purchase +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_stock_supply_day-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_stock_supply_forecast/Makefile =================================================================== --- head/finance/trytond_stock_supply_forecast/Makefile (revision 391348) +++ head/finance/trytond_stock_supply_forecast/Makefile (revision 391349) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_stock_supply_forecast PORTVERSION= 2.4.1 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Stock Supply Forecast Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_stock_supply>=2.4.0:${PORTSDIR}/finance/trytond_stock_supply \ trytond_stock_forecast>=2.4.0:${PORTSDIR}/finance/trytond_stock_forecast +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_stock_supply_forecast-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_stock_supply_production/Makefile =================================================================== --- head/finance/trytond_stock_supply_production/Makefile (revision 391348) +++ head/finance/trytond_stock_supply_production/Makefile (revision 391349) @@ -1,24 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_stock_supply_production PORTVERSION= 2.4.2 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Stock Supply Production Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_stock_supply>=2.4.0:${PORTSDIR}/finance/trytond_stock_supply \ trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_stock_supply_production-2.8.* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond_timesheet/Makefile =================================================================== --- head/finance/trytond_timesheet/Makefile (revision 391348) +++ head/finance/trytond_timesheet/Makefile (revision 391349) @@ -1,23 +1,26 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_timesheet PORTVERSION= 2.4.2 PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Timesheet Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_company_work_time>=2.4.0:${PORTSDIR}/finance/trytond_company_work_time +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_timesheet-2.8.* USES= python USE_PYTHON= distutils autoplist .include