diff options
author | leot <leot@pkgsrc.org> | 2020-07-16 15:32:11 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2020-07-16 15:32:11 +0000 |
commit | f979558c75d85d7610c96ac969d7df104b0ae10d (patch) | |
tree | 122f13bb68ba8ea4be20eeb3d10df6ddb3abd31d /chat/miniircd | |
parent | 6199f51c9da363e6c874c76577299ad311ee42d3 (diff) | |
download | pkgsrc-f979558c75d85d7610c96ac969d7df104b0ae10d.tar.gz |
miniircd: Update to 2.0
Changes:
2.0
---
* Dropped Python 2 support.
* miniircd now requires Python 3.6+.
* Channel log files are now named after the lowercase version of the channel
name for consistency.
* Fixed creation of PID file when using Python 3.
* Made sure to remove the PID file on daemon exit.
* Fixed creation of PID file with a relative path.
* Fixed a bug when using non-ASCII characters in Python 3 mode.
Diffstat (limited to 'chat/miniircd')
-rw-r--r-- | chat/miniircd/Makefile | 6 | ||||
-rw-r--r-- | chat/miniircd/distinfo | 10 |
2 files changed, 9 insertions, 7 deletions
diff --git a/chat/miniircd/Makefile b/chat/miniircd/Makefile index b3175c03c0f..3190a1e5736 100644 --- a/chat/miniircd/Makefile +++ b/chat/miniircd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2019/08/02 10:20:53 leot Exp $ +# $NetBSD: Makefile,v 1.2 2020/07/16 15:32:11 leot Exp $ -DISTNAME= miniircd-1.3 +DISTNAME= miniircd-2.0 CATEGORIES= chat python MASTER_SITES= ${MASTER_SITE_GITHUB:=jrosdahl/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -31,6 +31,8 @@ REPLACE_PYTHON+= test.py USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 # since 2.0 + INSTALLATION_DIRS= sbin share/doc/miniircd do-install: diff --git a/chat/miniircd/distinfo b/chat/miniircd/distinfo index c9aafa97fb5..822a30063d8 100644 --- a/chat/miniircd/distinfo +++ b/chat/miniircd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2019/08/02 10:20:53 leot Exp $ +$NetBSD: distinfo,v 1.2 2020/07/16 15:32:11 leot Exp $ -SHA1 (miniircd-1.3.tar.gz) = 61d8273973de28b4edfa9b6a8297397ae3de767d -RMD160 (miniircd-1.3.tar.gz) = 3e4ff007f458fde3fa1f79830ca1a30ca4003349 -SHA512 (miniircd-1.3.tar.gz) = 41ee2d7b9022fc94c46c2bad39a618e7f49e586d4bfd2de8512d73bceaade9b82914129d7b688002308c6c892a78530bec632e92e3067f9736157ac1cd7dbabe -Size (miniircd-1.3.tar.gz) = 21581 bytes +SHA1 (miniircd-2.0.tar.gz) = e44fd1aca1760942304deccdf229a117df2943cc +RMD160 (miniircd-2.0.tar.gz) = c200bdb13b7a190c0e6152e6c17a2df9f61f9c09 +SHA512 (miniircd-2.0.tar.gz) = b3a65d5b54d2e4163b878fb311221dd1e16bcdc9d53718b687e18d1af8ec3f331903b0ef73fd94e2540ff6d41693bf491a8de04b45d1e00c3215b7427108ff56 +Size (miniircd-2.0.tar.gz) = 22151 bytes |