diff options
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 f4b95f0bb4d..a99e13c4bed 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.111 2013/05/24 18:23:39 wiz Exp $ +# $NetBSD: Makefile,v 1.112 2013/06/03 10:05:56 wiz Exp $ DISTNAME= seahorse-2.32.0 -PKGREVISION= 18 +PKGREVISION= 19 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNOME:=sources/seahorse/2.32/} EXTRACT_SUFX= .tar.bz2 diff --git a/security/seahorse/buildlink3.mk b/security/seahorse/buildlink3.mk index a32e2ac116b..bafcb80f0d0 100644 --- a/security/seahorse/buildlink3.mk +++ b/security/seahorse/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.28 2013/02/16 11:18:58 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.29 2013/06/03 10:05:56 wiz Exp $ BUILDLINK_TREE+= seahorse @@ -6,7 +6,7 @@ BUILDLINK_TREE+= seahorse SEAHORSE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.seahorse+= seahorse>=2.24.1 -BUILDLINK_ABI_DEPENDS.seahorse+= seahorse>=2.32.0nb16 +BUILDLINK_ABI_DEPENDS.seahorse+= seahorse>=2.32.0nb19 BUILDLINK_PKGSRCDIR.seahorse?= ../../security/seahorse .include "../../sysutils/dbus-glib/buildlink3.mk" |