Update to 0.14
- Use ?= for PORTSCOUT Changes: http://docutils.sourceforge.net/RELEASE-NOTES.html
This commit is contained in:
parent
1a6045a545
commit
fe073d2bb1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447372
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= docutils
|
||||
PORTVERSION= 0.13.1
|
||||
PORTVERSION= 0.14
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -13,7 +13,7 @@ COMMENT= Python Documentation Utilities
|
|||
LICENSE= BSD2CLAUSE GPLv3+ PD PSFL
|
||||
LICENSE_COMB= multi
|
||||
|
||||
PORTSCOUT= limit:^[0-9\.]*$$
|
||||
PORTSCOUT?= limit:^[0-9\.]*$$
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1481373966
|
||||
SHA256 (docutils-0.13.1.tar.gz) = 718c0f5fb677be0f34b781e04241c4067cbd9327b66bdd8e763201130f5175be
|
||||
SIZE (docutils-0.13.1.tar.gz) = 1735216
|
||||
TIMESTAMP = 1501862789
|
||||
SHA256 (docutils-0.14.tar.gz) = 51e64ef2ebfb29cae1faa133b3710143496eca21c530f3f71424d77687764274
|
||||
SIZE (docutils-0.14.tar.gz) = 1727105
|
||||
|
|
Loading…
Reference in a new issue