svn commit: r387214 - head/textproc/rubygem-cssmin

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 24 00:06:02 UTC 2015


Author: sunpoet
Date: Sun May 24 00:06:01 2015
New Revision: 387214
URL: https://svnweb.freebsd.org/changeset/ports/387214

Log:
  - Add LICENSE
  - Remove USES=python
  - Bump PORTREVISION for dependency change

Modified:
  head/textproc/rubygem-cssmin/Makefile
  head/textproc/rubygem-cssmin/pkg-descr

Modified: head/textproc/rubygem-cssmin/Makefile
==============================================================================
--- head/textproc/rubygem-cssmin/Makefile	Sun May 24 00:05:56 2015	(r387213)
+++ head/textproc/rubygem-cssmin/Makefile	Sun May 24 00:06:01 2015	(r387214)
@@ -2,13 +2,15 @@
 
 PORTNAME=	cssmin
 PORTVERSION=	1.0.3
+PORTREVISION=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Ruby library for minifying CSS. Inspired by cssmin.js and YUI Compressor
 
-USES=		python
+LICENSE=	BSD3CLAUSE
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/textproc/rubygem-cssmin/pkg-descr
==============================================================================
--- head/textproc/rubygem-cssmin/pkg-descr	Sun May 24 00:05:56 2015	(r387213)
+++ head/textproc/rubygem-cssmin/pkg-descr	Sun May 24 00:06:01 2015	(r387214)
@@ -1,3 +1,3 @@
 Ruby library for minifying CSS. Inspired by cssmin.js and YUI Compressor.
 
-WWW: https://github.com/rgrove/cssmin/
+WWW: https://github.com/rgrove/cssmin


More information about the svn-ports-all mailing list