pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/miniircd
Module Name: pkgsrc
Committed By: leot
Date: Thu Jul 16 15:32:11 UTC 2020
Modified Files:
pkgsrc/chat/miniircd: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/miniircd/Makefile \
pkgsrc/chat/miniircd/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/miniircd/Makefile
diff -u pkgsrc/chat/miniircd/Makefile:1.1 pkgsrc/chat/miniircd/Makefile:1.2
--- pkgsrc/chat/miniircd/Makefile:1.1 Fri Aug 2 10:20:53 2019
+++ pkgsrc/chat/miniircd/Makefile Thu Jul 16 15:32:11 2020
@@ -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:
Index: pkgsrc/chat/miniircd/distinfo
diff -u pkgsrc/chat/miniircd/distinfo:1.1 pkgsrc/chat/miniircd/distinfo:1.2
--- pkgsrc/chat/miniircd/distinfo:1.1 Fri Aug 2 10:20:53 2019
+++ pkgsrc/chat/miniircd/distinfo Thu Jul 16 15:32:11 2020
@@ -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