From owner-svn-ports-head@FreeBSD.ORG Mon Jun 22 14:20:23 2015 Return-Path: Delivered-To: svn-ports-head@nevdull.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C235EB26; Mon, 22 Jun 2015 14:20:23 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B053B5FF; Mon, 22 Jun 2015 14:20:23 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5MEKNlY087000; Mon, 22 Jun 2015 14:20:23 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5MEKNbA086999; Mon, 22 Jun 2015 14:20:23 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201506221420.t5MEKNbA086999@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Mon, 22 Jun 2015 14:20:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390296 - head/cad/brickutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2015 14:20:23 -0000 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= *