Bug 156163 - [patch] Include substitution filter module option for www/nginx www/nginx-devel
Summary: [patch] Include substitution filter module option for www/nginx www/nginx-devel
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sergey A. Osokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-04 00:10 UTC by Chris Tandiono
Modified: 2011-04-04 19:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.68 KB, patch)
2011-04-04 00:10 UTC, Chris Tandiono
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Tandiono 2011-04-04 00:10:10 UTC
I would like to have the option to use the substitution filter module ( http://wiki.nginx.org/HttpSubsModule#Nginx_Substitutions_Filter_module ) in nginx and nginx-devel without having to manually download, extract, and add the module myself.

Patch is attached. The bzipped tar is hosted in my home dir; I couldn't figure out how to make Google Code give me the file except for the instructions here: http://code.google.com/p/substitutions4nginx/source/checkout

This module is different from the httpsubs module already configurable in the Makefile.

Fix: patch attached

Patch attached with submission follows:
How-To-Repeat: Attempt to install nginx or nginx-devel with the substitution filters module.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-04-04 00:10:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->osa

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-04-04 19:33:49 UTC
osa         2011-04-04 18:33:35 UTC

  FreeBSD ports repository

  Modified files:
    www/nginx            Makefile distinfo 
    www/nginx-devel      Makefile distinfo 
  Log:
  Add third-party http_subs_filter module.
  Do not bump PORTREVISION.
  
  PR:     156163
  
  Revision  Changes    Path
  1.375     +9 -0      ports/www/nginx-devel/Makefile
  1.326     +2 -0      ports/www/nginx-devel/distinfo
  1.255     +9 -0      ports/www/nginx/Makefile
  1.218     +2 -0      ports/www/nginx/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Sergey A. Osokin freebsd_committer freebsd_triage 2011-04-04 19:33:56 UTC
State Changed
From-To: open->closed

Committed with some modifications, thanks for report!