summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2015-03-01 15:41:36 +0000
committertaca <taca>2015-03-01 15:41:36 +0000
commit69907bdb84c9b6b520958439b1717a0abcc96672 (patch)
treed27b6b9d219824292cf10f69a9e7d8272135c45a
parent0ef8d564cde18a9ca321e2ec2ab6913fc1233c2a (diff)
downloadpkgsrc-69907bdb84c9b6b520958439b1717a0abcc96672.tar.gz
Update thin to 1.6.3.
pkgsrc change: Add pkg_alternatives support. == 1.6.3 Protein Powder * Add HTTP 422 status code [rajcybage] * Add warning about EM reactor still running when stopping. * Remove version number from "Server" HTTP header. [benbasson] * Adding `--ssl-disable-verify` to allow disabling of client cert requests when SSL enabled [brucek] * Ensure Tempfiles created by a large request are closed and deleted. [Tonkpils]
-rw-r--r--www/thin/ALTERNATIVES1
-rw-r--r--www/thin/Makefile7
-rw-r--r--www/thin/PLIST4
-rw-r--r--www/thin/distinfo8
4 files changed, 10 insertions, 10 deletions
diff --git a/www/thin/ALTERNATIVES b/www/thin/ALTERNATIVES
new file mode 100644
index 00000000000..959e8c92db6
--- /dev/null
+++ b/www/thin/ALTERNATIVES
@@ -0,0 +1 @@
+bin/thin @PREFIX@/bin/thin@RUBY_SUFFIX@
diff --git a/www/thin/Makefile b/www/thin/Makefile
index 82d8bd2985d..5004dfce28b 100644
--- a/www/thin/Makefile
+++ b/www/thin/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2014/03/14 19:31:19 taca Exp $
+# $NetBSD: Makefile,v 1.16 2015/03/01 15:41:36 taca Exp $
-DISTNAME= thin-1.6.2
+DISTNAME= thin-1.6.3
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -12,9 +12,8 @@ DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.0.0:../../www/ruby-rack
DEPENDS+= ${RUBY_PKGPREFIX}-daemons>=1.0.9:../../misc/ruby-daemons
DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=1.0.0:../../devel/ruby-eventmachine
-CONFLICTS+= ruby[1-9][0-9]-thin-[0-9]* thin-[0-9]*
-
USE_GCC_RUNTIME= yes
+RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/thin/PLIST b/www/thin/PLIST
index d1c276c1832..86adfd0fb84 100644
--- a/www/thin/PLIST
+++ b/www/thin/PLIST
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.8 2014/03/14 19:31:19 taca Exp $
-bin/thin
+@comment $NetBSD: PLIST,v 1.9 2015/03/01 15:41:36 taca Exp $
+bin/thin${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/thin_parser.${RUBY_DLEXT}
${GEM_LIBDIR}/CHANGELOG
diff --git a/www/thin/distinfo b/www/thin/distinfo
index 9ac61170bc6..c7c845751a1 100644
--- a/www/thin/distinfo
+++ b/www/thin/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2014/03/14 19:31:19 taca Exp $
+$NetBSD: distinfo,v 1.11 2015/03/01 15:41:36 taca Exp $
-SHA1 (thin-1.6.2.gem) = 3dbf4e363eb957de609cbe080295211e104637aa
-RMD160 (thin-1.6.2.gem) = 7a63da169f81e584ada379375ffd44b9843ae0e6
-Size (thin-1.6.2.gem) = 58368 bytes
+SHA1 (thin-1.6.3.gem) = ad99e77149b922c3f067b0140438c044d24115f1
+RMD160 (thin-1.6.3.gem) = 5bdf62411802071ef77f126f2219ba0428c91520
+Size (thin-1.6.3.gem) = 59392 bytes