Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2017 13:15:09 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447403 - head/ports-mgmt/packagekit
Message-ID:  <201708051315.v75DF9dU032530@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Sat Aug  5 13:15:09 2017
New Revision: 447403
URL: https://svnweb.freebsd.org/changeset/ports/447403

Log:
  ports-mgmt/packagekit: Chase consolkit move
  
  Chase the consolekit port move committed in r447399 (See Also: r447400)
  causing INDEX failure:
  
  make_index: /home/indexbuild/tindex/ports/ports-mgmt/packagekit: no entry for /home/indexbuild/tindex/ports/sysutils/consolekit
  
  Reported by:	cperciva (subsequent to indexbuild report)

Modified:
  head/ports-mgmt/packagekit/Makefile

Modified: head/ports-mgmt/packagekit/Makefile
==============================================================================
--- head/ports-mgmt/packagekit/Makefile	Sat Aug  5 12:13:37 2017	(r447402)
+++ head/ports-mgmt/packagekit/Makefile	Sat Aug  5 13:15:09 2017	(r447403)
@@ -4,7 +4,7 @@
 
 PORTNAME=	PackageKit
 PORTVERSION=	0.6.11
-PORTREVISION?=	8
+PORTREVISION?=	9
 CATEGORIES=	ports-mgmt sysutils
 MASTER_SITES=	http://www.packagekit.org/releases/
 
@@ -14,7 +14,7 @@ COMMENT?=	DBUS packaging abstraction layer
 BUILD_DEPENDS=	${LOCALBASE}/bin/docbook2man:textproc/docbook-utils
 LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
 		libpolkit-gobject-1.so:sysutils/polkit \
-		libck-connector.so:sysutils/consolekit
+		libck-connector.so:sysutils/consolekit2
 RUN_DEPENDS=	lsof:sysutils/lsof \
 		bash:shells/bash
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708051315.v75DF9dU032530>