diff --git a/textproc/py-extract-msg/Makefile b/textproc/py-extract-msg/Makefile index 8b0c4160a51b..ff4c4514c4db 100644 --- a/textproc/py-extract-msg/Makefile +++ b/textproc/py-extract-msg/Makefile @@ -1,28 +1,28 @@ PORTNAME= extract-msg -PORTVERSION= 0.36.3 +PORTVERSION= 0.36.4 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= extract_msg-${PORTVERSION} MAINTAINER= DtxdF@disroot.org COMMENT= Extracts emails and attachments saved in MS Outlook's .msg files WWW= https://github.com/TeamMsgExtractor/msg-extractor LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.11.1:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}chardet>=4.0.0:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}compressed-rtf>=1.0.6:archivers/py-compressed-rtf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ebcdic>=1.1.1:textproc/py-ebcdic@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}imapclient>=2.1.0:mail/py-imapclient@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}olefile>=0.46:devel/py-olefile@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz-deprecation-shim>0:devel/py-pytz-deprecation-shim@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}RTFDE>=0.0.2:textproc/py-RTFDE@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tzlocal>=4.2:devel/py-tzlocal@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils .include diff --git a/textproc/py-extract-msg/distinfo b/textproc/py-extract-msg/distinfo index 2bfb37556748..c4d6d1f7bb5b 100644 --- a/textproc/py-extract-msg/distinfo +++ b/textproc/py-extract-msg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662216238 -SHA256 (extract_msg-0.36.3.tar.gz) = eb5726ecf9f482aec2323dd06250d76dc514c8dc6f87804fb835bd0106e221c8 -SIZE (extract_msg-0.36.3.tar.gz) = 158680 +TIMESTAMP = 1667171508 +SHA256 (extract_msg-0.36.4.tar.gz) = 7924421fbb7d09ef2fb94221c873f443d9390677282b9a91eba00b15badbe4e8 +SIZE (extract_msg-0.36.4.tar.gz) = 159130 diff --git a/textproc/py-extract-msg/pkg-descr b/textproc/py-extract-msg/pkg-descr index 8faa87ebb2e1..51d5329964c2 100644 --- a/textproc/py-extract-msg/pkg-descr +++ b/textproc/py-extract-msg/pkg-descr @@ -1,3 +1,3 @@ -msg-extract extracts emails and attachments saved in Microsoft +extract_msg extracts emails and attachments saved in Microsoft Outlook's .msg files. It automates the extraction of key email data (from, to, cc, date, subject, body) and the email's attachments.