diff options
author | Koop Mast <kwm@FreeBSD.org> | 2017-08-05 10:58:48 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2017-08-05 10:58:48 +0000 |
commit | e18e2ae3c04a5012efb089b152a0d558c8110371 (patch) | |
tree | 5237d3d5922af476695ecaa49d7957cf8cd37191 /www/gnome-user-share | |
parent | 91a21178ab8929337edad4dbcae600ab02d29828 (diff) |
Update consolekit to 1.2.0.
* Rename consolekit to consolekit2 to reflect that consolekit2 is a new
project, even if it the continuation of the old consolekit project.
* Expand pkg-descr with some background info.
* Add license
* ConsoleKit2 has been ported to GDbus, so dbus-glib is not anymore required
* Add GObject introspection support for desktops environment such Pantheon or Deepin.
* Thanks to Jesper Schmitz Mouridsen, Ben Woods and Olivier Duchateau for
assisting with there versions of the port, suggesting changes and testing.
PR: 202269
Notes
Notes:
svn path=/head/; revision=447399
Diffstat (limited to 'www/gnome-user-share')
-rw-r--r-- | www/gnome-user-share/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gnome-user-share/Makefile b/www/gnome-user-share/Makefile index a2ad444673fd..78439369765d 100644 --- a/www/gnome-user-share/Makefile +++ b/www/gnome-user-share/Makefile @@ -4,7 +4,7 @@ PORTNAME= gnome-user-share PORTVERSION= 3.14.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -18,7 +18,7 @@ LIB_DEPENDS= libavahi-client.so:net/avahi-app \ libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libunique-1.0.so:x11-toolkits/unique RUN_DEPENDS= ap*-mod_dnssd>=0:www/mod_dnssd \ - console-kit-daemon:sysutils/consolekit + console-kit-daemon:sysutils/consolekit2 USES= gettext gmake libtool pkgconfig tar:xz USE_APACHE= 22+ |