svn commit: r390295 - head/deskutils/conduit

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Jun 22 14:17:53 UTC 2015


Author: rm
Date: Mon Jun 22 14:17:52 2015
New Revision: 390295
URL: https://svnweb.freebsd.org/changeset/ports/390295

Log:
  deskutils/conduit: drop dependency on py-xml
  
  conduit doesn't using py-xml since version 0.3.5, so remove it and bump
  PORTREVISION. Limit python version to 2.x while here.
  
  References:
   * http://lwn.net/Articles/265342/
   * https://bugzilla.redhat.com/show_bug.cgi?id=454995
  
  With hat:   python

Modified:
  head/deskutils/conduit/Makefile

Modified: head/deskutils/conduit/Makefile
==============================================================================
--- head/deskutils/conduit/Makefile	Mon Jun 22 13:53:34 2015	(r390294)
+++ head/deskutils/conduit/Makefile	Mon Jun 22 14:17:52 2015	(r390295)
@@ -4,7 +4,7 @@
 
 PORTNAME=	conduit
 PORTVERSION=	0.3.17
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	deskutils
 MASTER_SITES=	GNOME
 
@@ -13,19 +13,17 @@ COMMENT=	Synchronization application for
 
 BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/goocanvasmodule.so:${PORTSDIR}/graphics/py-goocanvas \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
-		xmlproc_parse:${PORTSDIR}/textproc/py-xml \
 		${PYTHON_PKGNAMEPREFIX}vobject>=0.4.8:${PORTSDIR}/deskutils/py-vobject \
 		${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus
 LIB_DEPENDS=	libdbus-1.so:${PORTSDIR}/devel/dbus
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/goocanvasmodule.so:${PORTSDIR}/graphics/py-goocanvas \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
-		xmlproc_parse:${PORTSDIR}/textproc/py-xml \
 		${PYTHON_PKGNAMEPREFIX}vobject>=0.4.8:${PORTSDIR}/deskutils/py-vobject \
 		${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus \
 		xdg-open:${PORTSDIR}/devel/xdg-utils
 
 GNU_CONFIGURE=	yes
-USES=		gettext gmake pathfix pkgconfig python
+USES=		gettext gmake pathfix pkgconfig python:2
 INSTALLS_OMF=	yes
 INSTALLS_ICONS=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-head mailing list