pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/swift



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 15 08:44:16 UTC 2020

Modified Files:
        pkgsrc/chat/swift: Makefile

Log Message:
swift: build system only supports python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/chat/swift/Makefile

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

Modified files:

Index: pkgsrc/chat/swift/Makefile
diff -u pkgsrc/chat/swift/Makefile:1.54 pkgsrc/chat/swift/Makefile:1.55
--- pkgsrc/chat/swift/Makefile:1.54     Sun Apr 12 08:28:22 2020
+++ pkgsrc/chat/swift/Makefile  Wed Apr 15 08:44:15 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2020/04/12 08:28:22 adam Exp $
+# $NetBSD: Makefile,v 1.55 2020/04/15 08:44:15 wiz Exp $
 
 DISTNAME=      swift-3.0
 PKGREVISION=   38
@@ -17,6 +17,8 @@ LICENSE=      gnu-gpl-v3
 USE_LANGUAGES= c c++11
 USE_TOOLS+=    pkg-config
 
+PYTHON_VERSIONS_ACCEPTED=      27
+
 INSTALLATION_DIRS=     ${PKGMANDIR}/man1
 
 SUBST_CLASSES+=                path



Home | Main Index | Thread Index | Old Index