aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:19:41 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:30:54 +0000
commitd4484660a94c299e9e3c0c39b4ebfb1af14b6302 (patch)
tree09d55faf9ab629eea59ef40e1f54b90817b59fec
parent2fb0cee44ff4dee52182781ef6c7f52a0f8178db (diff)
downloadports-d4484660a94c299e9e3c0c39b4ebfb1af14b6302.tar.gz
ports-d4484660a94c299e9e3c0c39b4ebfb1af14b6302.zip
textproc/py-pybtex: Update WWW and clean up pkg-descr
-rw-r--r--textproc/py-pybtex/Makefile3
-rw-r--r--textproc/py-pybtex/pkg-descr2
2 files changed, 2 insertions, 3 deletions
diff --git a/textproc/py-pybtex/Makefile b/textproc/py-pybtex/Makefile
index 9e48c0b77be2..648a68a8e4f4 100644
--- a/textproc/py-pybtex/Makefile
+++ b/textproc/py-pybtex/Makefile
@@ -7,7 +7,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= BibTeX-compatible bibliography processor in Python
-WWW= https://bitbucket.org/pybtex-devs/pybtex/
+WWW= https://pybtex.org/ \
+ https://bitbucket.org/pybtex-devs/pybtex/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
diff --git a/textproc/py-pybtex/pkg-descr b/textproc/py-pybtex/pkg-descr
index c6cea1699c71..6cee7aee7c43 100644
--- a/textproc/py-pybtex/pkg-descr
+++ b/textproc/py-pybtex/pkg-descr
@@ -3,5 +3,3 @@ simply type pybtex instead of bibtex.
Pybtex aims to be 100% compatible with BibTeX. It accepts the same command line
options, fully supports BibTeX's .bst styles and produces byte-identical output.
-
-See also: https://pybtex.org/