Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/net/py-medusa/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/net/py-medusa/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- pkgsrc/net/py-medusa/Makefile 2012/10/23 17:19:02 1.4 +++ pkgsrc/net/py-medusa/Makefile 2014/01/25 10:30:17 1.5 @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/10/23 17:19:02 asau Exp $ -# +# $NetBSD: Makefile,v 1.5 2014/01/25 10:30:17 wiz Exp $ DISTNAME= medusa-0.5.4 PKGREVISION= 1 @@ -13,5 +12,7 @@ COMMENT= Framework for writing asynchron USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 33 + .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk"