Date: Wed, 17 Jul 2019 09:02:15 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506794 - head/www/csso Message-ID: <201907170902.x6H92F3x029369@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907170902.x6H92F3x029369>