svn commit: r506794 - head/www/csso

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 17 09:02:16 UTC 2019


Author: amdmi3
Date: Wed Jul 17 09:02:15 2019
New Revision: 506794
URL: https://svnweb.freebsd.org/changeset/ports/506794

Log:
  - Add LICENSE_FILE
  - Add NO_ARCH
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/www/csso/Makefile
  head/www/csso/pkg-descr

Modified: head/www/csso/Makefile
==============================================================================
--- head/www/csso/Makefile	Wed Jul 17 07:39:18 2019	(r506793)
+++ head/www/csso/Makefile	Wed Jul 17 09:02:15 2019	(r506794)
@@ -12,12 +12,14 @@ MAINTAINER=	nivit at FreeBSD.org
 COMMENT=	CSS optimizer
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE.txt
 
 RUN_DEPENDS=	node:www/node
 
 GH_ACCOUNT=	css
 
 NO_BUILD=	yes
+NO_ARCH=	yes
 
 USE_GITHUB=	yes
 

Modified: head/www/csso/pkg-descr
==============================================================================
--- head/www/csso/pkg-descr	Wed Jul 17 07:39:18 2019	(r506793)
+++ head/www/csso/pkg-descr	Wed Jul 17 09:02:15 2019	(r506794)
@@ -2,4 +2,4 @@ CSSO (CSS Optimizer) is a CSS minimizer unlike others.
 minification techniques it can perform structural optimization of CSS files,
 resulting in smaller file size compared to other minifiers.
 
-WWW: http://bem.info/tools/csso/
+WWW: https://github.com/css/csso/


More information about the svn-ports-head mailing list