Index: head/www/py-cssmin/Makefile =================================================================== --- head/www/py-cssmin/Makefile (revision 464783) +++ head/www/py-cssmin/Makefile (revision 464784) @@ -1,15 +1,19 @@ # $FreeBSD$ PORTNAME= cssmin PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python port of the YUI CSS compression algorithm +LICENSE= MIT + +NO_ARCH= yes USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils .include Index: head/www/py-cssmin/pkg-descr =================================================================== --- head/www/py-cssmin/pkg-descr (revision 464783) +++ head/www/py-cssmin/pkg-descr (revision 464784) @@ -1,3 +1,4 @@ -A Python port of the YUI CSS compression algorithm. +This is a Python port of the YUI CSS Compressor. WWW: https://pypi.python.org/pypi/cssmin +WWW: https://github.com/zacharyvoase/cssmin