diff options
author | Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> | 2022-11-22 23:35:10 +0000 |
---|---|---|
committer | Guangyuan Yang <ygy@FreeBSD.org> | 2022-11-22 23:35:10 +0000 |
commit | f27f862129c466c0933693958ee256ae9eab6116 (patch) | |
tree | 6ae6f9158fd81f46363078c7981e9f4458f4b6fe | |
parent | 0fca3280d4342889ceb694841fe87d2ff1674406 (diff) |
textproc/py-extract-msg: Update to 0.37.0
-rw-r--r-- | textproc/py-extract-msg/Makefile | 6 | ||||
-rw-r--r-- | textproc/py-extract-msg/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/py-extract-msg/Makefile b/textproc/py-extract-msg/Makefile index ff4c4514c4db..fab35970b4f4 100644 --- a/textproc/py-extract-msg/Makefile +++ b/textproc/py-extract-msg/Makefile @@ -1,5 +1,5 @@ PORTNAME= extract-msg -PORTVERSION= 0.36.4 +PORTVERSION= 0.37.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -7,7 +7,7 @@ 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 +WWW= https://github.com/TeamMsgExtractor/msg-extractor LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.11.1:www/py-beautifulsoup@$ ${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+ +USES= python:3.6+ USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/textproc/py-extract-msg/distinfo b/textproc/py-extract-msg/distinfo index c4d6d1f7bb5b..37ecad063c22 100644 --- a/textproc/py-extract-msg/distinfo +++ b/textproc/py-extract-msg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667171508 -SHA256 (extract_msg-0.36.4.tar.gz) = 7924421fbb7d09ef2fb94221c873f443d9390677282b9a91eba00b15badbe4e8 -SIZE (extract_msg-0.36.4.tar.gz) = 159130 +TIMESTAMP = 1669124444 +SHA256 (extract_msg-0.37.0.tar.gz) = b0ad4ab44e4e180c858ea2c327f714a20160c41ba432053477c07b1c481f0cd8 +SIZE (extract_msg-0.37.0.tar.gz) = 159709 |