diff options
author | obache <obache> | 2013-08-16 09:20:40 +0000 |
---|---|---|
committer | obache <obache> | 2013-08-16 09:20:40 +0000 |
commit | 6a944dbdb44f4e7ae4c319ba6602ce5f37c6f1ed (patch) | |
tree | db16d8c14c3c16d9c522a5512d1fb0ebccebd6cf /security | |
parent | 0fa0cd6005f6d99d9ffd245d0919fdce33840ab7 (diff) | |
download | pkgsrc-6a944dbdb44f4e7ae4c319ba6602ce5f37c6f1ed.tar.gz |
revbump from libnotify bumped to 0.7 and dependency changed from libnotify07.
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse-plugins/Makefile | 6 | ||||
-rw-r--r-- | security/seahorse/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/seahorse-plugins/Makefile b/security/seahorse-plugins/Makefile index 4ef658aacce..219318ca3d6 100644 --- a/security/seahorse-plugins/Makefile +++ b/security/seahorse-plugins/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2013/08/14 08:30:06 obache Exp $ +# $NetBSD: Makefile,v 1.46 2013/08/16 09:20:41 obache Exp $ DISTNAME= seahorse-plugins-2.30.1 -PKGREVISION= 28 +PKGREVISION= 29 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNOME:=sources/seahorse-plugins/2.30/} EXTRACT_SUFX= .tar.bz2 @@ -31,7 +31,7 @@ GCONF_SCHEMAS+= seahorse-plugins.schemas .include "../../security/gnome-keyring/buildlink3.mk" .include "../../sysutils/dbus-glib/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" -.include "../../sysutils/libnotify07/buildlink3.mk" +.include "../../sysutils/libnotify/buildlink3.mk" .include "../../sysutils/nautilus/buildlink3.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" # doesn't suffice, configure says: diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 2c813f76b7c..da2a0a9fbb0 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.116 2013/08/12 12:52:16 obache Exp $ +# $NetBSD: Makefile,v 1.117 2013/08/16 09:20:41 obache Exp $ DISTNAME= seahorse-2.32.0 -PKGREVISION= 22 +PKGREVISION= 23 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNOME:=sources/seahorse/2.32/} EXTRACT_SUFX= .tar.bz2 @@ -51,7 +51,7 @@ GCONF_SCHEMAS= seahorse.schemas BUILDLINK_API_DEPENDS.gpgme+= gpgme>=1.0.1nb2 .include "../../security/gpgme/buildlink3.mk" .include "../../sysutils/dbus-glib/buildlink3.mk" -.include "../../sysutils/libnotify07/buildlink3.mk" +.include "../../sysutils/libnotify/buildlink3.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" .include "../../mk/omf-scrollkeeper.mk" .include "../../x11/gtk2/buildlink3.mk" |