diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2021-01-10 14:04:17 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2021-01-10 14:04:17 +0000 |
commit | 0b51de51181e407194f85f47f4d6eea86c93b526 (patch) | |
tree | 4ea5d56f307130b48c33a6c7ec44cf67d291a662 /textproc/py-sphinx/Makefile | |
parent | - Update to 1.1.5 (diff) |
textproc/py-sphinx: Update to 3.4.2
Changelog: https://github.com/sphinx-doc/sphinx/blob/v3.4.2/CHANGES
PR: 252481
Approved by: python (with hat)
Exp-run by: antoine
Notes
Notes:
svn path=/head/; revision=561069
Diffstat (limited to 'textproc/py-sphinx/Makefile')
-rw-r--r-- | textproc/py-sphinx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile index 502853a18e83..332425f30af0 100644 --- a/textproc/py-sphinx/Makefile +++ b/textproc/py-sphinx/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sphinx -PORTVERSION= 3.3.1 +PORTVERSION= 3.4.2 PORTEPOCH= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP |