public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITA] ruby-unicorn 6.1.0
@ 2023-05-28  1:27 Daisuke Fujimura
  2023-05-28  5:00 ` Marco Atzeri
  0 siblings, 1 reply; 2+ messages in thread
From: Daisuke Fujimura @ 2023-05-28  1:27 UTC (permalink / raw)
  To: cygwin-apps

[-- Attachment #1: Type: text/plain, Size: 227 bytes --]

Hello,

====

Cygportfile:
- https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-unicorn

Packages, logs:
- https://github.com/cygwin/scallywag/actions/runs/5101529707

Changes
- Add runtime dependencies explicitly

[-- Attachment #2: ruby-unicorn.cygport.diff --]
[-- Type: application/octet-stream, Size: 868 bytes --]

diff --git a/ruby-unicorn.cygport b/ruby-unicorn.cygport
index aee2356..180e4d7 100644
--- a/ruby-unicorn.cygport
+++ b/ruby-unicorn.cygport
@@ -1,7 +1,7 @@
 inherit rubygem
 
 NAME="ruby-unicorn"
-VERSION=5.4.1
+VERSION=6.1.0
 RELEASE=1
 CATEGORY="Ruby"
 SUMMARY="Ruby Rack low-latency HTTP server"
@@ -11,7 +11,10 @@ advantage of features in Unix/Unix-like kernels. Slow clients should only be
 served by placing a reverse proxy capable of fully buffering both the the
 request and response in between Unicorn and slow clients."
 
+LICENSE="GPL-2.0-or-later OR Ruby"
+
 PKG_NAMES="${NAME} ${NAME}-doc"
+ruby_unicorn_REQUIRES="ruby-kgio ruby-raindrops"
 ruby_unicorn_CONTENTS="--exclude=examples usr/bin/ ${RUBYGEM_EXTDIR#/} ${RUBYGEM_INSTDIR#/} ${RUBYGEM_SPEC#/} usr/share/man/man1/"
 ruby_unicorn_doc_CONTENTS="${RUBYGEM_DOCDIR#/} ${RUBYGEM_INSTDIR#/}/examples/"
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ITA] ruby-unicorn 6.1.0
  2023-05-28  1:27 [ITA] ruby-unicorn 6.1.0 Daisuke Fujimura
@ 2023-05-28  5:00 ` Marco Atzeri
  0 siblings, 0 replies; 2+ messages in thread
From: Marco Atzeri @ 2023-05-28  5:00 UTC (permalink / raw)
  To: cygwin-apps

On 28.05.2023 03:27, Daisuke Fujimura via Cygwin-apps wrote:
> Hello,
> 
> ====
> 
> Cygportfile:
> - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-unicorn
> 
> Packages, logs:
> - https://github.com/cygwin/scallywag/actions/runs/5101529707
> 
> Changes
> - Add runtime dependencies explicitly

changed maintainer

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-28  5:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-28  1:27 [ITA] ruby-unicorn 6.1.0 Daisuke Fujimura
2023-05-28  5:00 ` Marco Atzeri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).