diff options
author | junovitch <junovitch@FreeBSD.org> | 2015-10-30 11:08:23 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2015-10-30 11:08:23 +0800 |
commit | b6ca015040ffa94d44d11e0d720513fe3867d38b (patch) | |
tree | e41ded09fea79f93ee3c2265a1d307fb056852f2 /www | |
parent | 5578ffb5c5556cc8599e7e4c1b5350bd0710957d (diff) | |
download | freebsd-ports-gnome-b6ca015040ffa94d44d11e0d720513fe3867d38b.tar.gz freebsd-ports-gnome-b6ca015040ffa94d44d11e0d720513fe3867d38b.tar.zst freebsd-ports-gnome-b6ca015040ffa94d44d11e0d720513fe3867d38b.zip |
www/py-wsgidav: update 1.1.0 -> 1.2.0
- While here, add NO_ARCH
PR: 204134
Submitted by: Ricky Gallamore <ultima1252@gmail.com> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/py-wsgidav/Makefile | 3 | ||||
-rw-r--r-- | www/py-wsgidav/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/py-wsgidav/Makefile b/www/py-wsgidav/Makefile index bb591f54359b..97321970ed0c 100644 --- a/www/py-wsgidav/Makefile +++ b/www/py-wsgidav/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= WsgiDAV -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +11,7 @@ COMMENT= WSGI based WebDAV server for sharing resources LICENSE= MIT +NO_ARCH= yes USES= python:2 zip USE_PYTHON= distutils autoplist diff --git a/www/py-wsgidav/distinfo b/www/py-wsgidav/distinfo index 2e63b028ae1c..01c66a989a45 100644 --- a/www/py-wsgidav/distinfo +++ b/www/py-wsgidav/distinfo @@ -1,2 +1,2 @@ -SHA256 (WsgiDAV-1.1.0.zip) = fde76947dad2cb3e7d40201188b8aa3e2b02dd88962a09d18f5d47fa9f80a55b -SIZE (WsgiDAV-1.1.0.zip) = 206417 +SHA256 (WsgiDAV-1.2.0.zip) = 674bd1954ee698c95b3c97c71aa63c7380dc9f6fc9e2aa79cb6b94f5aadbd2a3 +SIZE (WsgiDAV-1.2.0.zip) = 208030 |