git: e61bdc07ff25 - main - textproc/py-textract: expire MSG option on 2025-06-01 for textproc/py-extract-msg
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Apr 2025 15:59:19 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=e61bdc07ff25fb4bdfbb1db3e25dd46a9bd5378a commit e61bdc07ff25fb4bdfbb1db3e25dd46a9bd5378a Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-04-21 15:57:56 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-04-21 15:57:56 +0000 textproc/py-textract: expire MSG option on 2025-06-01 for textproc/py-extract-msg --- textproc/py-textract/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/textproc/py-textract/Makefile b/textproc/py-textract/Makefile index 1a82f144b80f..148e74b0c2cf 100644 --- a/textproc/py-textract/Makefile +++ b/textproc/py-textract/Makefile @@ -69,4 +69,11 @@ SPREADSHEET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlrd>=1.2.0:textproc/py-xlrd@${P TESSERACT_RUN_DEPENDS= tesseract>0:graphics/tesseract UNRTF_RUN_DEPENDS= unrtf>0:textproc/unrtf +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MMSG} +DEPRECATED= Depends on expiring textproc/py-extract-msg +EXPIRATION_DATE=2025-06-01 +.endif + .include <bsd.port.mk>