Date: Fri, 17 Jul 2015 11:05:41 +0000 (UTC) From: Dmitry Sivachenko <demon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392346 - head/graphics/py-graph Message-ID: <201507171105.t6HB5f82036991@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: demon Date: Fri Jul 17 11:05:40 2015 New Revision: 392346 URL: https://svnweb.freebsd.org/changeset/ports/392346 Log: Convert to USES=metaport. PR: 201634 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> Modified: head/graphics/py-graph/Makefile head/graphics/py-graph/pkg-descr Modified: head/graphics/py-graph/Makefile ============================================================================== --- head/graphics/py-graph/Makefile Fri Jul 17 10:40:57 2015 (r392345) +++ head/graphics/py-graph/Makefile Fri Jul 17 11:05:40 2015 (r392346) @@ -4,9 +4,6 @@ PORTNAME= graph PORTVERSION= 1.8.2 CATEGORIES= graphics python -MASTER_SITES= # empty -DISTFILES= # none -EXTRACT_ONLY= # empty PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= demon@FreeBSD.org @@ -15,10 +12,6 @@ COMMENT= Library for working with graphs RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graph-core>=${PORTVERSION}:${PORTSDIR}/graphics/py-graph-core \ ${PYTHON_PKGNAMEPREFIX}graph-dot>=${PORTVERSION}:${PORTSDIR}/graphics/py-graph-dot -USES= python -NO_BUILD= yes - -do-install: - ${DO_NADA} +USES= metaport python .include <bsd.port.mk> Modified: head/graphics/py-graph/pkg-descr ============================================================================== --- head/graphics/py-graph/pkg-descr Fri Jul 17 10:40:57 2015 (r392345) +++ head/graphics/py-graph/pkg-descr Fri Jul 17 11:05:40 2015 (r392346) @@ -2,4 +2,4 @@ A library for working with graphs in Pyt It provides a suitable data structure for representing graphs and a whole set of important algorithms. -WWW: http://code.google.com/p/python-graph/ +WWW: http://code.google.com/p/python-graph/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507171105.t6HB5f82036991>