diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-01-17 23:34:10 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-01-17 23:34:10 +0800 |
commit | 640ab1d4423998c1762f7f8f7e68a86ad0984cb5 (patch) | |
tree | e939ee12b70bfc10853e39e6ea1bffd398b116d3 /x11 | |
parent | d6f19a093d11360519e740ef839ac40b7905f61e (diff) | |
download | marcuscom-ports-640ab1d4423998c1762f7f8f7e68a86ad0984cb5.tar.gz marcuscom-ports-640ab1d4423998c1762f7f8f7e68a86ad0984cb5.tar.zst marcuscom-ports-640ab1d4423998c1762f7f8f7e68a86ad0984cb5.zip |
Update keyring to 3.6 from the gnome-keyring3 port.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18975 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gdm/Makefile | 2 | ||||
-rw-r--r-- | x11/gnome-screensaver/Makefile | 2 | ||||
-rw-r--r-- | x11/gnome3/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 935f1ca01..521dea720 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= libck-connector.so:${PORTSDIR}/sysutils/consolekit \ libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 RUN_DEPENDS= zenity3>=3.0.0:${PORTSDIR}/x11/zenity3 \ gnome-settings-daemon>=3.0.0:${PORTSDIR}/sysutils/gnome-settings-daemon \ - gnome-keyring-3:${PORTSDIR}/security/gnome-keyring3 \ + gnome-keyring-3:${PORTSDIR}/security/gnome-keyring \ gnome-session>=3.0.0:${PORTSDIR}/x11/gnome-session \ gnome-icon-theme-symbolic>=0:${PORTSDIR}/x11-themes/gnome-icon-theme-symbolic \ polkit-gnome>=0.105:${PORTSDIR}/sysutils/polkit-gnome \ diff --git a/x11/gnome-screensaver/Makefile b/x11/gnome-screensaver/Makefile index 212570b9d..ce198546b 100644 --- a/x11/gnome-screensaver/Makefile +++ b/x11/gnome-screensaver/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib RUN_DEPENDS= pam_helper:${PORTSDIR}/security/pam_helper \ gsettings-desktop-schemas>=3.2.0:${PORTSDIR}/devel/gsettings-desktop-schemas \ - ${LOCALBASE}/lib/pam_gnome_keyring.so:${PORTSDIR}/security/gnome-keyring3 + ${LOCALBASE}/lib/pam_gnome_keyring.so:${PORTSDIR}/security/gnome-keyring USE_XZ= yes USES= gettext gmake pathfix pkgconfig diff --git a/x11/gnome3/Makefile b/x11/gnome3/Makefile index f74079a58..2b5b7f555 100644 --- a/x11/gnome3/Makefile +++ b/x11/gnome3/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS?= gnome-panel>=3.0.0:${PORTSDIR}/x11/gnome-panel \ gnome-themes-standard>=3.0.0:${PORTSDIR}/x11-themes/gnome-themes-standard \ gnome-icon-theme-extras>=3.0.0:${PORTSDIR}/misc/gnome-icon-theme-extras \ gnome-icon-theme-symbolic>=3.0.0:${PORTSDIR}/x11-themes/gnome-icon-theme-symbolic \ - gnome-keyring3>=3.0.0:${PORTSDIR}/security/gnome-keyring3 \ + gnome-keyring>=3.0.0:${PORTSDIR}/security/gnome-keyring \ gnome-power-manager>=3.0.0:${PORTSDIR}/sysutils/gnome-power-manager \ orca>=3.0.0:${PORTSDIR}/accessibility/orca \ gnome-mount:${PORTSDIR}/sysutils/gnome-mount \ |