Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Oct 2017 20:45:02 +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: r452559 - head/devel/rubygem-nsa-rails5
Message-ID:  <201710202045.v9KKj2Bj048074@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Oct 20 20:45:02 2017
New Revision: 452559
URL: https://svnweb.freebsd.org/changeset/ports/452559

Log:
  Fix SHEBANG_FILES
  
  - Update WWW

Modified:
  head/devel/rubygem-nsa-rails5/Makefile
  head/devel/rubygem-nsa-rails5/pkg-descr

Modified: head/devel/rubygem-nsa-rails5/Makefile
==============================================================================
--- head/devel/rubygem-nsa-rails5/Makefile	Fri Oct 20 20:44:57 2017	(r452558)
+++ head/devel/rubygem-nsa-rails5/Makefile	Fri Oct 20 20:45:02 2017	(r452559)
@@ -17,6 +17,6 @@ RUN_DEPENDS=	rubygem-activesupport5>=5.1.4:devel/rubyg
 USES=		gem shebangfix
 USE_RUBY=	yes
 
-SHEBANG_FILES=	${WRKSRC}/bin/setup
+SHEBANG_FILES=	bin/setup
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-nsa-rails5/pkg-descr
==============================================================================
--- head/devel/rubygem-nsa-rails5/pkg-descr	Fri Oct 20 20:44:57 2017	(r452558)
+++ head/devel/rubygem-nsa-rails5/pkg-descr	Fri Oct 20 20:45:02 2017	(r452559)
@@ -1,4 +1,4 @@
 Listen to Rails ActiveSupport::Notifications and deliver to a Statsd backend.
 This gem also supports writing your own custom collectors.
 
-WWW: https://www.github.com/localshred/nsa
+WWW: https://github.com/localshred/nsa



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710202045.v9KKj2Bj048074>