diff options
author | kwm <kwm@FreeBSD.org> | 2017-08-05 18:58:48 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2017-08-05 18:58:48 +0800 |
commit | a18ea53024c58d04da2d68c995d114cabfeadd7a (patch) | |
tree | 5237d3d5922af476695ecaa49d7957cf8cd37191 /sysutils/hal | |
parent | 3b3fa9ef018c84491992d0b544a00d17766d1203 (diff) | |
download | freebsd-ports-gnome-a18ea53024c58d04da2d68c995d114cabfeadd7a.tar.gz freebsd-ports-gnome-a18ea53024c58d04da2d68c995d114cabfeadd7a.tar.zst freebsd-ports-gnome-a18ea53024c58d04da2d68c995d114cabfeadd7a.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
Diffstat (limited to 'sysutils/hal')
-rw-r--r-- | sysutils/hal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index 6d352fe59f5c..5b3cf9db467d 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -4,7 +4,7 @@ PORTNAME= hal DISTVERSION= 0.5.14 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= sysutils MASTER_SITES= http://hal.freedesktop.org/releases/ @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat # keep shlib version, to prevent confusion with polkit-* from sysutils/polkit LIB_DEPENDS= libpolkit.so.2:sysutils/policykit \ libvolume_id.so:devel/libvolume_id \ - libck-connector.so:sysutils/consolekit + libck-connector.so:sysutils/consolekit2 RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:misc/pciids USES= gettext gmake libtool:keepla pathfix pkgconfig python shebangfix |