mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 0.11.11
- Add new option, WATCHDOG (not set by default). It monitors filesystem events If this module is not installed, by default it's 'ast' (standard module)
This commit is contained in:
parent
b79dd5705b
commit
ed260c55e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421228
2 changed files with 7 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= werkzeug
|
||||
PORTVERSION= 0.11.10
|
||||
PORTVERSION= 0.11.11
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -13,7 +13,9 @@ COMMENT= Python utilities collection for building WSGI applications
|
|||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
OPTIONS_DEFINE= EXAMPLES WATCHDOG
|
||||
WATCHDOG_DESC= Monitor filesystem events
|
||||
WATCHDOG_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}watchdog>=0.8:devel/py-watchdog
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1464209346
|
||||
SHA256 (Werkzeug-0.11.10.tar.gz) = cc64dafbacc716cdd42503cf6c44cb5a35576443d82f29f6829e5c49264aeeee
|
||||
SIZE (Werkzeug-0.11.10.tar.gz) = 1155484
|
||||
TIMESTAMP = 1472747124
|
||||
SHA256 (Werkzeug-0.11.11.tar.gz) = e72c46bc14405cba7a26bd2ce28df734471bc9016bc8b4cb69466c2c14c2f7e5
|
||||
SIZE (Werkzeug-0.11.11.tar.gz) = 1158304
|
||||
|
|
Loading…
Add table
Reference in a new issue