svn commit: r452559 - head/devel/rubygem-nsa-rails5
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Oct 20 20:45:04 UTC 2017
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
More information about the svn-ports-head
mailing list