Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/miniircd miniircd: Update to 2.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/6bf0b4d692a2
branches: trunk
changeset: 435835:6bf0b4d692a2
user: leot <leot%pkgsrc.org@localhost>
date: Thu Jul 16 15:32:11 2020 +0000
description:
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:
chat/miniircd/Makefile | 6 ++++--
chat/miniircd/distinfo | 10 +++++-----
2 files changed, 9 insertions(+), 7 deletions(-)
diffs (36 lines):
diff -r 5f1d244330f8 -r 6bf0b4d692a2 chat/miniircd/Makefile
--- a/chat/miniircd/Makefile Thu Jul 16 14:49:13 2020 +0000
+++ b/chat/miniircd/Makefile Thu Jul 16 15:32:11 2020 +0000
@@ -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 @@
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # since 2.0
+
INSTALLATION_DIRS= sbin share/doc/miniircd
do-install:
diff -r 5f1d244330f8 -r 6bf0b4d692a2 chat/miniircd/distinfo
--- a/chat/miniircd/distinfo Thu Jul 16 14:49:13 2020 +0000
+++ b/chat/miniircd/distinfo Thu Jul 16 15:32:11 2020 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index