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 /x11/lightdm | |
parent | 91a21178ab8929337edad4dbcae600ab02d29828 (diff) | |
download | ports-e18e2ae3c04a5012efb089b152a0d558c8110371.tar.gz ports-e18e2ae3c04a5012efb089b152a0d558c8110371.zip |
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 'x11/lightdm')
-rw-r--r-- | x11/lightdm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/lightdm/Makefile b/x11/lightdm/Makefile index 79a5d29c40b2..ac27f3d1e8c9 100644 --- a/x11/lightdm/Makefile +++ b/x11/lightdm/Makefile @@ -3,6 +3,7 @@ PORTNAME= lightdm PORTVERSION= 1.22.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ @@ -18,7 +19,7 @@ LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING.GPL3 BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libaccountsservice.so:sysutils/accountsservice \ - libck-connector.so:sysutils/consolekit \ + libck-connector.so:sysutils/consolekit2 \ libgcrypt.so:security/libgcrypt \ libxklavier.so:x11/libxklavier |