summaryrefslogtreecommitdiff
path: root/security/qoauth
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2013-06-04 22:15:37 +0000
committertron <tron@pkgsrc.org>2013-06-04 22:15:37 +0000
commite05e426ab43da6bb48ab55916d999c4d503e688a (patch)
tree6b8ed11551c6ae6edf7530700df81d41fe88397e /security/qoauth
parent6ac78ffb0f037a74145725b7dcfcfa4652d7dd23 (diff)
downloadpkgsrc-e05e426ab43da6bb48ab55916d999c4d503e688a.tar.gz
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
Diffstat (limited to 'security/qoauth')
-rw-r--r--security/qoauth/Makefile4
-rw-r--r--security/qoauth/buildlink3.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/security/qoauth/Makefile b/security/qoauth/Makefile
index 605cfa5e136..b1e8b44ecea 100644
--- a/security/qoauth/Makefile
+++ b/security/qoauth/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2013/06/03 10:05:56 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2013/06/04 22:17:03 tron Exp $
#
PKGNAME= qoauth-1.0.1
DISTNAME= ${PKGNAME_NOREV}-src
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= security
MASTER_SITES= http://files.ayoy.net/qoauth/release/1.0.1/src/
EXTRACT_SUFX= .tar.bz2
diff --git a/security/qoauth/buildlink3.mk b/security/qoauth/buildlink3.mk
index 1d42a5fdbce..2da0e1a60ad 100644
--- a/security/qoauth/buildlink3.mk
+++ b/security/qoauth/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2013/06/03 10:05:56 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2013/06/04 22:17:03 tron Exp $
BUILDLINK_TREE+= qoauth
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qoauth
QOAUTH_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qoauth+= qoauth>=1.0.1
-BUILDLINK_ABI_DEPENDS.qoauth?= qoauth>=1.0.1nb6
+BUILDLINK_ABI_DEPENDS.qoauth?= qoauth>=1.0.1nb7
BUILDLINK_PKGSRCDIR.qoauth?= ../../security/qoauth
.include "../../x11/qt4-libs/buildlink3.mk"