diff options
author | nivit <nivit@FreeBSD.org> | 2016-10-14 21:25:33 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2016-10-14 21:25:33 +0800 |
commit | d91d4128769eb6e7f8bc235742af50a2fe36e86c (patch) | |
tree | d7563603b354c546d5686fffb8e05c0798303845 /devel | |
parent | ebd583caf6476b873aca7199eff02f0277e03afe (diff) | |
download | freebsd-ports-gnome-d91d4128769eb6e7f8bc235742af50a2fe36e86c.tar.gz freebsd-ports-gnome-d91d4128769eb6e7f8bc235742af50a2fe36e86c.tar.zst freebsd-ports-gnome-d91d4128769eb6e7f8bc235742af50a2fe36e86c.zip |
- Update to 0.8.3
PR: 212309
Submitted by: olivierd
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-watchdog/Makefile | 8 | ||||
-rw-r--r-- | devel/py-watchdog/distinfo | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/py-watchdog/Makefile b/devel/py-watchdog/Makefile index 12af9e6b24a6..6b63aca3f773 100644 --- a/devel/py-watchdog/Makefile +++ b/devel/py-watchdog/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= watchdog -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.3 DISTVERSIONPREFIX= v PORTREVISION= 0 CATEGORIES= devel @@ -12,12 +12,12 @@ COMMENT= Python API library to monitor file system events LICENSE= APACHE20 -RUN_DEPENDS= ${PKGNAMEPREFIX}argh>=0.24.1:devel/py-argh \ +RUN_DEPENDS= ${PKGNAMEPREFIX}argh>=0.26.1:devel/py-argh \ ${PKGNAMEPREFIX}pathtools>=0.1.2:devel/py-pathtools \ - ${PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml + ${PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml DOCS_BUILD_DEPENDS= ${PKGNAMEPREFIX}pathtools>=0.1.2:devel/py-pathtools \ - ${PKGNAMEPREFIX}sphinx>=1.1.3:textproc/py-sphinx + ${PKGNAMEPREFIX}sphinx>=1.4.4:textproc/py-sphinx DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} GH_ACCOUNT= gorakhargosh diff --git a/devel/py-watchdog/distinfo b/devel/py-watchdog/distinfo index c900b17d5537..dd67fefec45e 100644 --- a/devel/py-watchdog/distinfo +++ b/devel/py-watchdog/distinfo @@ -1,2 +1,3 @@ -SHA256 (gorakhargosh-watchdog-v0.8.2_GH0.tar.gz) = 386e882c8bc7df8a3c4c8803e6fcf2f7cf836c9a8867ff9d91b4af19d262d023 -SIZE (gorakhargosh-watchdog-v0.8.2_GH0.tar.gz) = 94224 +TIMESTAMP = 1472751701 +SHA256 (gorakhargosh-watchdog-v0.8.3_GH0.tar.gz) = e9a27d0ab121fc86217ab833e778c76880aad4ecdb623796f4b7aee9925394ed +SIZE (gorakhargosh-watchdog-v0.8.3_GH0.tar.gz) = 87892 |