pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ikiwiki



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May  2 16:22:15 UTC 2023

Modified Files:
        pkgsrc/www/ikiwiki: Makefile

Log Message:
ikiwiki: only allow Python 3


To generate a diff of this commit:
cvs rdiff -u -r1.178 -r1.179 pkgsrc/www/ikiwiki/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ikiwiki/Makefile
diff -u pkgsrc/www/ikiwiki/Makefile:1.178 pkgsrc/www/ikiwiki/Makefile:1.179
--- pkgsrc/www/ikiwiki/Makefile:1.178   Thu Jun 30 11:18:58 2022
+++ pkgsrc/www/ikiwiki/Makefile Tue May  2 16:22:14 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.178 2022/06/30 11:18:58 nia Exp $
+# $NetBSD: Makefile,v 1.179 2023/05/02 16:22:14 wiz Exp $
 
 DISTNAME=              ikiwiki_3.20200202.3.orig
 PKGNAME=               ${DISTNAME:S/_/-/:S/.orig//}
@@ -35,6 +35,8 @@ WRKSRC=                       ${WRKDIR}/${PKGNAME_NOREV}
 PERL5_PACKLIST=                auto/IkiWiki/.packlist
 USE_TOOLS+=            gmake msgfmt perl:run xgettext
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 REPLACE_PYTHON+=       plugins/proxy.py plugins/pythondemo plugins/rst
 REPLACE_PERL+=         pm_filter ikiwiki.in ikiwiki-comment.in
 REPLACE_PERL+=         ikiwiki-transition.in ikiwiki-calendar.in



Home | Main Index | Thread Index | Old Index