Date: Mon, 22 Jun 2015 14:17:53 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390295 - head/deskutils/conduit Message-ID: <201506221417.t5MEHrSH086354@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506221417.t5MEHrSH086354>