summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-01-19 17:48:56 +0000
committerRene Ladan <rene@FreeBSD.org>2019-01-19 17:48:56 +0000
commitc2b7ef4eeffa382ca0676b58974c121d314ba04a (patch)
treebf979c5c01f11738bb37f70ac2a4996d279d4153
parentWorkaround a hopefully transient linker problem on head (diff)
textproc/py-diff-match-patch : update to 20181111
While here: - update WWW to point to new homepage - pet portlint Reported by: repology
Notes
Notes: svn path=/head/; revision=490728
-rw-r--r--textproc/py-diff-match-patch/Makefile8
-rw-r--r--textproc/py-diff-match-patch/distinfo6
-rw-r--r--textproc/py-diff-match-patch/pkg-descr2
3 files changed, 8 insertions, 8 deletions
diff --git a/textproc/py-diff-match-patch/Makefile b/textproc/py-diff-match-patch/Makefile
index 5fe80dfb3587..b57f14308719 100644
--- a/textproc/py-diff-match-patch/Makefile
+++ b/textproc/py-diff-match-patch/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= diff-match-patch
-PORTVERSION= 20121119
+PORTVERSION= 20181111
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,12 +11,12 @@ MAINTAINER= rene@FreeBSD.org
COMMENT= Algorithms for converting plain text
LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENCE
+LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python shebangfix
-python_OLD_CMD= /usr/bin/python[0-9\.]*
-SHEBANG_FILES= python*/diff_match_patch/*.py
USE_PYTHON= autoplist distutils
+python_OLD_CMD= /usr/bin/python[0-9\.]*
+SHEBANG_FILES= diff_match_patch/*.py diff_match_patch/tests/*.py
NO_ARCH= yes
diff --git a/textproc/py-diff-match-patch/distinfo b/textproc/py-diff-match-patch/distinfo
index 17dea4291923..97abb4e08ca3 100644
--- a/textproc/py-diff-match-patch/distinfo
+++ b/textproc/py-diff-match-patch/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1472982191
-SHA256 (diff-match-patch-20121119.tar.gz) = 9dba5611fbf27893347349fd51cc1911cb403682a7163373adacc565d11e2e4c
-SIZE (diff-match-patch-20121119.tar.gz) = 54113
+TIMESTAMP = 1546547818
+SHA256 (diff-match-patch-20181111.tar.gz) = a809a996d0f09b9bbd59e9bbd0b71eed8c807922512910e05cbd3f9480712ddb
+SIZE (diff-match-patch-20181111.tar.gz) = 58554
diff --git a/textproc/py-diff-match-patch/pkg-descr b/textproc/py-diff-match-patch/pkg-descr
index 785af2e47ec7..0df2455cc508 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://code.google.com/p/google-diff-match-patch/
+WWW: https://github.com/google/diff-match-patch