From owner-svn-ports-head@freebsd.org Thu Feb 25 12:59:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87ADDAB281E; Thu, 25 Feb 2016 12:59:43 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C3531E82; Thu, 25 Feb 2016 12:59:43 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1PCxggw036132; Thu, 25 Feb 2016 12:59:42 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1PCxgRX036130; Thu, 25 Feb 2016 12:59:42 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201602251259.u1PCxgRX036130@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Thu, 25 Feb 2016 12:59:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409512 - 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.20 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: Thu, 25 Feb 2016 12:59:43 -0000 Author: koobs Date: Thu Feb 25 12:59:41 2016 New Revision: 409512 URL: https://svnweb.freebsd.org/changeset/ports/409512 Log: math/py-graphillion: Update to 0.98 - Update PORTVERSION and distinfo checksum (0.9.8) - Sort USE{S} entries - Strip shared extension - Update test target Changes: https://github.com/takemaru/graphillion/compare/v0.94...v0.98 Modified: head/math/py-graphillion/Makefile head/math/py-graphillion/distinfo Modified: head/math/py-graphillion/Makefile ============================================================================== --- head/math/py-graphillion/Makefile Thu Feb 25 12:18:06 2016 (r409511) +++ head/math/py-graphillion/Makefile Thu Feb 25 12:59:41 2016 (r409512) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= graphillion -PORTVERSION= 0.94 +PORTVERSION= 0.98 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,11 +13,14 @@ COMMENT= Fast, lightweight graphset oper LICENSE= MIT USES= python -USE_PYTHON= distutils autoplist USE_GITHUB= yes +USE_PYTHON= distutils autoplist + GH_ACCOUNT= takemaru -regression-test: build - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_graphillion.so +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Modified: head/math/py-graphillion/distinfo ============================================================================== --- head/math/py-graphillion/distinfo Thu Feb 25 12:18:06 2016 (r409511) +++ head/math/py-graphillion/distinfo Thu Feb 25 12:59:41 2016 (r409512) @@ -1,2 +1,2 @@ -SHA256 (takemaru-graphillion-v0.94_GH0.tar.gz) = 74c7eaef04cd1b9528b0d1533d1fb30af1f8c8b53b5df4364b021d21b9ee6761 -SIZE (takemaru-graphillion-v0.94_GH0.tar.gz) = 1581403 +SHA256 (takemaru-graphillion-v0.98_GH0.tar.gz) = f9e7995352d7da510f47f3c322753486b1b2482aaf673359d906b0c32e0fcfb4 +SIZE (takemaru-graphillion-v0.98_GH0.tar.gz) = 1588861