Date: Sat, 13 Jun 2015 13:54:43 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389400 - head/devel/rubygem-sprockets3 Message-ID: <201506131354.t5DDshgj054061@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jun 13 13:54:42 2015 New Revision: 389400 URL: https://svnweb.freebsd.org/changeset/ports/389400 Log: - Add NO_ARCH - Update WWW Modified: head/devel/rubygem-sprockets3/Makefile head/devel/rubygem-sprockets3/pkg-descr Modified: head/devel/rubygem-sprockets3/Makefile ============================================================================== --- head/devel/rubygem-sprockets3/Makefile Sat Jun 13 13:54:37 2015 (r389399) +++ head/devel/rubygem-sprockets3/Makefile Sat Jun 13 13:54:42 2015 (r389400) @@ -15,6 +15,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-rack>=1.0:${PORTSDIR}/www/rubygem-rack +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-sprockets3/pkg-descr ============================================================================== --- head/devel/rubygem-sprockets3/pkg-descr Sat Jun 13 13:54:37 2015 (r389399) +++ head/devel/rubygem-sprockets3/pkg-descr Sat Jun 13 13:54:42 2015 (r389400) @@ -3,4 +3,4 @@ JavaScript source files. It takes any nu and preprocesses them line-by-line in order to build a single concatenation. -WWW: http://getsprockets.org/ +WWW: https://github.com/rails/sprockets
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506131354.t5DDshgj054061>