Index: Makefile =================================================================== --- Makefile (revision 371125) +++ Makefile (working copy) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cssmin -PORTVERSION= 0.1.4 -PORTREVISION= 1 +PORTVERSION= 0.2.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: distinfo =================================================================== --- distinfo (revision 371125) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (cssmin-0.1.4.tar.gz) = dc9ddf046e95eec62809c14fb145fd5953eafa99e02dae934cb53b61e545e43d -SIZE (cssmin-0.1.4.tar.gz) = 7723 +SHA256 (cssmin-0.2.0.tar.gz) = e012f0cc8401efcf2620332339011564738ae32be8c84b2e43ce8beaec1067b6 +SIZE (cssmin-0.2.0.tar.gz) = 3228 Index: files/patch-setup.py =================================================================== --- files/patch-setup.py (revision 371125) +++ files/patch-setup.py (working copy) @@ -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 - -