git: d0bded2bf5dc - main - net/irrd: Update version 4.0.8=>4.2.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Dec 2021 01:03:18 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d0bded2bf5dcf812c710ccad6f548d6010a4d2ce commit d0bded2bf5dcf812c710ccad6f548d6010a4d2ce Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2021-12-05 23:28:58 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2021-12-06 01:02:47 +0000 net/irrd: Update version 4.0.8=>4.2.2 Relnotes: https://github.com/irrdnet/irrd/releases/tag/v4.2.2 --- net/irrd/Makefile | 2 +- net/irrd/distinfo | 6 +++--- net/irrd/files/patch-setup.py | 35 ----------------------------------- 3 files changed, 4 insertions(+), 39 deletions(-) diff --git a/net/irrd/Makefile b/net/irrd/Makefile index 451af0b06c80..971ccb9e490a 100644 --- a/net/irrd/Makefile +++ b/net/irrd/Makefile @@ -1,7 +1,7 @@ # Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org> PORTNAME= irrd -PORTVERSION= 4.0.8 +PORTVERSION= 4.2.2 DISTVERSIONPREFIX= v CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/irrd/distinfo b/net/irrd/distinfo index 671d9f2b528e..5d491b4d2ccb 100644 --- a/net/irrd/distinfo +++ b/net/irrd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1585613545 -SHA256 (irrdnet-irrd-v4.0.8_GH0.tar.gz) = dd51d10bfad54bd7272ec90380f29824ae70dc401645e6e3bac9554798f4104b -SIZE (irrdnet-irrd-v4.0.8_GH0.tar.gz) = 257853 +TIMESTAMP = 1638746490 +SHA256 (irrdnet-irrd-v4.2.2_GH0.tar.gz) = a2993ba60ca762044dad0763a19097666950070a3c24d4de69ffe1784ad0e19c +SIZE (irrdnet-irrd-v4.2.2_GH0.tar.gz) = 360944 diff --git a/net/irrd/files/patch-setup.py b/net/irrd/files/patch-setup.py deleted file mode 100644 index 438f915317f2..000000000000 --- a/net/irrd/files/patch-setup.py +++ /dev/null @@ -1,35 +0,0 @@ ---- setup.py.orig 2019-11-12 12:54:56 UTC -+++ setup.py -@@ -23,19 +23,19 @@ setuptools.setup( - # This list must be kept in sync with requirements.txt version-wise, - # but should not include packages used for testing, generating docs - # or packages. -- 'python-gnupg==0.4.4', -- 'passlib==1.7.1', -- 'IPy==1.0.0', -- 'dataclasses==0.6', -- 'ordered-set==3.1.1', -- 'dotted==0.1.8', -- 'beautifultable==0.7.0', -- 'PyYAML==5.1', -- 'psycopg2-binary==2.8.2', -- 'SQLAlchemy==1.3.3', -- 'alembic==1.0.10', -- 'ujson==1.35', -- 'twisted==19.2.1', -+ 'python-gnupg>=0.4.3', -+ 'passlib>=1.7.1', -+ 'IPy>=1.0.0', -+ 'dataclasses==0.6; python_version<"3.7"', -+ 'ordered-set>=3.1.1', -+ 'dotted>=0.1.8', -+ 'beautifultable>=0.7.0', -+ 'PyYAML>=5.1', -+ 'psycopg2>=2.8.2', -+ 'SQLAlchemy>=1.2.19', -+ 'alembic>=1.0.10', -+ 'ujson>=1.35', -+ 'twisted>=18.9.0', - ], - entry_points={ - 'console_scripts': [