summaryrefslogtreecommitdiff
path: root/sysutils/hal
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2017-08-05 10:58:48 +0000
committerKoop Mast <kwm@FreeBSD.org>2017-08-05 10:58:48 +0000
commite18e2ae3c04a5012efb089b152a0d558c8110371 (patch)
tree5237d3d5922af476695ecaa49d7957cf8cd37191 /sysutils/hal
parentExplicitly build with -std=gnu++11. (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 'sysutils/hal')
-rw-r--r--sysutils/hal/Makefile4
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