git: f3a24336782e - main - textproc/py-aeidon: Update to 1.10.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Oct 2021 16:03:04 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3a24336782e178249cb4b48e6a97fef9dabe43f commit f3a24336782e178249cb4b48e6a97fef9dabe43f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-25 15:09:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-25 15:57:36 +0000 textproc/py-aeidon: Update to 1.10.1 Changes: https://github.com/otsaloma/gaupol/releases --- textproc/py-aeidon/Makefile | 2 +- textproc/py-aeidon/distinfo | 6 +++--- textproc/py-aeidon/files/patch-setup-aeidon.py | 2 +- 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",