diff options
author | wiz <wiz@pkgsrc.org> | 2013-07-04 17:03:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-07-04 17:03:18 +0000 |
commit | 39a5a89e1a5fbac8479459f71a538bd1940b9cc3 (patch) | |
tree | e81f5e310191034e82ea709807020e2172d5641c /x11 | |
parent | 6e69e8d2509d9d431073366d81838e9048f1a8e3 (diff) | |
download | pkgsrc-39a5a89e1a5fbac8479459f71a538bd1940b9cc3.tar.gz |
Bump PKGREVISION for py-sip module major version change.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-kde4/Makefile | 5 | ||||
-rw-r--r-- | x11/py-qt3-base/Makefile | 4 | ||||
-rw-r--r-- | x11/py-qt4-qscintilla/Makefile | 4 | ||||
-rw-r--r-- | x11/py-qt4/Makefile | 5 |
4 files changed, 8 insertions, 10 deletions
diff --git a/x11/py-kde4/Makefile b/x11/py-kde4/Makefile index fa39e3998aa..5cbded37796 100644 --- a/x11/py-kde4/Makefile +++ b/x11/py-kde4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2013/06/10 15:45:30 jperkin Exp $ +# $NetBSD: Makefile,v 1.31 2013/07/04 17:03:19 wiz Exp $ PKGNAME= ${PYPKGPREFIX}-kde4-${_KDE_VERSION} DISTNAME= pykde4-${_KDE_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= misc COMMENT= Python bindings for the KDE integrated X11 desktop @@ -54,7 +54,6 @@ SUBST_SED.pid32+= -e '/typedef.*int.*pid_t/s/int/long/' .include "../../misc/nepomuk-core/buildlink3.mk" .include "../../security/polkit-qt/buildlink3.mk" .include "../../x11/kdelibs4/buildlink3.mk" -BUILDLINK_API_DEPENDS.py-sip+= ${PYPKGPREFIX}-sip>=4.10 .include "../../x11/py-sip/buildlink3.mk" .include "../../x11/py-qt4/buildlink3.mk" BUILDLINK_DEPMETHOD.qt4-tools= full diff --git a/x11/py-qt3-base/Makefile b/x11/py-qt3-base/Makefile index e9137aea9a4..fe7cf2f6e6f 100644 --- a/x11/py-qt3-base/Makefile +++ b/x11/py-qt3-base/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.41 2013/06/06 12:53:52 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2013/07/04 17:03:19 wiz Exp $ # .include "../../x11/py-qt3-base/Makefile.common" PKGNAME= ${PYPKGPREFIX}-qt3-base-${PYQT_VERSION} -PKGREVISION= 13 +PKGREVISION= 14 COMMENT= Python binding for Qt3 diff --git a/x11/py-qt4-qscintilla/Makefile b/x11/py-qt4-qscintilla/Makefile index d44d3bca323..e19e0f13ae7 100644 --- a/x11/py-qt4-qscintilla/Makefile +++ b/x11/py-qt4-qscintilla/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.34 2013/06/06 12:53:42 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2013/07/04 17:03:19 wiz Exp $ # DISTNAME= QScintilla-gpl-2.7.1 PKGNAME= ${PYPKGPREFIX}-qt4-${DISTNAME:tl:S/-gpl-/-/} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyqt/} diff --git a/x11/py-qt4/Makefile b/x11/py-qt4/Makefile index d6fe7ba9ed6..5ced6e4c02c 100644 --- a/x11/py-qt4/Makefile +++ b/x11/py-qt4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.67 2013/06/10 15:37:36 jperkin Exp $ +# $NetBSD: Makefile,v 1.68 2013/07/04 17:03:19 wiz Exp $ PKGNAME= ${PYPKGPREFIX}-qt4-${PYQT_VERSION} PYQT_VERSION= 4.10.1 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= x11 python #MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/PyQt4/ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyqt/} @@ -69,7 +69,6 @@ do-configure: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ ${PYTHONBIN} configure.py ${CONFIGURE_ARGS}) -BUILDLINK_API_DEPENDS.py-sip+= ${PYPKGPREFIX}-sip>=4.14 .include "../../x11/py-sip/buildlink3.mk" .include "../../sysutils/dbus/buildlink3.mk" .include "../../sysutils/py-dbus/buildlink3.mk" |