Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jun 2015 09:54:36 +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: r390158 - head/science/gramps
Message-ID:  <201506200954.t5K9saPf038585@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sat Jun 20 09:54:35 2015
New Revision: 390158
URL: https://svnweb.freebsd.org/changeset/ports/390158

Log:
  sciense/gramps: drop dependency on py-xml
  
  Drop py-xml dependency - it's not used in this port. While here
  add NO_ARCH and limit python version to 2.x, because of pygtk2
  dependency and gramps codebase.

Modified:
  head/science/gramps/Makefile

Modified: head/science/gramps/Makefile
==============================================================================
--- head/science/gramps/Makefile	Sat Jun 20 09:51:32 2015	(r390157)
+++ head/science/gramps/Makefile	Sat Jun 20 09:54:35 2015	(r390158)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gramps
 PORTVERSION=	3.4.9
+PORTREVISION=	1
 CATEGORIES=	science gnome python
 MASTER_SITES=	SF/${PORTNAME}/Stable/${PORTVERSION}
 
@@ -13,11 +14,11 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb \
-		${PYTHON_PKGNAMEPREFIX}icu>=1.8:${PORTSDIR}/devel/py-icu \
-		${PYXML}
+		${PYTHON_PKGNAMEPREFIX}icu>=1.8:${PORTSDIR}/devel/py-icu
 
+NO_ARCH=	yes
 USE_BDB=	5+
-USES=		desktop-file-utils gettext shared-mime-info gmake python
+USES=		desktop-file-utils gettext shared-mime-info gmake python:2
 USE_GNOME=	pygtk2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-mime-install



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506200954.t5K9saPf038585>