Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Nov 2022 23:35:32 GMT
From:      Guangyuan Yang <ygy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f27f862129c4 - main - textproc/py-extract-msg: Update to 0.37.0
Message-ID:  <202211222335.2AMNZWIr050704@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ygy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f27f862129c466c0933693958ee256ae9eab6116

commit f27f862129c466c0933693958ee256ae9eab6116
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2022-11-22 23:35:10 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2022-11-22 23:35:10 +0000

    textproc/py-extract-msg: Update to 0.37.0
    
    Changelog:      https://github.com/TeamMsgExtractor/msg-extractor/blob/v0.37.0/CHANGELOG.md
    
    PR:             267924
---
 textproc/py-extract-msg/Makefile | 6 +++---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211222335.2AMNZWIr050704>