From 13ad962e1c29a472af770043fc711ad5fd52e69a Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 4 Jul 2013 17:03:18 +0000 Subject: Bump PKGREVISION for py-sip module major version change. --- editors/kate/Makefile | 4 ++-- emulators/gns3/Makefile | 3 ++- geography/qgis/Makefile | 4 ++-- graphics/veusz/Makefile | 4 ++-- misc/calibre/Makefile | 4 ++-- x11/py-kde4/Makefile | 5 ++--- x11/py-qt3-base/Makefile | 4 ++-- x11/py-qt4-qscintilla/Makefile | 4 ++-- x11/py-qt4/Makefile | 5 ++--- 9 files changed, 18 insertions(+), 19 deletions(-) diff --git a/editors/kate/Makefile b/editors/kate/Makefile index ec5bb58f555..93b5c7e21d2 100644 --- a/editors/kate/Makefile +++ b/editors/kate/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2013/06/06 12:54:16 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2013/07/04 17:03:18 wiz Exp $ DISTNAME= kate-${_KDE_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= editors COMMENT= KDE advanced text editor diff --git a/emulators/gns3/Makefile b/emulators/gns3/Makefile index b6f44ab1b0a..c82b2ac70e4 100644 --- a/emulators/gns3/Makefile +++ b/emulators/gns3/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2013/03/01 21:29:14 markd Exp $ +# $NetBSD: Makefile,v 1.6 2013/07/04 17:03:18 wiz Exp $ DISTNAME= GNS3-0.8.3.1-src PKGNAME= gns3-0.8.3.1 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gns-3/GNS3/0.8.3.1/} EXTRACT_SUFX= .tar.bz2 diff --git a/geography/qgis/Makefile b/geography/qgis/Makefile index c77667dadef..2f6710dca33 100644 --- a/geography/qgis/Makefile +++ b/geography/qgis/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2013/06/06 12:54:27 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2013/07/04 17:03:18 wiz Exp $ DISTNAME= qgis-1.7.4 -PKGREVISION= 17 +PKGREVISION= 18 CATEGORIES= geography MASTER_SITES= http://qgis.org/downloads/ EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/veusz/Makefile b/graphics/veusz/Makefile index d208225e654..bfd0eeffdba 100644 --- a/graphics/veusz/Makefile +++ b/graphics/veusz/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.43 2013/06/06 12:54:35 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2013/07/04 17:03:18 wiz Exp $ # DISTNAME= veusz-1.17.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://download.gna.org/veusz/ diff --git a/misc/calibre/Makefile b/misc/calibre/Makefile index fb286c05dba..ef03d85632e 100644 --- a/misc/calibre/Makefile +++ b/misc/calibre/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.58 2013/06/06 12:54:45 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2013/07/04 17:03:19 wiz Exp $ # DISTNAME= calibre-0.9.7 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calibre/} EXTRACT_SUFX= .tar.xz 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" -- cgit v1.2.3