diff options
author | drochner <drochner@pkgsrc.org> | 2009-11-24 17:22:17 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-11-24 17:22:17 +0000 |
commit | 8c2704c0638afedefcfe40205e8d008223693989 (patch) | |
tree | 877cdac607fe4eb1a414bde101e371c5a673c3be /x11 | |
parent | 9ee8e27be847b611ecaa0c69ba01b9ebda974c8b (diff) | |
download | pkgsrc-8c2704c0638afedefcfe40205e8d008223693989.tar.gz |
bump PKGREV for sip>=4.9 requirement
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-qt3-base/Makefile | 4 | ||||
-rw-r--r-- | x11/py-qt3-modules/Makefile | 4 | ||||
-rw-r--r-- | x11/py-qt3-qscintilla/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11/py-qt3-base/Makefile b/x11/py-qt3-base/Makefile index ebe96d1ec2f..9ff9b67be2c 100644 --- a/x11/py-qt3-base/Makefile +++ b/x11/py-qt3-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2009/08/26 19:56:47 sno Exp $ +# $NetBSD: Makefile,v 1.29 2009/11/24 17:22:17 drochner Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -6,7 +6,7 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../x11/py-qt3-base/Makefile.common" PKGNAME= ${PYPKGPREFIX}-qt3-base-${PYQT_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Python binding for Qt3 diff --git a/x11/py-qt3-modules/Makefile b/x11/py-qt3-modules/Makefile index df633d0868a..ed433d307b3 100644 --- a/x11/py-qt3-modules/Makefile +++ b/x11/py-qt3-modules/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2009/08/26 19:56:48 sno Exp $ +# $NetBSD: Makefile,v 1.28 2009/11/24 17:22:17 drochner Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -6,7 +6,7 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../x11/py-qt3-base/Makefile.common" PKGNAME= ${PYPKGPREFIX}-qt3-modules-${PYQT_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Various Python modules for Qt3 diff --git a/x11/py-qt3-qscintilla/Makefile b/x11/py-qt3-qscintilla/Makefile index acef07f830b..ab700122cb6 100644 --- a/x11/py-qt3-qscintilla/Makefile +++ b/x11/py-qt3-qscintilla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2009/08/26 19:58:39 sno Exp $ +# $NetBSD: Makefile,v 1.26 2009/11/24 17:22:18 drochner Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -6,7 +6,7 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../x11/py-qt3-base/Makefile.common" PKGNAME= ${PYPKGPREFIX}-qt3-qscintilla-${PYQT_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Python binding for QScintilla |