Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Mar 2016 10:54:53 +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: r410030 - in head/math/py-graphillion: . files
Message-ID:  <201603031054.u23AsrJ8005241@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Thu Mar  3 10:54:53 2016
New Revision: 410030
URL: https://svnweb.freebsd.org/changeset/ports/410030

Log:
  math/py-graphillion: Update to 0.99
  
  - Update PORTVERSION and distinfo checksum (0.99)
  - Switch to CHEESESHOP (now includes license file)
  - Add LICENSE_FILE
  - Remove unecessary setup.py patch, zip_safe override no longer needed
  
  Changes:
  
    https://github.com/takemaru/graphillion/compare/v0.98...v0.99

Deleted:
  head/math/py-graphillion/files/
Modified:
  head/math/py-graphillion/Makefile
  head/math/py-graphillion/distinfo

Modified: head/math/py-graphillion/Makefile
==============================================================================
--- head/math/py-graphillion/Makefile	Thu Mar  3 10:38:10 2016	(r410029)
+++ head/math/py-graphillion/Makefile	Thu Mar  3 10:54:53 2016	(r410030)
@@ -2,24 +2,24 @@
 # $FreeBSD$
 
 PORTNAME=	graphillion
-PORTVERSION=	0.98
-DISTVERSIONPREFIX=	v
+PORTVERSION=	0.99
 CATEGORIES=	math python
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	${PORTNAME:S/g/G/}-${PORTVERSION}
 
 MAINTAINER=	koobs@FreeBSD.org
 COMMENT=	Fast, lightweight graphset operation library in Python
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USES=		python
-USE_GITHUB=	yes
 USE_PYTHON=	distutils autoplist
 
-GH_ACCOUNT=	takemaru
-
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_graphillion.so 
+	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_graphillion.so
+
 do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
 

Modified: head/math/py-graphillion/distinfo
==============================================================================
--- head/math/py-graphillion/distinfo	Thu Mar  3 10:38:10 2016	(r410029)
+++ head/math/py-graphillion/distinfo	Thu Mar  3 10:54:53 2016	(r410030)
@@ -1,2 +1,2 @@
-SHA256 (takemaru-graphillion-v0.98_GH0.tar.gz) = f9e7995352d7da510f47f3c322753486b1b2482aaf673359d906b0c32e0fcfb4
-SIZE (takemaru-graphillion-v0.98_GH0.tar.gz) = 1588861
+SHA256 (Graphillion-0.99.tar.gz) = e635f8c12a94abd4fe13bd99e33a326a661ac7d13198b6fbb11060c117b19ab0
+SIZE (Graphillion-0.99.tar.gz) = 1041596



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