Date: Mon, 22 Jun 2015 14:20:23 +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: r390296 - head/cad/brickutils Message-ID: <201506221420.t5MEKNbA086999@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Mon Jun 22 14:20:23 2015 New Revision: 390296 URL: https://svnweb.freebsd.org/changeset/ports/390296 Log: cad/brickutils: drop dependency on py-xml According to project documentation and source review/runtime tests this port doesn't using py-xml, so remove it and bump PORTREVISION. Add NO_ARCH and limit python version to 2.x while here (because of pygtk2). With hat: python Modified: head/cad/brickutils/Makefile Modified: head/cad/brickutils/Makefile ============================================================================== --- head/cad/brickutils/Makefile Mon Jun 22 14:17:52 2015 (r390295) +++ head/cad/brickutils/Makefile Mon Jun 22 14:20:23 2015 (r390296) @@ -3,7 +3,7 @@ PORTNAME= brickutils PORTVERSION= 0.1.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}-obsolete/ \ SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}-obsolete/:docs \ @@ -20,12 +20,12 @@ COMMENT= Utility for building models wit LICENSE= GPLv3 RUN_DEPENDS= ${LOCALBASE}/share/ldraw/models/car.dat:${PORTSDIR}/cad/ldraw \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ - ${PYXML} + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 WRKSRC= ${WRKDIR}/BrickUtils-${PORTVERSION} -USES= python +NO_ARCH= yes +USES= python:2 USE_GNOME= pygtk2 PORTDOCS= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506221420.t5MEKNbA086999>