diff options
author | Wen Heping <wen@FreeBSD.org> | 2014-01-06 12:04:12 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2014-01-06 12:04:12 +0000 |
commit | a14bc8f5ef13408a1eb8caaf9314bb2117ba7270 (patch) | |
tree | 219255e3d40aca8fc53e7a0576a1dd153c312fe9 /www/py-uliweb | |
parent | 1fd29d45761523bffc3d442f6348ca1ce63d236c (diff) | |
download | ports-a14bc8f5ef13408a1eb8caaf9314bb2117ba7270.tar.gz ports-a14bc8f5ef13408a1eb8caaf9314bb2117ba7270.zip |
Notes
Diffstat (limited to 'www/py-uliweb')
-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) |