svn commit: r517794 - head/math/py-plastex

Vanilla I. Shu vanilla at FreeBSD.org
Sun Nov 17 02:42:11 UTC 2019


Author: vanilla
Date: Sun Nov 17 02:42:10 2019
New Revision: 517794
URL: https://svnweb.freebsd.org/changeset/ports/517794

Log:
  1: Update to 2.0.
  2: add LICENSE & LICENSE_FILE.
  3: pet portlint.

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

Modified: head/math/py-plastex/Makefile
==============================================================================
--- head/math/py-plastex/Makefile	Sun Nov 17 02:31:50 2019	(r517793)
+++ head/math/py-plastex/Makefile	Sun Nov 17 02:42:10 2019	(r517794)
@@ -2,19 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	plastex
-PORTVERSION=	1.0.0
+PORTVERSION=	2.0
 CATEGORIES=	math python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	LaTeX Document Processing Framework
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR}
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	tiarno
-
 USES=		python
+USE_GITHUB=	yes
 USE_PYTHON=	distutils autoplist
 USE_TEX=	base:run
 

Modified: head/math/py-plastex/distinfo
==============================================================================
--- head/math/py-plastex/distinfo	Sun Nov 17 02:31:50 2019	(r517793)
+++ head/math/py-plastex/distinfo	Sun Nov 17 02:42:10 2019	(r517794)
@@ -1,2 +1,3 @@
-SHA256 (tiarno-plastex-1.0.0_GH0.tar.gz) = 3de0ea7da3040626c9e217dc525d012786ffdfb23973d569777d9d5c9506b6bd
-SIZE (tiarno-plastex-1.0.0_GH0.tar.gz) = 871431
+TIMESTAMP = 1573958354
+SHA256 (plastex-plastex-2.0_GH0.tar.gz) = c07d46059aa940197205749c02ebafaee88b1f02c0efa3e608015f21ef3895d5
+SIZE (plastex-plastex-2.0_GH0.tar.gz) = 954046


More information about the svn-ports-all mailing list