Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Nov 2015 09:16:48 +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: r402054 - head/www/rubygem-unicorn
Message-ID:  <201511200916.tAK9Gm00012877@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Nov 20 09:16:47 2015
New Revision: 402054
URL: https://svnweb.freebsd.org/changeset/ports/402054

Log:
  - Update to 5.0.1
  - Change post-patch: to USES=shebangfix
  
  Changes:	http://unicorn.bogomips.org/NEWS.html

Modified:
  head/www/rubygem-unicorn/Makefile
  head/www/rubygem-unicorn/distinfo

Modified: head/www/rubygem-unicorn/Makefile
==============================================================================
--- head/www/rubygem-unicorn/Makefile	Fri Nov 20 09:16:43 2015	(r402053)
+++ head/www/rubygem-unicorn/Makefile	Fri Nov 20 09:16:47 2015	(r402054)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	unicorn
-PORTVERSION=	5.0.0
+PORTVERSION=	5.0.1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -20,11 +20,10 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 USES=		shebangfix
-SHEBANG_FILES=	test/aggregate.rb
 
 PLIST_FILES=	bin/unicorn bin/unicorn_rails
 
-post-patch:
-	@${REINPLACE_CMD} -e '1s|#!/.*ruby|#!${ruby_CMD}|' ${WRKSRC}/bin/unicorn*
+SHEBANG_FILES=	bin/unicorn* test/aggregate.rb
+ruby_OLD_CMD=	.*ruby
 
 .include <bsd.port.mk>

Modified: head/www/rubygem-unicorn/distinfo
==============================================================================
--- head/www/rubygem-unicorn/distinfo	Fri Nov 20 09:16:43 2015	(r402053)
+++ head/www/rubygem-unicorn/distinfo	Fri Nov 20 09:16:47 2015	(r402054)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/unicorn-5.0.0.gem) = 437f641296e1afef8310c1d3454c11b01a8bfe303a0108d1a5578f5611f89280
-SIZE (rubygem/unicorn-5.0.0.gem) = 207872
+SHA256 (rubygem/unicorn-5.0.1.gem) = 92aae12273b54384c56f820834d804f0cb3f8690c505af86cce1c585473c481c
+SIZE (rubygem/unicorn-5.0.1.gem) = 208896



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