svn commit: r464784 - head/www/py-cssmin

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 17 10:44:25 UTC 2018


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 at FreeBSD.org
+MAINTAINER=	sunpoet at 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


More information about the svn-ports-head mailing list