diff options
author | wiz <wiz@pkgsrc.org> | 2010-06-13 22:43:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-06-13 22:43:46 +0000 |
commit | 92e0cb52cb783546e352182244f761180817e141 (patch) | |
tree | 4a9b97c2969a25f1eeb6596ee96fc25429cef7d5 /security/seahorse | |
parent | 01bd00f60b043c603cfe4fa796bf28af3a849cca (diff) | |
download | pkgsrc-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/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 f4bb13b9342..c055cb15d8d 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.86 2010/01/15 20:11:34 drochner Exp $ +# $NetBSD: Makefile,v 1.87 2010/06/13 22:45:20 wiz Exp $ DISTNAME= seahorse-2.28.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNOME:=sources/seahorse/2.28/} EXTRACT_SUFX= .tar.bz2 diff --git a/security/seahorse/buildlink3.mk b/security/seahorse/buildlink3.mk index c210710a0b6..a449a6901fa 100644 --- a/security/seahorse/buildlink3.mk +++ b/security/seahorse/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.14 2009/08/26 19:56:58 sno Exp $ +# $NetBSD: buildlink3.mk,v 1.15 2010/06/13 22:45:20 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.26.2nb1 +BUILDLINK_ABI_DEPENDS.seahorse?= seahorse>=2.28.1nb2 BUILDLINK_PKGSRCDIR.seahorse?= ../../security/seahorse .include "../../sysutils/dbus-glib/buildlink3.mk" |