svn commit: r392346 - head/graphics/py-graph

Dmitry Sivachenko demon at FreeBSD.org
Fri Jul 17 11:05:42 UTC 2015


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 at 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 at 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/


More information about the svn-ports-all mailing list