aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2024-04-24 23:36:42 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2024-04-24 23:36:42 +0000
commit9e96e25b09e67ff073e732832135b098cd0800cc (patch)
tree153239a0fc97ca2df33e0d43d731078629198243
parentfde0b606556b9deb1dd043cdd07d45145d33720b (diff)
downloadports-9e96e25b09e67ff073e732832135b098cd0800cc.tar.gz
ports-9e96e25b09e67ff073e732832135b098cd0800cc.zip
finance/odoo: Remove obsolete dependency
- Try a possible fix issue with werkzeug2/werkzeug dependency - Bump PORTREVISION PR: 278531 Reported by: jbo
-rw-r--r--finance/odoo/Makefile3
1 files changed, 1 insertions, 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} \