Date: Mon, 17 Apr 2017 16:50:32 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438735 - in head: devel/rubygem-event-bus net/rubygem-net-ldap security/rubygem-net-telnet textproc/rubygem-sass www/rubygem-hamlit Message-ID: <201704171650.v3HGoWvw002654@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Mon Apr 17 16:50:32 2017 New Revision: 438735 URL: https://svnweb.freebsd.org/changeset/ports/438735 Log: - Fix shebangs Modified: head/devel/rubygem-event-bus/Makefile head/net/rubygem-net-ldap/Makefile head/security/rubygem-net-telnet/Makefile head/textproc/rubygem-sass/Makefile head/www/rubygem-hamlit/Makefile Modified: head/devel/rubygem-event-bus/Makefile ============================================================================== --- head/devel/rubygem-event-bus/Makefile Mon Apr 17 16:39:45 2017 (r438734) +++ head/devel/rubygem-event-bus/Makefile Mon Apr 17 16:50:32 2017 (r438735) @@ -3,6 +3,7 @@ PORTNAME= event-bus PORTVERSION= 0.2.3 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -14,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USE_RUBY= yes -USES= gem +USES= gem shebangfix +SHEBANG_FILES= script/bootstrap \ + script/setup .include <bsd.port.mk> Modified: head/net/rubygem-net-ldap/Makefile ============================================================================== --- head/net/rubygem-net-ldap/Makefile Mon Apr 17 16:39:45 2017 (r438734) +++ head/net/rubygem-net-ldap/Makefile Mon Apr 17 16:50:32 2017 (r438735) @@ -3,6 +3,7 @@ PORTNAME= net-ldap PORTVERSION= 0.16.0 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG @@ -14,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/License.rdoc NO_ARCH= yes USE_RUBY= yes -USES= gem +USES= gem shebangfix +SHEBANG_FILES= script/generate-fixture-ca \ + script/changelog .include <bsd.port.mk> Modified: head/security/rubygem-net-telnet/Makefile ============================================================================== --- head/security/rubygem-net-telnet/Makefile Mon Apr 17 16:39:45 2017 (r438734) +++ head/security/rubygem-net-telnet/Makefile Mon Apr 17 16:50:32 2017 (r438735) @@ -2,6 +2,7 @@ PORTNAME= net-telnet PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG @@ -14,6 +15,7 @@ LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt NO_ARCH= yes USE_RUBY= yes -USES= gem +USES= gem shebangfix +SHEBANG_FILES= bin/setup .include <bsd.port.mk> Modified: head/textproc/rubygem-sass/Makefile ============================================================================== --- head/textproc/rubygem-sass/Makefile Mon Apr 17 16:39:45 2017 (r438734) +++ head/textproc/rubygem-sass/Makefile Mon Apr 17 16:50:32 2017 (r438735) @@ -3,6 +3,7 @@ PORTNAME= sass PORTVERSION= 3.4.23 +PORTREVISION= 1 CATEGORIES= textproc ruby MASTER_SITES= RG @@ -14,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE NO_ARCH= yes USE_RUBY= yes -USES= gem +USES= gem shebangfix +SHEBANG_FILES= extra/sass-spec-ref.sh PLIST_FILES= bin/sass bin/sass-convert bin/scss Modified: head/www/rubygem-hamlit/Makefile ============================================================================== --- head/www/rubygem-hamlit/Makefile Mon Apr 17 16:39:45 2017 (r438734) +++ head/www/rubygem-hamlit/Makefile Mon Apr 17 16:50:32 2017 (r438735) @@ -3,6 +3,7 @@ PORTNAME= hamlit PORTVERSION= 2.8.1 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -18,7 +19,8 @@ RUN_DEPENDS= rubygem-temple>=0.8.0:devel NO_ARCH= yes USE_RUBY= yes -USES= gem +USES= gem shebangfix +SHEBANG_FILES= bin/setup bin/test bin/ruby PLIST_FILES= bin/hamlit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704171650.v3HGoWvw002654>