diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-10-19 15:36:36 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-10-19 15:36:36 +0000 |
commit | d6226761f9f0c7a201d9d84e2dfd6472b6100c3a (patch) | |
tree | db8e4656c972d063e413c38878d7f2fe28e9134c /www/py-cssmin/files/patch-setup.py | |
parent | - Allow staging as a regular user (diff) |
www/py-cssmin: update to 0.2.0
- update to 0.2.0
- remove patch, applied upstream
- reset maintainership by maintainer's request
PR: 194454
Submitted by: rm (myself)
Approved by: loader@freebsdmall.com (maintainer)
Notes
Notes:
svn path=/head/; revision=371186
Diffstat (limited to '')
-rw-r--r-- | www/py-cssmin/files/patch-setup.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/www/py-cssmin/files/patch-setup.py b/www/py-cssmin/files/patch-setup.py deleted file mode 100644 index 3c761773f42f..000000000000 --- a/www/py-cssmin/files/patch-setup.py +++ /dev/null @@ -1,10 +0,0 @@ ---- ./setup.py.orig 2013-11-27 16:51:22.144320041 -0200 -+++ ./setup.py 2013-11-27 16:51:29.013319136 -0200 -@@ -4,7 +4,6 @@ - import os - import re - --from distribute_setup import use_setuptools; use_setuptools() - from setuptools import setup, find_packages - - |