svn commit: r335246 - head/textproc/rubygem-compass

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 29 23:00:12 UTC 2013


Author: sunpoet
Date: Fri Nov 29 23:00:11 2013
New Revision: 335246
URL: http://svnweb.freebsd.org/changeset/ports/335246

Log:
  - Add LICENSE
  - Sort RUN_DEPENDS

Modified:
  head/textproc/rubygem-compass/Makefile

Modified: head/textproc/rubygem-compass/Makefile
==============================================================================
--- head/textproc/rubygem-compass/Makefile	Fri Nov 29 23:00:07 2013	(r335245)
+++ head/textproc/rubygem-compass/Makefile	Fri Nov 29 23:00:11 2013	(r335246)
@@ -9,12 +9,14 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Provides an open-source CSS authoring framework
 
-RUN_DEPENDS=	rubygem-sass>=3.1:${PORTSDIR}/textproc/rubygem-sass \
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-chunky_png>=1.2:${PORTSDIR}/graphics/rubygem-chunky_png \
 		rubygem-fssm>=0.2.7:${PORTSDIR}/sysutils/rubygem-fssm \
-		rubygem-chunky_png>=1.2:${PORTSDIR}/graphics/rubygem-chunky_png
+		rubygem-sass>=3.1:${PORTSDIR}/textproc/rubygem-sass
 
-USE_RUBY=		yes
-USE_RUBYGEMS=		yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
 PLIST_FILES=	bin/compass


More information about the svn-ports-all mailing list