From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 15:54:38 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2564411; Sat, 30 Nov 2013 15:54:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AE74A1A83; Sat, 30 Nov 2013 15:54:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUFscX6003829; Sat, 30 Nov 2013 15:54:38 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUFscK2003827; Sat, 30 Nov 2013 15:54:38 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311301554.rAUFscK2003827@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 30 Nov 2013 15:54:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335305 - head/math/py-graphillion X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 15:54:38 -0000 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 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