diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-07-16 17:07:19 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-07-16 17:07:19 +0000 |
commit | 0f9f51655f0a1aa95d30a38de052dff45b15b6fc (patch) | |
tree | cb9f3c94ecfa8cd891ef6bb8b221242e62539a99 /net-im/mastodon/files/patch-config_puma.rb | |
parent | Remove java/jaf port, since the Java Activation Framework is included by (diff) |
Remove expired ports:
2018-07-15 net/p5-ZConf-Bookmarks: Unmaintained
2018-07-15 net/p5-ZConf: Unmaintained
2018-07-15 textproc/p5-Text-SpellChecker-GUI: Unmaintained
2018-07-15 deskutils/p5-ZConf-Runner-GUI-GTK: Unmaintained
2018-07-15 deskutils/p5-ZConf-BGSet: Unmaintained
2018-07-15 deskutils/p5-ZConf-Runner: Unmaintained
2018-07-15 graphics/p5-Image-Size-FillFullSelect: Unmaintained
2018-07-15 graphics/p5-Imager-AverageGray: Unmaintained
2018-07-15 mail/p5-Mail-IMAPTalk-MailCache: Unmaintained
2018-07-15 mail/p5-ZConf-Mail: Unmaintained
2018-07-15 mail/p5-Mail-Cache: Unmaintained
2018-07-15 www/p5-ZConf-RSS: Unmaintained
2018-07-15 www/p5-ZConf-RSS-GUI-GTK: Unmaintained
2018-07-15 devel/p5-ZConf-GUI: Unmaintained
2018-07-15 net-im/mastodon: Breaks too frequently
2018-07-15 x11-fm/p5-PerlFM: Unmaintained
2018-07-15 astro/p5-ZConf-Weather: Unmaintained
2018-07-15 sysutils/p5-ZConf-Cron: Unmaintained
Notes
Notes:
svn path=/head/; revision=474751
Diffstat (limited to 'net-im/mastodon/files/patch-config_puma.rb')
-rw-r--r-- | net-im/mastodon/files/patch-config_puma.rb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/mastodon/files/patch-config_puma.rb b/net-im/mastodon/files/patch-config_puma.rb deleted file mode 100644 index 3527d6f19623..000000000000 --- a/net-im/mastodon/files/patch-config_puma.rb +++ /dev/null @@ -1,11 +0,0 @@ ---- config/puma.rb.orig 2017-05-22 21:15:56 UTC -+++ config/puma.rb -@@ -1,6 +1,8 @@ - threads_count = ENV.fetch('MAX_THREADS') { 5 }.to_i - threads threads_count, threads_count - -+pidfile '/var/run/mastodon/mastodon_web.pid' -+ - if ENV['SOCKET'] then - bind 'unix://' + ENV['SOCKET'] - else |