Tweak org.freedesktop.secrets comment; no change.
This commit is contained in:
parent
11a8e4ac05
commit
92a466b8c6
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.16 2019/07/12 20:49:35 sthen Exp $
|
# $OpenBSD: Makefile,v 1.17 2020/01/22 05:46:23 ajacoutot Exp $
|
||||||
|
|
||||||
COMMENT= secure storing of passwords using the SecretService DBus API
|
COMMENT= secure storing of passwords using the SecretService DBus API
|
||||||
|
|
||||||
@ -28,7 +28,6 @@ FLAVORS = python3
|
|||||||
FLAVOR ?=
|
FLAVOR ?=
|
||||||
|
|
||||||
# org.freedesktop.secrets
|
# org.freedesktop.secrets
|
||||||
# (XXX add "gnome-keyring-*|ksecretsservice-*" when implemented)
|
|
||||||
RUN_DEPENDS += x11/gnome/keyring
|
RUN_DEPENDS += x11/gnome/keyring
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.133 2019/11/01 19:38:41 ajacoutot Exp $
|
# $OpenBSD: Makefile,v 1.134 2020/01/22 05:46:23 ajacoutot Exp $
|
||||||
|
|
||||||
# XXX should be a RUN_DEPENDS of x11/gnome/{libgnome-keyring,libsecret} but that
|
# XXX should be a RUN_DEPENDS of x11/gnome/{libgnome-keyring,libsecret} but that
|
||||||
# would create dependency loops:
|
# would create dependency loops:
|
||||||
# libsecret -> gnome-keyring -> pinentry -> libsecret
|
# libsecret -> gnome-keyring -> pinentry -> libsecret
|
||||||
# libsecret -> gnome-keyring -> gcr -> gnupg2 -> pinentry -> gcr
|
# libsecret -> gnome-keyring -> gcr -> gnupg2 -> pinentry -> gcr
|
||||||
# org.freedesktop.secrets
|
|
||||||
# (XXX add "gnome-keyring-*|ksecretsservice-*" when implemented)
|
|
||||||
|
|
||||||
COMMENT= password agent for the GNOME project
|
COMMENT= password agent for the GNOME project
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.47 2019/07/07 11:20:53 ajacoutot Exp $
|
# $OpenBSD: Makefile,v 1.48 2020/01/22 05:46:23 ajacoutot Exp $
|
||||||
|
|
||||||
COMMENT= library for gnome keyring integration
|
COMMENT= library for gnome keyring integration
|
||||||
|
|
||||||
@ -21,9 +21,8 @@ LIB_DEPENDS= security/libgcrypt \
|
|||||||
x11/dbus \
|
x11/dbus \
|
||||||
devel/glib2
|
devel/glib2
|
||||||
|
|
||||||
# XXX circular dependency, see meta/gnome
|
# XXX circular dependency, see x11/gnome/keyring
|
||||||
# org.freedesktop.secrets
|
# org.freedesktop.secrets
|
||||||
# (XXX add "gnome-keyring-*|ksecretsservice-*" when implemented)
|
|
||||||
#RUN_DEPENDS += x11/gnome/keyring
|
#RUN_DEPENDS += x11/gnome/keyring
|
||||||
|
|
||||||
CONFIGURE_STYLE= gnu
|
CONFIGURE_STYLE= gnu
|
||||||
|
Loading…
Reference in New Issue
Block a user