svn commit: r389465 - head/devel/rubygem-sprockets-sass

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 13 15:35:29 UTC 2015


Author: sunpoet
Date: Sat Jun 13 15:35:28 2015
New Revision: 389465
URL: https://svnweb.freebsd.org/changeset/ports/389465

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Update WWW

Modified:
  head/devel/rubygem-sprockets-sass/Makefile
  head/devel/rubygem-sprockets-sass/pkg-descr

Modified: head/devel/rubygem-sprockets-sass/Makefile
==============================================================================
--- head/devel/rubygem-sprockets-sass/Makefile	Sat Jun 13 15:35:23 2015	(r389464)
+++ head/devel/rubygem-sprockets-sass/Makefile	Sat Jun 13 15:35:28 2015	(r389465)
@@ -9,9 +9,12 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Implements a sprockets-aware sass importer
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	rubygem-sprockets>=2.0:${PORTSDIR}/devel/rubygem-sprockets \
 		rubygem-tilt1>=1.1:${PORTSDIR}/devel/rubygem-tilt1
 
+NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/devel/rubygem-sprockets-sass/pkg-descr
==============================================================================
--- head/devel/rubygem-sprockets-sass/pkg-descr	Sat Jun 13 15:35:23 2015	(r389464)
+++ head/devel/rubygem-sprockets-sass/pkg-descr	Sat Jun 13 15:35:28 2015	(r389465)
@@ -4,4 +4,4 @@ to be shared between files. So you'll tr
 blow up in your face. `sprockets-sass` fixes all of this by creating a
 Sass::Importer that is Sprockets aware.
 
-WWW: https://rubygems.org/gems/sprockets-sass
+WWW: https://github.com/petebrowne/sprockets-sass


More information about the svn-ports-all mailing list