svn commit: r440497 - head/math/py-altgraph

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue May 9 12:59:02 UTC 2017


Author: sunpoet
Date: Tue May  9 12:59:01 2017
New Revision: 440497
URL: https://svnweb.freebsd.org/changeset/ports/440497

Log:
  Update to 0.14
  
  - Add NO_ARCH
  
  Changes:	https://bitbucket.org/ronaldoussoren/altgraph/src/default/doc/changelog.rst

Modified:
  head/math/py-altgraph/Makefile
  head/math/py-altgraph/distinfo

Modified: head/math/py-altgraph/Makefile
==============================================================================
--- head/math/py-altgraph/Makefile	Tue May  9 12:56:51 2017	(r440496)
+++ head/math/py-altgraph/Makefile	Tue May  9 12:59:01 2017	(r440497)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	altgraph
-PORTVERSION=	0.13
+PORTVERSION=	0.14
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +12,7 @@ COMMENT=	Python graph (network) package
 
 LICENSE=	MIT
 
+NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	autoplist distutils
 

Modified: head/math/py-altgraph/distinfo
==============================================================================
--- head/math/py-altgraph/distinfo	Tue May  9 12:56:51 2017	(r440496)
+++ head/math/py-altgraph/distinfo	Tue May  9 12:59:01 2017	(r440497)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1482116685
-SHA256 (altgraph-0.13.tar.gz) = 8510e9d85598d718d1f94afa7a64696565d6c3cb139d72603d6f64339377be68
-SIZE (altgraph-0.13.tar.gz) = 47164
+TIMESTAMP = 1494331146
+SHA256 (altgraph-0.14.tar.gz) = 481bac8feb1716bb8e485e652ed94002cc11304abccb2911f8f4574fc9dc207b
+SIZE (altgraph-0.14.tar.gz) = 588506


More information about the svn-ports-all mailing list