aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:09:41 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:57:36 +0000
commitf3a24336782e178249cb4b48e6a97fef9dabe43f (patch)
tree231271394ee64c75e75a0266a5213e4bf46a5774
parent92e7f5eb6a1acac0d0d0b8d48285ce8ded00652d (diff)
downloadports-f3a24336782e178249cb4b48e6a97fef9dabe43f.tar.gz
ports-f3a24336782e178249cb4b48e6a97fef9dabe43f.zip
textproc/py-aeidon: Update to 1.10.1
-rw-r--r--textproc/py-aeidon/Makefile2
-rw-r--r--textproc/py-aeidon/distinfo6
-rw-r--r--textproc/py-aeidon/files/patch-setup-aeidon.py2
3 files changed, 5 insertions, 5 deletions
diff --git a/textproc/py-aeidon/Makefile b/textproc/py-aeidon/Makefile
index 1d4b3a42e162..4b3d5ef946af 100644
--- a/textproc/py-aeidon/Makefile
+++ b/textproc/py-aeidon/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= aeidon
-PORTVERSION= 1.10
+PORTVERSION= 1.10.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-aeidon/distinfo b/textproc/py-aeidon/distinfo
index bdddb87ffa99..753ea01cc761 100644
--- a/textproc/py-aeidon/distinfo
+++ b/textproc/py-aeidon/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1634111800
-SHA256 (aeidon-1.10.tar.gz) = c0e92c684b838f20784144476b16fdad150c9b7302f69fa8693204475000956f
-SIZE (aeidon-1.10.tar.gz) = 83499
+TIMESTAMP = 1634391160
+SHA256 (aeidon-1.10.1.tar.gz) = 2623d522e77ce8547136cb8705a1f6a61e183062909a3a29314a444096ba5d28
+SIZE (aeidon-1.10.1.tar.gz) = 83580
diff --git a/textproc/py-aeidon/files/patch-setup-aeidon.py b/textproc/py-aeidon/files/patch-setup-aeidon.py
index 004a331e02eb..198e3bc4b94d 100644
--- a/textproc/py-aeidon/files/patch-setup-aeidon.py
+++ b/textproc/py-aeidon/files/patch-setup-aeidon.py
@@ -20,7 +20,7 @@
setup(
name="aeidon",
- version=get_aeidon_version(),
-+ version=%%PORTVERSION%%,
++ version="%%PORTVERSION%%",
author="Osmo Salomaa",
author_email="otsaloma@iki.fi",
description="Reading, writing and manipulating text-based subtitle files",