svn commit: r390296 - head/cad/brickutils

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Jun 22 14:20:23 UTC 2015


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=	*


More information about the svn-ports-all mailing list