Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Nov 2013 15:54:38 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335305 - head/math/py-graphillion
Message-ID:  <201311301554.rAUFscK2003827@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Sat Nov 30 15:54:37 2013
New Revision: 335305
URL: http://svnweb.freebsd.org/changeset/ports/335305

Log:
  math/py-graphillion: Update to 0.94
  
  - Update to 0.94
  - Enable STAGE suport
  - Enable AUTOPLIST, delete pkg-plist
  
  Changes:
  
   https://github.com/takemaru/graphillion/commits/v0.94

Deleted:
  head/math/py-graphillion/pkg-plist
Modified:
  head/math/py-graphillion/Makefile
  head/math/py-graphillion/distinfo

Modified: head/math/py-graphillion/Makefile
==============================================================================
--- head/math/py-graphillion/Makefile	Sat Nov 30 15:51:02 2013	(r335304)
+++ head/math/py-graphillion/Makefile	Sat Nov 30 15:54:37 2013	(r335305)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	graphillion
-PORTVERSION=	0.93
+PORTVERSION=	0.94
 CATEGORIES=	math python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -17,13 +17,13 @@ USE_PYDISTUTILS=	easy_install
 
 GH_ACCOUNT=	takemaru
 GH_TAGNAME=	v${PORTVERSION}
-GH_COMMIT=	6465281
+GH_COMMIT=	2c77c8d
 
+PYDISTUTILS_AUTOPLIST=	yes
 PYDISTUTILS_PKGNAME=	Graphillion
 PYEASYINSTALL_ARCHDEP=	yes
 
 regression-test: build
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/math/py-graphillion/distinfo
==============================================================================
--- head/math/py-graphillion/distinfo	Sat Nov 30 15:51:02 2013	(r335304)
+++ head/math/py-graphillion/distinfo	Sat Nov 30 15:54:37 2013	(r335305)
@@ -1,2 +1,2 @@
-SHA256 (graphillion-0.93.tar.gz) = 3d5d7ac5bdb41c17c99bbe47e7b53fafd147c906462af07123bd0cfe8265f981
-SIZE (graphillion-0.93.tar.gz) = 1576506
+SHA256 (graphillion-0.94.tar.gz) = 0c673b1e8ac94f72bd5c83a9503c22dce8c02227dd5b8ec959bbf2ff3201e1a5
+SIZE (graphillion-0.94.tar.gz) = 1581541



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