diff options
author | wen <wen@FreeBSD.org> | 2014-01-06 20:04:12 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2014-01-06 20:04:12 +0800 |
commit | 578e87b0855cb51e320cc83671d896c510a9f8e2 (patch) | |
tree | 219255e3d40aca8fc53e7a0576a1dd153c312fe9 /www | |
parent | c412a30467da97c265699d8057d7f03da93d74f0 (diff) | |
download | freebsd-ports-gnome-578e87b0855cb51e320cc83671d896c510a9f8e2.tar.gz freebsd-ports-gnome-578e87b0855cb51e320cc83671d896c510a9f8e2.tar.zst freebsd-ports-gnome-578e87b0855cb51e320cc83671d896c510a9f8e2.zip |
- Update to 0.2.3
- Remove the patch which included in source upstream now
Diffstat (limited to 'www')
-rw-r--r-- | www/py-uliweb/Makefile | 2 | ||||
-rw-r--r-- | www/py-uliweb/distinfo | 4 | ||||
-rw-r--r-- | www/py-uliweb/files/patch-uliweb-utils-setup.py | 13 |
3 files changed, 3 insertions, 16 deletions
diff --git a/www/py-uliweb/Makefile b/www/py-uliweb/Makefile index ba03b52d3fac..e637eae7a9ba 100644 --- a/www/py-uliweb/Makefile +++ b/www/py-uliweb/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= uliweb -PORTVERSION= 0.2.2 +PORTVERSION= 0.2.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-uliweb/distinfo b/www/py-uliweb/distinfo index 082ba1cd83fd..8a6c9984ffe6 100644 --- a/www/py-uliweb/distinfo +++ b/www/py-uliweb/distinfo @@ -1,2 +1,2 @@ -SHA256 (Uliweb-0.2.2.tar.gz) = 813fddf5638bf9194100170a01bbd0104f7ef1598d14aa3cbed9a9746c288a05 -SIZE (Uliweb-0.2.2.tar.gz) = 590003 +SHA256 (Uliweb-0.2.3.tar.gz) = 662768e7c231e634e436e34abd0938338cd373f53a08ae6caa0490bc3aef0d1b +SIZE (Uliweb-0.2.3.tar.gz) = 602322 diff --git a/www/py-uliweb/files/patch-uliweb-utils-setup.py b/www/py-uliweb/files/patch-uliweb-utils-setup.py deleted file mode 100644 index 44fe7c67351c..000000000000 --- a/www/py-uliweb/files/patch-uliweb-utils-setup.py +++ /dev/null @@ -1,13 +0,0 @@ ---- uliweb/utils/setup.py.orig 2013-12-26 16:36:45.000000000 +0800 -+++ uliweb/utils/setup.py 2013-12-26 16:36:56.000000000 +0800 -@@ -4,10 +4,6 @@ - - #remove build and dist directory - import shutil --if os.path.exists('build'): -- shutil.rmtree('build') --if os.path.exists('dist'): -- shutil.rmtree('dist') - - def copy_dir(self, package, src, dst): - self.mkpath(dst) |