Index: head/finance/tryton28/Makefile =================================================================== --- head/finance/tryton28/Makefile (revision 380743) +++ head/finance/tryton28/Makefile (revision 380744) @@ -1,32 +1,31 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= tryton -PORTVERSION= 2.8.2 -PORTREVISION= 1 +PORTVERSION= 2.8.12 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/tryton/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/2.8/ PKGNAMESUFFIX= 28 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 CONFLICTS= tryton-2.[46].* USES= 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/tryton28/distinfo =================================================================== --- head/finance/tryton28/distinfo (revision 380743) +++ head/finance/tryton28/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (tryton-2.8.2.tar.gz) = 7cc1246cde302a1e3f97bd151aca73f3287c3d3d53b432e797c3c2d66ed47eea -SIZE (tryton-2.8.2.tar.gz) = 622015 +SHA256 (tryton-2.8.12.tar.gz) = 3f9794015826e8b48f8681d143c74989e45e50049ec06787030b57cfb6285d14 +SIZE (tryton-2.8.12.tar.gz) = 623225 Index: head/finance/trytond28/Makefile =================================================================== --- head/finance/trytond28/Makefile (revision 380743) +++ head/finance/trytond28/Makefile (revision 380744) @@ -1,73 +1,72 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond -PORTVERSION= 2.8.2 -PORTREVISION= 1 +PORTVERSION= 2.8.13 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ PKGNAMESUFFIX= 28 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.6.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} 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 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/trytond28/distinfo =================================================================== --- head/finance/trytond28/distinfo (revision 380743) +++ head/finance/trytond28/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond-2.8.2.tar.gz) = 7a383352edbcf57da89689ff53c6179236a3e288ba782f0b2b07fb04a46ac8b8 -SIZE (trytond-2.8.2.tar.gz) = 461994 +SHA256 (trytond-2.8.13.tar.gz) = 66aede169a1911e674dbb12220e9e38ad778cc8d2cb5844800d0bb78631b0985 +SIZE (trytond-2.8.13.tar.gz) = 462748 Index: head/finance/trytond28_account/Makefile =================================================================== --- head/finance/trytond28_account/Makefile (revision 380743) +++ head/finance/trytond28_account/Makefile (revision 380744) @@ -1,26 +1,25 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_account -PORTVERSION= 2.8.1 -PORTREVISION= 1 +PORTVERSION= 2.8.8 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_account/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_account-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Account Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28>=2.8.2:${PORTSDIR}/finance/trytond28 \ trytond28_company>=2.8.0:${PORTSDIR}/finance/trytond28_company \ ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil CONFLICTS= trytond_account-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_account/distinfo =================================================================== --- head/finance/trytond28_account/distinfo (revision 380743) +++ head/finance/trytond28_account/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_account-2.8.1.tar.gz) = 2a09e6773fc90b06c3b5a3640d08d318ae0e7f8d35f8f058bf3651c43d21449b -SIZE (trytond_account-2.8.1.tar.gz) = 270194 +SHA256 (trytond_account-2.8.8.tar.gz) = 25868be31d2da7d4a1db0fe038781ff52e824dba7137e3499fdb00877d09d01e +SIZE (trytond_account-2.8.8.tar.gz) = 270647 Index: head/finance/trytond28_account_asset/Makefile =================================================================== --- head/finance/trytond28_account_asset/Makefile (revision 380743) +++ head/finance/trytond28_account_asset/Makefile (revision 380744) @@ -1,25 +1,24 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_account_asset -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.3 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_account_asset/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_account_asset-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Account Asset Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28_product>=2.8.0:${PORTSDIR}/finance/trytond28_product \ trytond28_account_invoice>=2.8.2:${PORTSDIR}/finance/trytond28_account_invoice CONFLICTS= trytond_account-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_account_asset/distinfo =================================================================== --- head/finance/trytond28_account_asset/distinfo (revision 380743) +++ head/finance/trytond28_account_asset/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_account_asset-2.8.0.tar.gz) = 9eb3c8b1767d1e5e9d572d6c0c1e5929bc281c7501315b117e471b754b60e4b0 -SIZE (trytond_account_asset-2.8.0.tar.gz) = 36075 +SHA256 (trytond_account_asset-2.8.3.tar.gz) = b1020e9b77e9a094b5a99af6a0275ef851d7857818e32407167dd9e03fcfe749 +SIZE (trytond_account_asset-2.8.3.tar.gz) = 36095 Index: head/finance/trytond28_account_invoice/Makefile =================================================================== --- head/finance/trytond28_account_invoice/Makefile (revision 380743) +++ head/finance/trytond28_account_invoice/Makefile (revision 380744) @@ -1,24 +1,23 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_account_invoice -PORTVERSION= 2.8.2 -PORTREVISION= 1 +PORTVERSION= 2.8.8 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_account_invoice/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_account_invoice-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Account Invoice Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28_account_product>=2.8.0:${PORTSDIR}/finance/trytond28_account_product CONFLICTS= trytond_account_invoice-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_account_invoice/distinfo =================================================================== --- head/finance/trytond28_account_invoice/distinfo (revision 380743) +++ head/finance/trytond28_account_invoice/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_account_invoice-2.8.2.tar.gz) = 9f2c546d815c035aa8979e7a9e9c9380444faa7bf94470cdb664a495c2beb80d -SIZE (trytond_account_invoice-2.8.2.tar.gz) = 111998 +SHA256 (trytond_account_invoice-2.8.8.tar.gz) = b0794cf13b50ecddd6d13316cbcc9eb17b8f8c98900b95cc08ef2efb030e1315 +SIZE (trytond_account_invoice-2.8.8.tar.gz) = 112221 Index: head/finance/trytond28_account_statement/Makefile =================================================================== --- head/finance/trytond28_account_statement/Makefile (revision 380743) +++ head/finance/trytond28_account_statement/Makefile (revision 380744) @@ -1,24 +1,23 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_account_statement -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.1 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_account_statement/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_account_statement-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Account Statement Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28_account_invoice>=2.8.2:${PORTSDIR}/finance/trytond28_account_invoice CONFLICTS= trytond_account_statement-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_account_statement/distinfo =================================================================== --- head/finance/trytond28_account_statement/distinfo (revision 380743) +++ head/finance/trytond28_account_statement/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_account_statement-2.8.0.tar.gz) = 5db632c5269540ccd947e8a540ff6c5a7ec108c60246cc997988f0a04ead815a -SIZE (trytond_account_statement-2.8.0.tar.gz) = 33196 +SHA256 (trytond_account_statement-2.8.1.tar.gz) = 6d02dff47dab8d324bdcd53b719697d0af11ce5f404b970f4eb3905cff139a39 +SIZE (trytond_account_statement-2.8.1.tar.gz) = 33060 Index: head/finance/trytond28_account_stock_anglo_saxon/Makefile =================================================================== --- head/finance/trytond28_account_stock_anglo_saxon/Makefile (revision 380743) +++ head/finance/trytond28_account_stock_anglo_saxon/Makefile (revision 380744) @@ -1,25 +1,24 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_account_stock_anglo_saxon -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.2 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_account_stock_anglo_saxon/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.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) LICENSE= GPLv3 RUN_DEPENDS= trytond28_account_invoice>=2.8.2:${PORTSDIR}/finance/trytond28_account_invoice \ trytond28_account_stock_continental>=2.8.1:${PORTSDIR}/finance/trytond28_account_stock_continental CONFLICTS= trytond_account_stock_anglo_saxon-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_account_stock_anglo_saxon/distinfo =================================================================== --- head/finance/trytond28_account_stock_anglo_saxon/distinfo (revision 380743) +++ head/finance/trytond28_account_stock_anglo_saxon/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_account_stock_anglo_saxon-2.8.0.tar.gz) = 88ae66dbbece1b290fe632da1719abdd2c61bd55e82d62e0777f7f1ab763e035 -SIZE (trytond_account_stock_anglo_saxon-2.8.0.tar.gz) = 25235 +SHA256 (trytond_account_stock_anglo_saxon-2.8.2.tar.gz) = 209817af563f7651fa9973366673eede5ecc862a645b238c76e6cf235f351536 +SIZE (trytond_account_stock_anglo_saxon-2.8.2.tar.gz) = 25118 Index: head/finance/trytond28_analytic_account/Makefile =================================================================== --- head/finance/trytond28_analytic_account/Makefile (revision 380743) +++ head/finance/trytond28_analytic_account/Makefile (revision 380744) @@ -1,27 +1,26 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_analytic_account -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.2 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_analytic_account/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_analytic_account-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Analytic Account Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28_company>=2.8.0:${PORTSDIR}/finance/trytond28_company \ trytond28_party>=2.8.0:${PORTSDIR}/finance/trytond28_party \ trytond28_currency>=2.8.0:${PORTSDIR}/finance/trytond28_currency \ trytond28_account>=2.8.1:${PORTSDIR}/finance/trytond28_account CONFLICTS= trytond_analytic_account-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_analytic_account/distinfo =================================================================== --- head/finance/trytond28_analytic_account/distinfo (revision 380743) +++ head/finance/trytond28_analytic_account/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_analytic_account-2.8.0.tar.gz) = abeab92b5021fe4cbe037512656c1d7c4d1bf0ea524e7a560ecccd36b409e58c -SIZE (trytond_analytic_account-2.8.0.tar.gz) = 32189 +SHA256 (trytond_analytic_account-2.8.2.tar.gz) = c966a385198ec33ffbbe31c2a8c703eb8bd2b6661d02b320407129440f0beb43 +SIZE (trytond_analytic_account-2.8.2.tar.gz) = 32133 Index: head/finance/trytond28_calendar/Makefile =================================================================== --- head/finance/trytond28_calendar/Makefile (revision 380743) +++ head/finance/trytond28_calendar/Makefile (revision 380744) @@ -1,28 +1,27 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_calendar -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.2 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_calendar/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_calendar-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Calendar Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28>=2.8.2:${PORTSDIR}/finance/trytond28 \ ${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 CONFLICTS= trytond_calendar-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_calendar/distinfo =================================================================== --- head/finance/trytond28_calendar/distinfo (revision 380743) +++ head/finance/trytond28_calendar/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_calendar-2.8.0.tar.gz) = 0d0698b8be4b8c1c0912baafc2eb55b0e4ca13e5f163e930f977110de47ecac0 -SIZE (trytond_calendar-2.8.0.tar.gz) = 57279 +SHA256 (trytond_calendar-2.8.2.tar.gz) = 84334a41fe9abc58848723d7200e61a699ed2372b4aa883b8e6cd8b56723cb1f +SIZE (trytond_calendar-2.8.2.tar.gz) = 57169 Index: head/finance/trytond28_calendar_scheduling/Makefile =================================================================== --- head/finance/trytond28_calendar_scheduling/Makefile (revision 380743) +++ head/finance/trytond28_calendar_scheduling/Makefile (revision 380744) @@ -1,24 +1,23 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_calendar_scheduling -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.1 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_calendar_scheduling/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_calendar_scheduling-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Calendar Scheduling Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28_calendar>=2.8.0:${PORTSDIR}/finance/trytond28_calendar CONFLICTS= trytond_calendar_scheduling-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_calendar_scheduling/distinfo =================================================================== --- head/finance/trytond28_calendar_scheduling/distinfo (revision 380743) +++ head/finance/trytond28_calendar_scheduling/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_calendar_scheduling-2.8.0.tar.gz) = 3e659c3fa41ab39aa12310212175bfb8af50685d2c3c8529f1edea1875153ecc -SIZE (trytond_calendar_scheduling-2.8.0.tar.gz) = 27446 +SHA256 (trytond_calendar_scheduling-2.8.1.tar.gz) = 103cc96e0bec1c5d5adaf9ce12e035f36a038274e9e707228c9e985cbdbf8f7f +SIZE (trytond_calendar_scheduling-2.8.1.tar.gz) = 27347 Index: head/finance/trytond28_calendar_todo/Makefile =================================================================== --- head/finance/trytond28_calendar_todo/Makefile (revision 380743) +++ head/finance/trytond28_calendar_todo/Makefile (revision 380744) @@ -1,24 +1,23 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_calendar_todo -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.1 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_calendar_todo/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_calendar_todo-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Calendar Todo Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28_calendar>=2.8.0:${PORTSDIR}/finance/trytond28_calendar CONFLICTS= trytond_calendar_todo-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_calendar_todo/distinfo =================================================================== --- head/finance/trytond28_calendar_todo/distinfo (revision 380743) +++ head/finance/trytond28_calendar_todo/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_calendar_todo-2.8.0.tar.gz) = 91087a6415b6be4efe709dded3998654a75fb46cd5f3d89bf3a9f4ad8a838f80 -SIZE (trytond_calendar_todo-2.8.0.tar.gz) = 44340 +SHA256 (trytond_calendar_todo-2.8.1.tar.gz) = a5ae54f2b699f3436408dbbd424fb685ecb48be999411cd3a53317e915c9b35d +SIZE (trytond_calendar_todo-2.8.1.tar.gz) = 44212 Index: head/finance/trytond28_carrier_weight/Makefile =================================================================== --- head/finance/trytond28_carrier_weight/Makefile (revision 380743) +++ head/finance/trytond28_carrier_weight/Makefile (revision 380744) @@ -1,25 +1,24 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_carrier_weight -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.2 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_carrier_weight/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_carrier_weight-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Carrier Weight Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28_product_measurements>=2.8.0:${PORTSDIR}/finance/trytond28_product_measurements \ trytond28_carrier>=2.8.0:${PORTSDIR}/finance/trytond28_carrier CONFLICTS= trytond_carrier_weight-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_carrier_weight/distinfo =================================================================== --- head/finance/trytond28_carrier_weight/distinfo (revision 380743) +++ head/finance/trytond28_carrier_weight/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_carrier_weight-2.8.0.tar.gz) = 8181e44ecafa176e3211a58b391131776769eb5eda53a99a58b72f2c4b63657c -SIZE (trytond_carrier_weight-2.8.0.tar.gz) = 24432 +SHA256 (trytond_carrier_weight-2.8.2.tar.gz) = a017244f85c9811c1ad0ef5d1a0aea91cc66bf4d6820309e3d910656724af10d +SIZE (trytond_carrier_weight-2.8.2.tar.gz) = 24274 Index: head/finance/trytond28_country/Makefile =================================================================== --- head/finance/trytond28_country/Makefile (revision 380743) +++ head/finance/trytond28_country/Makefile (revision 380744) @@ -1,24 +1,23 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_country -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.1 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_country/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_country-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Country Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28>=2.8.2:${PORTSDIR}/finance/trytond28 CONFLICTS= trytond_country-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_country/distinfo =================================================================== --- head/finance/trytond28_country/distinfo (revision 380743) +++ head/finance/trytond28_country/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_country-2.8.0.tar.gz) = 3e267d51cbc62e7577baaf42d68774e75e583334f997c3da85071f6b44130b4e -SIZE (trytond_country-2.8.0.tar.gz) = 787716 +SHA256 (trytond_country-2.8.1.tar.gz) = 077a79c3611a6fd622f6b044d271d0a1379331380a460bf694682ceecc85c394 +SIZE (trytond_country-2.8.1.tar.gz) = 787647 Index: head/finance/trytond28_currency/Makefile =================================================================== --- head/finance/trytond28_currency/Makefile (revision 380743) +++ head/finance/trytond28_currency/Makefile (revision 380744) @@ -1,24 +1,23 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_currency -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.1 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_currency/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_currency-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Currency Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28>=2.8.2:${PORTSDIR}/finance/trytond28 CONFLICTS= trytond_currency-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_currency/distinfo =================================================================== --- head/finance/trytond28_currency/distinfo (revision 380743) +++ head/finance/trytond28_currency/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_currency-2.8.0.tar.gz) = d034b43a3c0ededbf0a367a9dae091755b37751928beb8ea87200a8660009ecb -SIZE (trytond_currency-2.8.0.tar.gz) = 54434 +SHA256 (trytond_currency-2.8.1.tar.gz) = 9493c30af6f5a08e2c145101526a7c91aaf8ed95bda61d43eb115b142758797f +SIZE (trytond_currency-2.8.1.tar.gz) = 54305 Index: head/finance/trytond28_ldap_authentication/Makefile =================================================================== --- head/finance/trytond28_ldap_authentication/Makefile (revision 380743) +++ head/finance/trytond28_ldap_authentication/Makefile (revision 380744) @@ -1,24 +1,23 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_ldap_authentication -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.1 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_ldap_authentication/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_ldap_authentication-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (LDAP Authentication Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28_ldap_connection>=2.8.0:${PORTSDIR}/finance/trytond28_ldap_connection CONFLICTS= trytond_ldap_authentication-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_ldap_authentication/distinfo =================================================================== --- head/finance/trytond28_ldap_authentication/distinfo (revision 380743) +++ head/finance/trytond28_ldap_authentication/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_ldap_authentication-2.8.0.tar.gz) = 839a3040d44fc7180b687ba3b136894daa8a38a26f88dbe62716054aafcc7e35 -SIZE (trytond_ldap_authentication-2.8.0.tar.gz) = 20778 +SHA256 (trytond_ldap_authentication-2.8.1.tar.gz) = 303562b9d3bdd7824dc27f298383bbb216aa7cbe13fddee31efaf738a1977881 +SIZE (trytond_ldap_authentication-2.8.1.tar.gz) = 20647 Index: head/finance/trytond28_party/Makefile =================================================================== --- head/finance/trytond28_party/Makefile (revision 380743) +++ head/finance/trytond28_party/Makefile (revision 380744) @@ -1,26 +1,25 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_party -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.1 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_party/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_party-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Party Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28>=2.8.2:${PORTSDIR}/finance/trytond28 \ trytond28_country>=2.8.0:${PORTSDIR}/finance/trytond28_country \ ${PYTHON_PKGNAMEPREFIX}vatnumber>=1.0.0:${PORTSDIR}/finance/py-vatnumber CONFLICTS= trytond_party-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_party/distinfo =================================================================== --- head/finance/trytond28_party/distinfo (revision 380743) +++ head/finance/trytond28_party/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_party-2.8.0.tar.gz) = 21845529cd0a0a9bc6b4184e13014f1dd6b7843732ce1fde37c866300f608cac -SIZE (trytond_party-2.8.0.tar.gz) = 54108 +SHA256 (trytond_party-2.8.1.tar.gz) = d05e33ca06492fac5b616f54f14f0f6453e608fb994e1e136e0af8f1cddfee6c +SIZE (trytond_party-2.8.1.tar.gz) = 53956 Index: head/finance/trytond28_product/Makefile =================================================================== --- head/finance/trytond28_product/Makefile (revision 380743) +++ head/finance/trytond28_product/Makefile (revision 380744) @@ -1,24 +1,23 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_product -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.2 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_product/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_product-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Product Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28>=2.8.2:${PORTSDIR}/finance/trytond28 CONFLICTS= trytond_product-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_product/distinfo =================================================================== --- head/finance/trytond28_product/distinfo (revision 380743) +++ head/finance/trytond28_product/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_product-2.8.0.tar.gz) = 3cce365b382f18c01a13758445c7d15b4be2633cd6a09700b98c2c1bdf591f7c -SIZE (trytond_product-2.8.0.tar.gz) = 44604 +SHA256 (trytond_product-2.8.2.tar.gz) = 9a153d2cf5785216aa1c20fd89db46384e198c5648a10e20b0be85f41060c606 +SIZE (trytond_product-2.8.2.tar.gz) = 44480 Index: head/finance/trytond28_product_cost_fifo/Makefile =================================================================== --- head/finance/trytond28_product_cost_fifo/Makefile (revision 380743) +++ head/finance/trytond28_product_cost_fifo/Makefile (revision 380744) @@ -1,25 +1,24 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_product_cost_fifo -PORTVERSION= 2.8.1 -PORTREVISION= 1 +PORTVERSION= 2.8.2 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_product_cost_fifo/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_product_cost_fifo-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Product Cost Fifo Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28_product>=2.8.0:${PORTSDIR}/finance/trytond28_product \ trytond28_stock>=2.8.2:${PORTSDIR}/finance/trytond28_stock CONFLICTS= trytond_product_cost_fifo-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_product_cost_fifo/distinfo =================================================================== --- head/finance/trytond28_product_cost_fifo/distinfo (revision 380743) +++ head/finance/trytond28_product_cost_fifo/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_product_cost_fifo-2.8.1.tar.gz) = c6a39ff60cf72ce6e1de8711da6e30b194f9c3f720e6503536b4c2fb0b5258bd -SIZE (trytond_product_cost_fifo-2.8.1.tar.gz) = 19545 +SHA256 (trytond_product_cost_fifo-2.8.2.tar.gz) = e20108ee6bf0ae13a46570107fc7f80ea7ed9aa89ace8cfea6d8299d2ee71072 +SIZE (trytond_product_cost_fifo-2.8.2.tar.gz) = 19553 Index: head/finance/trytond28_production/Makefile =================================================================== --- head/finance/trytond28_production/Makefile (revision 380743) +++ head/finance/trytond28_production/Makefile (revision 380744) @@ -1,26 +1,25 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_production -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.1 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_production/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_production-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Production Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28_product>=2.8.0:${PORTSDIR}/finance/trytond28_product \ trytond28_company>=2.8.0:${PORTSDIR}/finance/trytond28_company \ trytond28_stock>=2.8.2:${PORTSDIR}/finance/trytond28_stock CONFLICTS= trytond_production-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_production/distinfo =================================================================== --- head/finance/trytond28_production/distinfo (revision 380743) +++ head/finance/trytond28_production/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_production-2.8.0.tar.gz) = 30eedf15d65a469bd0c380ab70fcdf62f4bc73cbdb8808bdec427f5140ce7bdc -SIZE (trytond_production-2.8.0.tar.gz) = 41407 +SHA256 (trytond_production-2.8.1.tar.gz) = de0b1a2c70d889337e92c00b97abb88384338209f4dc5abaa3119d8a86de647a +SIZE (trytond_production-2.8.1.tar.gz) = 41165 Index: head/finance/trytond28_project/Makefile =================================================================== --- head/finance/trytond28_project/Makefile (revision 380743) +++ head/finance/trytond28_project/Makefile (revision 380744) @@ -1,26 +1,25 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_project -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.1 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_project/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_project-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Project Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28>=2.8.2:${PORTSDIR}/finance/trytond28 \ trytond28_timesheet>=2.8.0:${PORTSDIR}/finance/trytond28_timesheet \ trytond28_party>=2.8.0:${PORTSDIR}/finance/trytond28_party CONFLICTS= trytond_project-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_project/distinfo =================================================================== --- head/finance/trytond28_project/distinfo (revision 380743) +++ head/finance/trytond28_project/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_project-2.8.0.tar.gz) = 67915bbe8bddd97296eb741a5b180e9b6b7b7ee93400ea4da4f8d2cc825a05dc -SIZE (trytond_project-2.8.0.tar.gz) = 32998 +SHA256 (trytond_project-2.8.1.tar.gz) = 23f57011c4a4e8f617019f56008b7b79badd69e557d5c162296d4577e0a0c6da +SIZE (trytond_project-2.8.1.tar.gz) = 32862 Index: head/finance/trytond28_project_invoice/Makefile =================================================================== --- head/finance/trytond28_project_invoice/Makefile (revision 380743) +++ head/finance/trytond28_project_invoice/Makefile (revision 380744) @@ -1,27 +1,26 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_project_invoice -PORTVERSION= 2.8.2 -PORTREVISION= 1 +PORTVERSION= 2.8.3 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_project_invoice/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_project_invoice-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Project Invoice Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28_timesheet>=2.8.0:${PORTSDIR}/finance/trytond28_timesheet \ trytond28_project_revenue>=2.8.0:${PORTSDIR}/finance/trytond28_project_revenue \ trytond28_account_invoice>=2.8.2:${PORTSDIR}/finance/trytond28_account_invoice \ trytond28_product>=2.8.0:${PORTSDIR}/finance/trytond28_product CONFLICTS= trytond_project_invoice-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_project_invoice/distinfo =================================================================== --- head/finance/trytond28_project_invoice/distinfo (revision 380743) +++ head/finance/trytond28_project_invoice/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_project_invoice-2.8.2.tar.gz) = 0ffae5ab9ecd7ecb7d79800867d314376eef521723e1a0db738291752885745f -SIZE (trytond_project_invoice-2.8.2.tar.gz) = 24586 +SHA256 (trytond_project_invoice-2.8.3.tar.gz) = a5a31398fc6cd633ec2356a446e43ffecc48be3b279fce01b1b86b80a619dbb6 +SIZE (trytond_project_invoice-2.8.3.tar.gz) = 24600 Index: head/finance/trytond28_project_plan/Makefile =================================================================== --- head/finance/trytond28_project_plan/Makefile (revision 380743) +++ head/finance/trytond28_project_plan/Makefile (revision 380744) @@ -1,24 +1,23 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_project_plan -PORTVERSION= 2.8.2 -PORTREVISION= 1 +PORTVERSION= 2.8.3 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_project_plan/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_project_plan-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Project Plan Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28_project>=2.8.0:${PORTSDIR}/finance/trytond28_project CONFLICTS= trytond_project_plan-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_project_plan/distinfo =================================================================== --- head/finance/trytond28_project_plan/distinfo (revision 380743) +++ head/finance/trytond28_project_plan/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_project_plan-2.8.2.tar.gz) = 3f792e2209e8f72fceb60d36a184b9de18c62f49e6b023c538c5b360fb07b244 -SIZE (trytond_project_plan-2.8.2.tar.gz) = 28744 +SHA256 (trytond_project_plan-2.8.3.tar.gz) = b7f3a89e06fe80ec657b943384be5ceaed098f6de7f70af3e18131ccce13a657 +SIZE (trytond_project_plan-2.8.3.tar.gz) = 28777 Index: head/finance/trytond28_project_revenue/Makefile =================================================================== --- head/finance/trytond28_project_revenue/Makefile (revision 380743) +++ head/finance/trytond28_project_revenue/Makefile (revision 380744) @@ -1,25 +1,24 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_project_revenue -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.1 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_project_revenue/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_project_revenue-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Project Revenue Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28_project>=2.8.0:${PORTSDIR}/finance/trytond28_project \ trytond28_product>=2.8.0:${PORTSDIR}/finance/trytond28_product CONFLICTS= trytond_project_revenue-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_project_revenue/distinfo =================================================================== --- head/finance/trytond28_project_revenue/distinfo (revision 380743) +++ head/finance/trytond28_project_revenue/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_project_revenue-2.8.0.tar.gz) = 41a331de061316660ab3c4d84ea01694db2944d32e5351a0acd0725ffd6963c5 -SIZE (trytond_project_revenue-2.8.0.tar.gz) = 23337 +SHA256 (trytond_project_revenue-2.8.1.tar.gz) = 3f6f33287836963852fe8995e034810ff52f1d0fa98675531c40aa5d59c9189a +SIZE (trytond_project_revenue-2.8.1.tar.gz) = 23215 Index: head/finance/trytond28_purchase/Makefile =================================================================== --- head/finance/trytond28_purchase/Makefile (revision 380743) +++ head/finance/trytond28_purchase/Makefile (revision 380744) @@ -1,25 +1,24 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_purchase -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.4 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_purchase/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_purchase-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Purchase Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28_stock>=2.8.2:${PORTSDIR}/finance/trytond28_stock \ trytond28_account_invoice>=2.8.2:${PORTSDIR}/finance/trytond28_account_invoice CONFLICTS= trytond_purchase-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_purchase/distinfo =================================================================== --- head/finance/trytond28_purchase/distinfo (revision 380743) +++ head/finance/trytond28_purchase/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_purchase-2.8.0.tar.gz) = e8d8fb098b00518ec8d07c578a78e8f3fa6cf78c6350632bdf4b771397f308a6 -SIZE (trytond_purchase-2.8.0.tar.gz) = 74301 +SHA256 (trytond_purchase-2.8.4.tar.gz) = 62a593b06729c7b379fed35470e1ea3df44e01c5b691a9ec81920c6d75adebf0 +SIZE (trytond_purchase-2.8.4.tar.gz) = 77557 Index: head/finance/trytond28_purchase_invoice_line_standalone/Makefile =================================================================== --- head/finance/trytond28_purchase_invoice_line_standalone/Makefile (revision 380743) +++ head/finance/trytond28_purchase_invoice_line_standalone/Makefile (revision 380744) @@ -1,25 +1,24 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_purchase_invoice_line_standalone -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.1 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_purchase_invoice_line_standalone/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.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) LICENSE= GPLv3 RUN_DEPENDS= trytond28_purchase>=2.8.0:${PORTSDIR}/finance/trytond28_purchase \ trytond28_account_invoice_line_standalone>=2.8.0:${PORTSDIR}/finance/trytond28_account_invoice_line_standalone CONFLICTS= trytond_purchase_invoice_line_standalone-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_purchase_invoice_line_standalone/distinfo =================================================================== --- head/finance/trytond28_purchase_invoice_line_standalone/distinfo (revision 380743) +++ head/finance/trytond28_purchase_invoice_line_standalone/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_purchase_invoice_line_standalone-2.8.0.tar.gz) = f6791990d3a57c8bd04d3b915d45cba1a39d031e936668ec40393484366ff495 -SIZE (trytond_purchase_invoice_line_standalone-2.8.0.tar.gz) = 22139 +SHA256 (trytond_purchase_invoice_line_standalone-2.8.1.tar.gz) = 27f19e5f07e947647e2c764fcac7488785c009a07ad0aa2ab9692eadd65a95eb +SIZE (trytond_purchase_invoice_line_standalone-2.8.1.tar.gz) = 22049 Index: head/finance/trytond28_sale/Makefile =================================================================== --- head/finance/trytond28_sale/Makefile (revision 380743) +++ head/finance/trytond28_sale/Makefile (revision 380744) @@ -1,25 +1,24 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_sale -PORTVERSION= 2.8.1 -PORTREVISION= 1 +PORTVERSION= 2.8.3 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_sale/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_sale-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Sale Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28_account_invoice>=2.8.2:${PORTSDIR}/finance/trytond28_account_invoice \ trytond28_stock>=2.8.2:${PORTSDIR}/finance/trytond28_stock CONFLICTS= trytond_sale-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_sale/distinfo =================================================================== --- head/finance/trytond28_sale/distinfo (revision 380743) +++ head/finance/trytond28_sale/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_sale-2.8.1.tar.gz) = a9674f549ff7febddb8dda17d566cefe5441c00794ccb757d7ed96ef028d4c75 -SIZE (trytond_sale-2.8.1.tar.gz) = 70398 +SHA256 (trytond_sale-2.8.3.tar.gz) = e47c874151a1720c435427582b75a951a77881c26bfb9fb40cac4fe3426d8893 +SIZE (trytond_sale-2.8.3.tar.gz) = 70437 Index: head/finance/trytond28_sale_opportunity/Makefile =================================================================== --- head/finance/trytond28_sale_opportunity/Makefile (revision 380743) +++ head/finance/trytond28_sale_opportunity/Makefile (revision 380744) @@ -1,24 +1,23 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_sale_opportunity -PORTVERSION= 2.8.1 -PORTREVISION= 1 +PORTVERSION= 2.8.2 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_sale_opportunity/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_sale_opportunity-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Sale Opportunity Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28_sale>=2.8.1:${PORTSDIR}/finance/trytond28_sale CONFLICTS= trytond_sale_opportunity-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_sale_opportunity/distinfo =================================================================== --- head/finance/trytond28_sale_opportunity/distinfo (revision 380743) +++ head/finance/trytond28_sale_opportunity/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_sale_opportunity-2.8.1.tar.gz) = 8f73b0a972a546a2235ddb9a59790e13abb7ee71f21c22e8cbb41c0e3408bd60 -SIZE (trytond_sale_opportunity-2.8.1.tar.gz) = 37828 +SHA256 (trytond_sale_opportunity-2.8.2.tar.gz) = d366b94d6a45c854d896b37524c05196d7ec86845b84539ba5e022498c2b3070 +SIZE (trytond_sale_opportunity-2.8.2.tar.gz) = 37862 Index: head/finance/trytond28_sale_supply/Makefile =================================================================== --- head/finance/trytond28_sale_supply/Makefile (revision 380743) +++ head/finance/trytond28_sale_supply/Makefile (revision 380744) @@ -1,24 +1,23 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_sale_supply -PORTVERSION= 2.8.1 -PORTREVISION= 1 +PORTVERSION= 2.8.4 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_sale_supply/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_sale_supply-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Sale Supply Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28_sale>=2.8.1:${PORTSDIR}/finance/trytond28_sale CONFLICTS= trytond_sale_supply-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_sale_supply/distinfo =================================================================== --- head/finance/trytond28_sale_supply/distinfo (revision 380743) +++ head/finance/trytond28_sale_supply/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_sale_supply-2.8.1.tar.gz) = 807ec9de6577dbe0e36077dd406f14aaba80d2bd9294b5acc8ab6a710408d365 -SIZE (trytond_sale_supply-2.8.1.tar.gz) = 23167 +SHA256 (trytond_sale_supply-2.8.4.tar.gz) = a7ea9a947c0972d07f9bfd2c61b6c5473f438735a43f0c3d5c1235e0113196b0 +SIZE (trytond_sale_supply-2.8.4.tar.gz) = 23230 Index: head/finance/trytond28_sale_supply_drop_shipment/Makefile =================================================================== --- head/finance/trytond28_sale_supply_drop_shipment/Makefile (revision 380743) +++ head/finance/trytond28_sale_supply_drop_shipment/Makefile (revision 380744) @@ -1,24 +1,23 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_sale_supply_drop_shipment -PORTVERSION= 2.8.1 -PORTREVISION= 1 +PORTVERSION= 2.8.4 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_sale_supply_drop_shipment/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.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) LICENSE= GPLv3 RUN_DEPENDS= trytond28_sale_supply>=2.8.1:${PORTSDIR}/finance/trytond28_sale_supply CONFLICTS= trytond_sale_supply_drop_shipment-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_sale_supply_drop_shipment/distinfo =================================================================== --- head/finance/trytond28_sale_supply_drop_shipment/distinfo (revision 380743) +++ head/finance/trytond28_sale_supply_drop_shipment/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_sale_supply_drop_shipment-2.8.1.tar.gz) = 039f0a2f78cc07d82b07f727e0d64a83257cba2bde7418a142e886f8b5b67703 -SIZE (trytond_sale_supply_drop_shipment-2.8.1.tar.gz) = 28989 +SHA256 (trytond_sale_supply_drop_shipment-2.8.4.tar.gz) = 650e3fd56c97ff14a5b48dc06a78208df40da66eecdd8ddd9f5ff7e8d9ff63e3 +SIZE (trytond_sale_supply_drop_shipment-2.8.4.tar.gz) = 28988 Index: head/finance/trytond28_stock/Makefile =================================================================== --- head/finance/trytond28_stock/Makefile (revision 380743) +++ head/finance/trytond28_stock/Makefile (revision 380744) @@ -1,27 +1,26 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_stock -PORTVERSION= 2.8.2 -PORTREVISION= 1 +PORTVERSION= 2.8.9 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_stock/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_stock-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Stock Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28_party>=2.8.0:${PORTSDIR}/finance/trytond28_party \ trytond28_product>=2.8.0:${PORTSDIR}/finance/trytond28_product \ trytond28_company>=2.8.0:${PORTSDIR}/finance/trytond28_company \ trytond28_currency>=2.8.0:${PORTSDIR}/finance/trytond28_currency CONFLICTS= trytond_stock-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_stock/distinfo =================================================================== --- head/finance/trytond28_stock/distinfo (revision 380743) +++ head/finance/trytond28_stock/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_stock-2.8.2.tar.gz) = b362ee4e7317c9bb8da4ab56ed0ac68a1dddb1737230af850d1a61a36e40ae3d -SIZE (trytond_stock-2.8.2.tar.gz) = 158927 +SHA256 (trytond_stock-2.8.9.tar.gz) = 95f364249a2217bc4c14619ed8f4dfba607ea1a8bd28861035746ceed46b8502 +SIZE (trytond_stock-2.8.9.tar.gz) = 159079 Index: head/finance/trytond28_stock_forecast/Makefile =================================================================== --- head/finance/trytond28_stock_forecast/Makefile (revision 380743) +++ head/finance/trytond28_stock_forecast/Makefile (revision 380744) @@ -1,25 +1,24 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_stock_forecast -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.2 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_stock_forecast/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_stock_forecast-${PORTVERSION} 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 \ trytond28_stock>=2.8.2:${PORTSDIR}/finance/trytond28_stock CONFLICTS= trytond_stock_forecast-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_stock_forecast/distinfo =================================================================== --- head/finance/trytond28_stock_forecast/distinfo (revision 380743) +++ head/finance/trytond28_stock_forecast/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_stock_forecast-2.8.0.tar.gz) = 1692fffa63adebb47629126473f2e118230aac94798d8c013490f4c1da25f566 -SIZE (trytond_stock_forecast-2.8.0.tar.gz) = 32937 +SHA256 (trytond_stock_forecast-2.8.2.tar.gz) = c9251883eb3779741986c530e51e84943e43768af4aa7eabbd54cea09a679f21 +SIZE (trytond_stock_forecast-2.8.2.tar.gz) = 32827 Index: head/finance/trytond28_stock_inventory_location/Makefile =================================================================== --- head/finance/trytond28_stock_inventory_location/Makefile (revision 380743) +++ head/finance/trytond28_stock_inventory_location/Makefile (revision 380744) @@ -1,24 +1,23 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_stock_inventory_location -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.1 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_stock_inventory_location/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_stock_inventory_location-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Stock Inventory Location Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28_stock>=2.8.2:${PORTSDIR}/finance/trytond28_stock CONFLICTS= trytond_stock_inventory_location-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_stock_inventory_location/distinfo =================================================================== --- head/finance/trytond28_stock_inventory_location/distinfo (revision 380743) +++ head/finance/trytond28_stock_inventory_location/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_stock_inventory_location-2.8.0.tar.gz) = 72aa7e34b5c9b79990eb45c9b24b6393483878ec647eeeee81e7a11dd0fd5396 -SIZE (trytond_stock_inventory_location-2.8.0.tar.gz) = 19880 +SHA256 (trytond_stock_inventory_location-2.8.1.tar.gz) = 4a411055e0177aa4f2d35419ba36eb403a6fbc641879450554355caa4c87fbcf +SIZE (trytond_stock_inventory_location-2.8.1.tar.gz) = 19735 Index: head/finance/trytond28_stock_location_sequence/Makefile =================================================================== --- head/finance/trytond28_stock_location_sequence/Makefile (revision 380743) +++ head/finance/trytond28_stock_location_sequence/Makefile (revision 380744) @@ -1,24 +1,23 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_stock_location_sequence -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.1 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_stock_location_sequence/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_stock_location_sequence-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Stock Location Sequence Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28_stock>=2.8.2:${PORTSDIR}/finance/trytond28_stock CONFLICTS= trytond_stock_location_sequence-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_stock_location_sequence/distinfo =================================================================== --- head/finance/trytond28_stock_location_sequence/distinfo (revision 380743) +++ head/finance/trytond28_stock_location_sequence/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_stock_location_sequence-2.8.0.tar.gz) = 78f756430f9a284ca66763e1dd6604a745bc68ae324b4113cb41aaed9c3f0e7b -SIZE (trytond_stock_location_sequence-2.8.0.tar.gz) = 18270 +SHA256 (trytond_stock_location_sequence-2.8.1.tar.gz) = 8fc39fa6f9526d459463ef04c43179092578ab4b71a3a5d9c9a23d316a04e7e9 +SIZE (trytond_stock_location_sequence-2.8.1.tar.gz) = 18207 Index: head/finance/trytond28_stock_lot/Makefile =================================================================== --- head/finance/trytond28_stock_lot/Makefile (revision 380743) +++ head/finance/trytond28_stock_lot/Makefile (revision 380744) @@ -1,25 +1,24 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_stock_lot -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.1 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_stock_lot/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_stock_lot-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Stock Lot Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28_product>=2.8.0:${PORTSDIR}/finance/trytond28_product \ trytond28_stock>=2.8.2:${PORTSDIR}/finance/trytond28_stock CONFLICTS= trytond_stock_lot-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_stock_lot/distinfo =================================================================== --- head/finance/trytond28_stock_lot/distinfo (revision 380743) +++ head/finance/trytond28_stock_lot/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_stock_lot-2.8.0.tar.gz) = e1d4399ea82b6c64d17b42828cc5ff8f9e4d2d9a5bb07d0e3ee9a98e6ace9ea1 -SIZE (trytond_stock_lot-2.8.0.tar.gz) = 24965 +SHA256 (trytond_stock_lot-2.8.1.tar.gz) = 4cfc2a9a3391f5ff31c21f0b605439f7c2be23a0211d6aa863a363e025486e4a +SIZE (trytond_stock_lot-2.8.1.tar.gz) = 24766 Index: head/finance/trytond28_stock_product_location/Makefile =================================================================== --- head/finance/trytond28_stock_product_location/Makefile (revision 380743) +++ head/finance/trytond28_stock_product_location/Makefile (revision 380744) @@ -1,25 +1,24 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_stock_product_location -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.3 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_stock_product_location/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_stock_product_location-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Stock Product Location Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28_product>=2.8.0:${PORTSDIR}/finance/trytond28_product \ trytond28_stock>=2.8.2:${PORTSDIR}/finance/trytond28_stock CONFLICTS= trytond_stock_product_location-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_stock_product_location/distinfo =================================================================== --- head/finance/trytond28_stock_product_location/distinfo (revision 380743) +++ head/finance/trytond28_stock_product_location/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_stock_product_location-2.8.0.tar.gz) = ec6c4b04964f4f778bdfc22b4dbce7bf23ef49595c0b28b4b5b77441e850ba12 -SIZE (trytond_stock_product_location-2.8.0.tar.gz) = 20623 +SHA256 (trytond_stock_product_location-2.8.3.tar.gz) = c7245b8f5dc868d6d91db9bd3ed0cb66d604def2e249e9ff39bf70caedf52ff0 +SIZE (trytond_stock_product_location-2.8.3.tar.gz) = 20476 Index: head/finance/trytond28_stock_split/Makefile =================================================================== --- head/finance/trytond28_stock_split/Makefile (revision 380743) +++ head/finance/trytond28_stock_split/Makefile (revision 380744) @@ -1,24 +1,23 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_stock_split -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.2 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_stock_split/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_stock_split-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Stock Split Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28_stock>=2.8.2:${PORTSDIR}/finance/trytond28_stock CONFLICTS= trytond_stock_split-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_stock_split/distinfo =================================================================== --- head/finance/trytond28_stock_split/distinfo (revision 380743) +++ head/finance/trytond28_stock_split/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_stock_split-2.8.0.tar.gz) = 1fe1ed7a9c81e9c6d919dc278eca173bac764050d617265d002ea809db3db5e6 -SIZE (trytond_stock_split-2.8.0.tar.gz) = 21085 +SHA256 (trytond_stock_split-2.8.2.tar.gz) = f5414c8800cfa898fd30a09c36c4d10d33083e7c278ddbe00cd937f8f0f4d792 +SIZE (trytond_stock_split-2.8.2.tar.gz) = 21008 Index: head/finance/trytond28_stock_supply/Makefile =================================================================== --- head/finance/trytond28_stock_supply/Makefile (revision 380743) +++ head/finance/trytond28_stock_supply/Makefile (revision 380744) @@ -1,25 +1,24 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_stock_supply -PORTVERSION= 2.8.1 -PORTREVISION= 1 +PORTVERSION= 2.8.4 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_stock_supply/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_stock_supply-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Stock Supply Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28_stock>=2.8.2:${PORTSDIR}/finance/trytond28_stock \ trytond28_purchase>=2.8.0:${PORTSDIR}/finance/trytond28_purchase CONFLICTS= trytond_stock_supply-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_stock_supply/distinfo =================================================================== --- head/finance/trytond28_stock_supply/distinfo (revision 380743) +++ head/finance/trytond28_stock_supply/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_stock_supply-2.8.1.tar.gz) = 6ad8a0d9ab59fba4395145fc0b1a47c4256fec44d420c2e9f45f25a9a5a36fe7 -SIZE (trytond_stock_supply-2.8.1.tar.gz) = 39105 +SHA256 (trytond_stock_supply-2.8.4.tar.gz) = ead27bf748bf87864ca2177029015befdc46139748f0db17554103c90390bc7d +SIZE (trytond_stock_supply-2.8.4.tar.gz) = 39129 Index: head/finance/trytond28_stock_supply_day/Makefile =================================================================== --- head/finance/trytond28_stock_supply_day/Makefile (revision 380743) +++ head/finance/trytond28_stock_supply_day/Makefile (revision 380744) @@ -1,25 +1,24 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_stock_supply_day -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.1 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_stock_supply_day/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_stock_supply_day-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Stock Supply Day Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28_stock>=2.8.2:${PORTSDIR}/finance/trytond28_stock \ trytond28_purchase>=2.8.0:${PORTSDIR}/finance/trytond28_purchase CONFLICTS= trytond_stock_supply_day-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_stock_supply_day/distinfo =================================================================== --- head/finance/trytond28_stock_supply_day/distinfo (revision 380743) +++ head/finance/trytond28_stock_supply_day/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_stock_supply_day-2.8.0.tar.gz) = 15af022e95720bf1ab1abc6ed361599ba1b7ea34297f771757b75bf1aa2de3ff -SIZE (trytond_stock_supply_day-2.8.0.tar.gz) = 21874 +SHA256 (trytond_stock_supply_day-2.8.1.tar.gz) = 5760a61d93cd2b30259e378e58a596dab8e7839894e420ef859c238131e74f7e +SIZE (trytond_stock_supply_day-2.8.1.tar.gz) = 21754 Index: head/finance/trytond28_stock_supply_production/Makefile =================================================================== --- head/finance/trytond28_stock_supply_production/Makefile (revision 380743) +++ head/finance/trytond28_stock_supply_production/Makefile (revision 380744) @@ -1,27 +1,26 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_stock_supply_production -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.2 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_stock_supply_production/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_stock_supply_production-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Stock Supply Production Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28>=2.8.2:${PORTSDIR}/finance/trytond28 \ trytond28_stock_supply>=2.8.1:${PORTSDIR}/finance/trytond28_stock_supply \ trytond28_production>=2.8.0:${PORTSDIR}/finance/trytond28_production \ trytond28_product>=2.8.0:${PORTSDIR}/finance/trytond28_product CONFLICTS= trytond_stock_supply_production-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_stock_supply_production/distinfo =================================================================== --- head/finance/trytond28_stock_supply_production/distinfo (revision 380743) +++ head/finance/trytond28_stock_supply_production/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_stock_supply_production-2.8.0.tar.gz) = e83edc0c84f3162f77c4d43bda09065f2909a84a28bc0ce30f751c5b7f9e97a3 -SIZE (trytond_stock_supply_production-2.8.0.tar.gz) = 22362 +SHA256 (trytond_stock_supply_production-2.8.2.tar.gz) = caa8126b645e116f3c0a7d76dd6c856c66a64a1426f6dd5dd87ac82601f20595 +SIZE (trytond_stock_supply_production-2.8.2.tar.gz) = 22277 Index: head/finance/trytond28_timesheet/Makefile =================================================================== --- head/finance/trytond28_timesheet/Makefile (revision 380743) +++ head/finance/trytond28_timesheet/Makefile (revision 380744) @@ -1,24 +1,23 @@ # Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond28_timesheet -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.1 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_timesheet/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_timesheet-${PORTVERSION} MAINTAINER= matthias@petermann-it.de COMMENT= Tryton Application Platform (Timesheet Module) LICENSE= GPLv3 RUN_DEPENDS= trytond28_company_work_time>=2.8.0:${PORTSDIR}/finance/trytond28_company_work_time CONFLICTS= trytond_timesheet-2.[46].* USES= python USE_PYTHON= distutils autoplist .include Index: head/finance/trytond28_timesheet/distinfo =================================================================== --- head/finance/trytond28_timesheet/distinfo (revision 380743) +++ head/finance/trytond28_timesheet/distinfo (revision 380744) @@ -1,2 +1,2 @@ -SHA256 (trytond_timesheet-2.8.0.tar.gz) = f822bc55f78b876180671a640966d84990876130bc6cca39e9ad093b32a975e5 -SIZE (trytond_timesheet-2.8.0.tar.gz) = 33846 +SHA256 (trytond_timesheet-2.8.1.tar.gz) = 0d616017e09c6aca49594283743c0b63b1ea22bd6d6904627e049c3a6166c3b5 +SIZE (trytond_timesheet-2.8.1.tar.gz) = 33639