pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-tortoisehg



Module Name:    pkgsrc
Committed By:   kamil
Date:           Tue Oct 29 17:47:23 UTC 2019

Modified Files:
        pkgsrc/devel/py-tortoisehg: Makefile

Log Message:
py-tortoisehg: Switch from qt4 to qt5


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/devel/py-tortoisehg/Makefile

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

Modified files:

Index: pkgsrc/devel/py-tortoisehg/Makefile
diff -u pkgsrc/devel/py-tortoisehg/Makefile:1.57 pkgsrc/devel/py-tortoisehg/Makefile:1.58
--- pkgsrc/devel/py-tortoisehg/Makefile:1.57    Mon Oct 21 22:15:11 2019
+++ pkgsrc/devel/py-tortoisehg/Makefile Tue Oct 29 17:47:23 2019
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.57 2019/10/21 22:15:11 adam Exp $
+# $NetBSD: Makefile,v 1.58 2019/10/29 17:47:23 kamil Exp $
 
 DISTNAME=              tortoisehg-5.0.2
+PKGREVISION=           1
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=            devel python
 MASTER_SITES=          http://bitbucket.org/tortoisehg/targz/downloads/
@@ -36,5 +37,5 @@ pre-build:
 .include "../../lang/python/application.mk"
 .include "../../lang/python/distutils.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../x11/py-qt4-qscintilla/buildlink3.mk"
+.include "../../x11/py-qt5-qscintilla/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index