Date: Sat, 17 Mar 2018 10:44:23 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464784 - head/www/py-cssmin Message-ID: <201803171044.w2HAiNS8059907@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Mar 17 10:44:23 2018 New Revision: 464784 URL: https://svnweb.freebsd.org/changeset/ports/464784 Log: Add LICENSE - Add NO_ARCH - Allow concurrent installation (USE_PYTHON=concurrent) - Bump PORTREVISION for package change - Add GitHub repository to WWW - Take maintainership Modified: head/www/py-cssmin/Makefile head/www/py-cssmin/pkg-descr Modified: head/www/py-cssmin/Makefile ============================================================================== --- head/www/py-cssmin/Makefile Sat Mar 17 10:44:18 2018 (r464783) +++ head/www/py-cssmin/Makefile Sat Mar 17 10:44:23 2018 (r464784) @@ -2,14 +2,18 @@ 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 <bsd.port.mk> Modified: head/www/py-cssmin/pkg-descr ============================================================================== --- head/www/py-cssmin/pkg-descr Sat Mar 17 10:44:18 2018 (r464783) +++ head/www/py-cssmin/pkg-descr Sat Mar 17 10:44:23 2018 (r464784) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803171044.w2HAiNS8059907>