Bug 223588 - [www/uwsgi]: Add psgi embedded plugin along with the option to select it.
Summary: [www/uwsgi]: Add psgi embedded plugin along with the option to select it.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Eugene Grosbein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-10 07:30 UTC by emz
Modified: 2017-11-10 08:55 UTC (History)
1 user (show)

See Also:


Attachments
Makefile patch (825 bytes, patch)
2017-11-10 07:30 UTC, emz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description emz 2017-11-10 07:30:17 UTC
Created attachment 187901 [details]
Makefile patch

The provided patch adds the PSGI embedded plugin for perl scripting language psgi support inside of the embedded plugin option group (for future use), off by default. It also bumps the portrevision +1.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-11-10 08:49:45 UTC
A commit references this bug:

Author: eugen
Date: Fri Nov 10 08:48:57 UTC 2017
New revision: 453888
URL: https://svnweb.freebsd.org/changeset/ports/453888

Log:
  www/uwsgi: enhance handling of plugins

  Add new option group with PSGI embedded plugin option to start with.
  Submitter agreed to take maintainership, so pass this unmaintained
  port to him.

  Default build not changed, so no PORTREVISION bump.

  PR:		223588
  Submitted by:	Eugene Zheganin (based on)

Changes:
  head/www/uwsgi/Makefile
Comment 2 Eugene Grosbein freebsd_committer freebsd_triage 2017-11-10 08:55:02 UTC
Committed, thanks!