diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2020-01-19 03:02:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2020-01-19 03:02:05 +0800 |
commit | 5eba286738049dac23a98ebfa1a7d2b75322b9d1 (patch) | |
tree | 3fe30efd3939795039c6ef51457e9e1e35d5a326 | |
parent | 92e2d98707b7f47c4a60bbedd8db404e62085673 (diff) | |
download | freebsd-ports-gnome-5eba286738049dac23a98ebfa1a7d2b75322b9d1.tar.gz freebsd-ports-gnome-5eba286738049dac23a98ebfa1a7d2b75322b9d1.tar.zst freebsd-ports-gnome-5eba286738049dac23a98ebfa1a7d2b75322b9d1.zip |
Update WWW
- Take maintainership
-rw-r--r-- | textproc/py-diff-match-patch/Makefile | 11 | ||||
-rw-r--r-- | textproc/py-diff-match-patch/pkg-descr | 2 |
2 files changed, 7 insertions, 6 deletions
diff --git a/textproc/py-diff-match-patch/Makefile b/textproc/py-diff-match-patch/Makefile index f6d1e46666b9..f4add92c4d63 100644 --- a/textproc/py-diff-match-patch/Makefile +++ b/textproc/py-diff-match-patch/Makefile @@ -7,20 +7,21 @@ CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Algorithms for converting plain text LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= python shebangfix -USE_PYTHON= autoplist distutils -python_OLD_CMD= /usr/bin/python[0-9\.]* -SHEBANG_FILES= diff_match_patch/*.py diff_match_patch/tests/*.py +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -do-test: build +python_OLD_CMD= /usr/bin/python[0-9\.]* +SHEBANG_GLOB= *.py + +do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include <bsd.port.mk> diff --git a/textproc/py-diff-match-patch/pkg-descr b/textproc/py-diff-match-patch/pkg-descr index 0df2455cc508..70cf95ac938e 100644 --- a/textproc/py-diff-match-patch/pkg-descr +++ b/textproc/py-diff-match-patch/pkg-descr @@ -10,4 +10,4 @@ text. Weighted for both accuracy and location. Patch: Apply a list of patches onto plain text. Use best-effort to apply patch even when the underlying text doesn't match. -WWW: https://github.com/google/diff-match-patch +WWW: https://github.com/diff-match-patch-python/diff-match-patch |