summaryrefslogtreecommitdiff
path: root/security/polkit-qt
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-06-13 22:43:46 +0000
committerwiz <wiz@pkgsrc.org>2010-06-13 22:43:46 +0000
commit92e0cb52cb783546e352182244f761180817e141 (patch)
tree4a9b97c2969a25f1eeb6596ee96fc25429cef7d5 /security/polkit-qt
parent01bd00f60b043c603cfe4fa796bf28af3a849cca (diff)
downloadpkgsrc-92e0cb52cb783546e352182244f761180817e141.tar.gz
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
Diffstat (limited to 'security/polkit-qt')
-rw-r--r--security/polkit-qt/Makefile3
-rw-r--r--security/polkit-qt/buildlink3.mk4
2 files changed, 4 insertions, 3 deletions
diff --git a/security/polkit-qt/Makefile b/security/polkit-qt/Makefile
index cb74cbaec41..4c2faaa5464 100644
--- a/security/polkit-qt/Makefile
+++ b/security/polkit-qt/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2010/04/09 23:47:19 markd Exp $
+# $NetBSD: Makefile,v 1.6 2010/06/13 22:45:20 wiz Exp $
DISTNAME= polkit-qt-0.9.3
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_KDE:=apps/KDE4.x/admin/}
EXTRACT_SUFX= .tar.bz2
diff --git a/security/polkit-qt/buildlink3.mk b/security/polkit-qt/buildlink3.mk
index 54bd3affa26..cfc382b5d89 100644
--- a/security/polkit-qt/buildlink3.mk
+++ b/security/polkit-qt/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2010/01/18 09:59:25 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2010/06/13 22:45:20 wiz Exp $
BUILDLINK_TREE+= polkit-qt
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= polkit-qt
POLKIT_QT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.polkit-qt+= polkit-qt>=0.9.2
-BUILDLINK_ABI_DEPENDS.polkit-qt?= polkit-qt>=0.9.2nb1
+BUILDLINK_ABI_DEPENDS.polkit-qt?= polkit-qt>=0.9.3nb1
BUILDLINK_PKGSRCDIR.polkit-qt?= ../../security/polkit-qt
.include "../../security/policykit/buildlink3.mk"