diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-21 12:05:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-21 12:05:41 +0000 |
commit | 2d1a8cc474b8a217cfacf22a906d4280824cfccf (patch) | |
tree | ea6a76b592666b967049520aa9cca81a0397d755 /security/seahorse | |
parent | adabc0cd25422e73560d08ed42548017c4f1f611 (diff) | |
download | pkgsrc-2d1a8cc474b8a217cfacf22a906d4280824cfccf.tar.gz |
Bump PKGREVISION for gnome-keyring ABI bump.
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 0bac38dcbc2..8bdd7c594d2 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.59 2007/02/22 19:27:09 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2007/03/21 12:05:52 wiz Exp $ DISTNAME= seahorse-0.8.1 -PKGREVISION= 3 +PKGREVISION= 4 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 f10d7869a3b..9a33eff9705 100644 --- a/security/seahorse/buildlink3.mk +++ b/security/seahorse/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2006/09/16 12:20:32 jmmv Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2007/03/21 12:05:52 wiz 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.1nb3 +BUILDLINK_ABI_DEPENDS.seahorse?= seahorse>=0.8.1nb4 BUILDLINK_PKGSRCDIR.seahorse?= ../../security/seahorse .endif # SEAHORSE_BUILDLINK3_MK |