Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 2014 17:58:14 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366546 - head/net/netatalk3
Message-ID:  <201408291758.s7THwEhR085041@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcus
Date: Fri Aug 29 17:58:14 2014
New Revision: 366546
URL: http://svnweb.freebsd.org/changeset/ports/366546
QAT: https://qat.redports.org/buildarchive/r366546/

Log:
  Fix the py-dbus -> pydbus-common dependency.
  
  PR:		193125

Modified:
  head/net/netatalk3/Makefile

Modified: head/net/netatalk3/Makefile
==============================================================================
--- head/net/netatalk3/Makefile	Fri Aug 29 17:48:07 2014	(r366545)
+++ head/net/netatalk3/Makefile	Fri Aug 29 17:58:14 2014	(r366546)
@@ -3,7 +3,7 @@
 
 PORTNAME=	netatalk
 PORTVERSION=	3.1.3
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	net
 MASTER_SITES=	SF
@@ -114,7 +114,7 @@ CONFIGURE_ARGS+=	--disable-sendfile
 
 .if ${PORT_OPTIONS:MDBUS} || exists(${LOCALBASE}/libdata/pkgconfig/dbus-glib-1.pc)
 LIB_DEPENDS+=		libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
-RUN_DEPENDS+=		${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus
+RUN_DEPENDS+=		${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/pydbus-common
 PLIST_SUB+=		DBUS=""
 .else
 PLIST_SUB+=		DBUS="@comment "



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