git: 1394546a1358 - main - textproc/py-xlmmacrodeobfuscator: Update to 0.2.7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Oct 2022 17:14:25 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1394546a135859fd0793951cd29d179be3aaaaf5
commit 1394546a135859fd0793951cd29d179be3aaaaf5
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-10-03 17:06:10 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-10-03 17:10:42 +0000
textproc/py-xlmmacrodeobfuscator: Update to 0.2.7
- Use USES=dos2unix to convert CRLF to LF
Changes: https://github.com/DissectMalware/XLMMacroDeobfuscator/releases
https://github.com/DissectMalware/XLMMacroDeobfuscator/commits/master
---
textproc/py-xlmmacrodeobfuscator/Makefile | 6 ++---
textproc/py-xlmmacrodeobfuscator/distinfo | 6 ++---
.../py-xlmmacrodeobfuscator/files/patch-setup.py | 26 +++++++++++-----------
3 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/textproc/py-xlmmacrodeobfuscator/Makefile b/textproc/py-xlmmacrodeobfuscator/Makefile
index 6868a701963e..b657329177ae 100644
--- a/textproc/py-xlmmacrodeobfuscator/Makefile
+++ b/textproc/py-xlmmacrodeobfuscator/Makefile
@@ -1,5 +1,5 @@
PORTNAME= xlmmacrodeobfuscator
-PORTVERSION= 0.2.6
+PORTVERSION= 0.2.7
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,10 +16,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lark>=0:devel/py-lark@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msoffcrypto-tool>=0:security/py-msoffcrypto-tool@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyxlsb2>=0:textproc/py-pyxlsb2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}roman>=0:math/py-roman@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}untangle>=1.1.1:textproc/py-untangle@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}untangle>=1.2.1:textproc/py-untangle@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xlrd2>=0:textproc/py-xlrd2@${PY_FLAVOR}
-USES= python:3.7+
+USES= dos2unix python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
diff --git a/textproc/py-xlmmacrodeobfuscator/distinfo b/textproc/py-xlmmacrodeobfuscator/distinfo
index 9aeffef10fcf..1128d1d002f7 100644
--- a/textproc/py-xlmmacrodeobfuscator/distinfo
+++ b/textproc/py-xlmmacrodeobfuscator/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1660576698
-SHA256 (XLMMacroDeobfuscator-0.2.6.tar.gz) = 2200828ec15b83517b9f6e085808a682c0d3c4ba802b4c48d2f7b3b9c84c58b1
-SIZE (XLMMacroDeobfuscator-0.2.6.tar.gz) = 48247
+TIMESTAMP = 1664768000
+SHA256 (XLMMacroDeobfuscator-0.2.7.tar.gz) = 7c75755faac31c139a92b41756a0d05b9d9903d5224507f2edf36adc14f4783e
+SIZE (XLMMacroDeobfuscator-0.2.7.tar.gz) = 48295
diff --git a/textproc/py-xlmmacrodeobfuscator/files/patch-setup.py b/textproc/py-xlmmacrodeobfuscator/files/patch-setup.py
index e8be65a38cfd..69c881c63e46 100644
--- a/textproc/py-xlmmacrodeobfuscator/files/patch-setup.py
+++ b/textproc/py-xlmmacrodeobfuscator/files/patch-setup.py
@@ -1,14 +1,14 @@
---- setup.py.orig 2022-02-03 00:53:18 UTC
+--- setup.py.orig 2022-10-03 07:48:40 UTC
+++ setup.py
-@@ -35,9 +35,9 @@ setup(
- python_requires='>=3.4',
- install_requires=[
- "pyxlsb2",
-- "lark-parser",
-+ "lark",
- "xlrd2",
-- "untangle==1.1.1",
-+ "untangle>=1.1.1",
- "msoffcrypto-tool",
- "roman"
- ],
+@@ -35,9 +35,9 @@ setup(
+ python_requires='>=3.4',
+ install_requires=[
+ "pyxlsb2",
+- "lark-parser",
++ "lark",
+ "xlrd2",
+- "untangle==1.2.1",
++ "untangle>=1.2.1",
+ "msoffcrypto-tool",
+ "roman"
+ ],