git: 9e96e25b09e6 - main - finance/odoo: Remove obsolete dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Apr 2024 23:39:51 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=9e96e25b09e67ff073e732832135b098cd0800cc commit 9e96e25b09e67ff073e732832135b098cd0800cc Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2024-04-24 23:36:42 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2024-04-24 23:36:42 +0000 finance/odoo: Remove obsolete dependency - Try a possible fix issue with werkzeug2/werkzeug dependency - Bump PORTREVISION PR: 278531 Reported by: jbo --- finance/odoo/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/finance/odoo/Makefile b/finance/odoo/Makefile index a073eeb401e7..f6b54bc0945e 100644 --- a/finance/odoo/Makefile +++ b/finance/odoo/Makefile @@ -1,6 +1,6 @@ PORTNAME= odoo PORTVERSION= 17.0.20240325 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance www PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -57,7 +57,6 @@ RUN_DEPENDS= wkhtmltopdf>0:converters/wkhtmltopdf \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-file>0:www/py-requests-file@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}werkzeug2>0:www/py-werkzeug2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}secure-cookie>0:www/py-secure-cookie@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}XlsxWriter>=0:textproc/py-xlsxwriter@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xlrd>=1.2.0:textproc/py-xlrd@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xlwt>=1.3.0:textproc/py-xlwt@${PY_FLAVOR} \