Bug 169602 - www/nginx port update for latest nginx-upload-progress module
Summary: www/nginx port update for latest nginx-upload-progress module
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: 2012-07-02 15:00 UTC by Alexey Markov
Modified: 2012-07-03 05:00 UTC (History)
0 users

See Also:


Attachments
file.diff (3.39 KB, patch)
2012-07-02 15:00 UTC, Alexey Markov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Markov 2012-07-02 15:00:21 UTC
The new version 0.9.0 of nginx-upload-progress-module available on developer site, and a tarball of previous version 0.8.3. is gone. So, this patch updates www/nginx port to use the latest version of nginx-upload-progress module.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-02 15:00:32 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 2012-07-03 04:48:43 UTC
osa         2012-07-03 03:48:32 UTC

  FreeBSD ports repository

  Modified files:
    www/nginx            Makefile distinfo 
    www/nginx-devel      Makefile distinfo 
  Removed files:
    www/nginx/files      
                         extra-patch-ngx_http_uploadprogress_module.c 
    www/nginx-devel/files 
                          extra-patch-ngx_http_uploadprogress_module.c 
  Log:
  Update third-party modules:
  
  o) cache_purge from 1.5 to 1.6;
  o) slowfs_cache from 1.8 to 1.9;
  o) upload_progress from 0.8.3 to 0.9.0. [*]
  
  Remove needless extra patch.
  
  PR:     169602                          [*]
  
  Revision  Changes    Path
  1.484     +4 -5      ports/www/nginx-devel/Makefile
  1.418     +6 -6      ports/www/nginx-devel/distinfo
  1.7       +0 -22     ports/www/nginx-devel/files/extra-patch-ngx_http_uploadprogress_module.c (dead)
  1.347     +4 -5      ports/www/nginx/Makefile
  1.294     +6 -6      ports/www/nginx/distinfo
  1.7       +0 -22     ports/www/nginx/files/extra-patch-ngx_http_uploadprogress_module.c (dead)
_______________________________________________
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 2012-07-03 05:00:36 UTC
State Changed
From-To: open->closed

Committed with modifications, thanks for report!