diff options
author | jmmv <jmmv> | 2006-09-16 12:20:32 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2006-09-16 12:20:32 +0000 |
commit | 35cd74f783509cb1fbf2e2f5fe9659e45928bd0d (patch) | |
tree | 9f2e5140c40cb30e2c5aa3acc8f0e8c42fe296c3 /security/seahorse | |
parent | 1bd5612a57462aa11df6f1cb734efcab45fb7864 (diff) | |
download | pkgsrc-35cd74f783509cb1fbf2e2f5fe9659e45928bd0d.tar.gz |
Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.
Grrr, I really hate this kind of change.
Diffstat (limited to 'security/seahorse')
-rw-r--r-- | security/seahorse/Makefile | 4 | ||||
-rw-r--r-- | security/seahorse/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index fcc8dc25a80..c5c49634d6f 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2006/07/05 05:37:44 jlam Exp $ +# $NetBSD: Makefile,v 1.57 2006/09/16 12:20:32 jmmv Exp $ DISTNAME= seahorse-0.8.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNOME:=sources/seahorse/0.8/} EXTRACT_SUFX= .tar.bz2 diff --git a/security/seahorse/buildlink3.mk b/security/seahorse/buildlink3.mk index 9ac86887143..f10d7869a3b 100644 --- a/security/seahorse/buildlink3.mk +++ b/security/seahorse/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2006/07/08 23:11:08 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2006/09/16 12:20:32 jmmv Exp $ # XXX # XXX This file was created automatically using createbuildlink-3.10. # XXX After this file has been verified as correct, the comment lines @@ -23,7 +23,7 @@ BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}seahorse .if !empty(SEAHORSE_BUILDLINK3_MK:M+) BUILDLINK_API_DEPENDS.seahorse+= seahorse>=0.8.1 -BUILDLINK_ABI_DEPENDS.seahorse?= seahorse>=0.8.1nb2 +BUILDLINK_ABI_DEPENDS.seahorse?= seahorse>=0.8.1nb3 BUILDLINK_PKGSRCDIR.seahorse?= ../../security/seahorse .endif # SEAHORSE_BUILDLINK3_MK |