ports/182656: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Sun Oct 20 04:30:01 UTC 2013
The following reply was made to PR ports/182656; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/182656: commit references a PR
Date: Sun, 20 Oct 2013 04:29:42 +0000 (UTC)
Author: swills
Date: Sun Oct 20 04:29:33 2013
New Revision: 330974
URL: http://svnweb.freebsd.org/changeset/ports/330974
Log:
Integrate Compass into Rails 2.3 and up.
WWW: https://github.com/Compass/compass-rails
PR: ports/182656
Submitted by: Loic Blot <loic.blot at unix-experience.fr>
Added:
head/textproc/rubygem-compass-rails/
head/textproc/rubygem-compass-rails/Makefile (contents, props changed)
head/textproc/rubygem-compass-rails/distinfo (contents, props changed)
head/textproc/rubygem-compass-rails/pkg-descr (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Sun Oct 20 04:20:04 2013 (r330973)
+++ head/textproc/Makefile Sun Oct 20 04:29:33 2013 (r330974)
@@ -1289,6 +1289,7 @@
SUBDIR += rubygem-colorator
SUBDIR += rubygem-colored
SUBDIR += rubygem-compass
+ SUBDIR += rubygem-compass-rails
SUBDIR += rubygem-cssmin
SUBDIR += rubygem-diff-lcs
SUBDIR += rubygem-diffy
Added: head/textproc/rubygem-compass-rails/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-compass-rails/Makefile Sun Oct 20 04:29:33 2013 (r330974)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= compass-rails
+PORTVERSION= 1.0.3
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= Integrate Compass into Rails 2.3 and up
+
+RUN_DEPENDS= rubygem-compass>=0.12.2:${PORTSDIR}/textproc/rubygem-compass
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+NO_STAGE= yes
+
+.include <bsd.port.mk>
Added: head/textproc/rubygem-compass-rails/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-compass-rails/distinfo Sun Oct 20 04:29:33 2013 (r330974)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/compass-rails-1.0.3.gem) = b04f4068e3a9900c80df828689f6eaf621ee9b402af943bcd1a9995c5027da3d
+SIZE (rubygem/compass-rails-1.0.3.gem) = 19456
Added: head/textproc/rubygem-compass-rails/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-compass-rails/pkg-descr Sun Oct 20 04:29:33 2013 (r330974)
@@ -0,0 +1,3 @@
+Integrate Compass into Rails 2.3 and up.
+
+WWW: https://github.com/Compass/compass-rails
_______________________________________________
svn-ports-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-ruby
mailing list