diff options
author | vanilla <vanilla@FreeBSD.org> | 2019-11-17 10:42:10 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2019-11-17 10:42:10 +0800 |
commit | d6ba3a7d6ac5c8a7f3537838fad0d26a065cea0b (patch) | |
tree | 999b32d755cbde88f42d36d628b5c802a7490f50 /math | |
parent | a5f5e6188ec6a46bc313a1b1f2b513f7f7d8a096 (diff) | |
download | freebsd-ports-gnome-d6ba3a7d6ac5c8a7f3537838fad0d26a065cea0b.tar.gz freebsd-ports-gnome-d6ba3a7d6ac5c8a7f3537838fad0d26a065cea0b.tar.zst freebsd-ports-gnome-d6ba3a7d6ac5c8a7f3537838fad0d26a065cea0b.zip |
1: Update to 2.0.
2: add LICENSE & LICENSE_FILE.
3: pet portlint.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-plastex/Makefile | 9 | ||||
-rw-r--r-- | math/py-plastex/distinfo | 5 |
2 files changed, 8 insertions, 6 deletions
diff --git a/math/py-plastex/Makefile b/math/py-plastex/Makefile index cc4f421d3892..7c7d7f3e790c 100644 --- a/math/py-plastex/Makefile +++ b/math/py-plastex/Makefile @@ -2,19 +2,20 @@ # $FreeBSD$ PORTNAME= plastex -PORTVERSION= 1.0.0 +PORTVERSION= 2.0 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= LaTeX Document Processing Framework -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -USE_GITHUB= yes -GH_ACCOUNT= tiarno +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} USES= python +USE_GITHUB= yes USE_PYTHON= distutils autoplist USE_TEX= base:run diff --git a/math/py-plastex/distinfo b/math/py-plastex/distinfo index 3e1c3fa7ee51..f5f393368fe1 100644 --- a/math/py-plastex/distinfo +++ b/math/py-plastex/distinfo @@ -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 |