Skip to content

Commit

Permalink
MFH: r391254
Browse files Browse the repository at this point in the history
www/nginx{-deve}: Fix build with HEADERS_MORE option

Upstream apparently re-tagged the v0.26 release, thereby changing the contents
of the tarball oftained from github, causing distinfo checksums to become
mismatched.

This change updates distinfo entries in nginx and nginx-devel to compensate.

PR:		201129

Approved by:	portmgr (feld)
  • Loading branch information
koobs committed Jul 6, 2015
1 parent 15f4fe6 commit ba2645a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion www/nginx-devel/Makefile
Expand Up @@ -3,7 +3,7 @@

PORTNAME= nginx
PORTVERSION= 1.9.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://nginx.org/download/
MASTER_SITES+= LOCAL/osa
Expand Down
4 changes: 2 additions & 2 deletions www/nginx-devel/distinfo
Expand Up @@ -48,8 +48,8 @@ SHA256 (nginx-clojure-nginx-clojure-v0.3.0_GH0.tar.gz) = 4f706195d358aeabed3a2f9
SIZE (nginx-clojure-nginx-clojure-v0.3.0_GH0.tar.gz) = 472761
SHA256 (openresty-echo-nginx-module-v0.57_GH0.tar.gz) = 8467237ca0fae74ca7a32fbd34fc6044df307098415d48068214c9c235695a07
SIZE (openresty-echo-nginx-module-v0.57_GH0.tar.gz) = 65073
SHA256 (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = d6bdc51f9e778a3b23e41a51cae542c1467a1e5e55c1329a7ffc454be084fb6f
SIZE (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = 28028
SHA256 (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = 648e450ff48256919e948092e22dc9e17557f55311a669c5c72842a3d5ec1e79
SIZE (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = 28033
SHA256 (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = d428a0236c933779cb40ac8c91afb19d5c25a376dc3caab825bfd543e1ee530d
SIZE (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = 6260
SHA256 (vkholodkov-nginx-eval-module-1.0.3_GH0.tar.gz) = 849381433a9020ee1162fa6211b047369fde38dc1a8b5de79f03f8fff2407fe2
Expand Down
2 changes: 1 addition & 1 deletion www/nginx/Makefile
Expand Up @@ -3,7 +3,7 @@

PORTNAME= nginx
PORTVERSION= 1.8.0
PORTREVISION= 2
PORTREVISION= 3
PORTEPOCH= 2
CATEGORIES= www
MASTER_SITES= http://nginx.org/download/
Expand Down
4 changes: 2 additions & 2 deletions www/nginx/distinfo
Expand Up @@ -48,8 +48,8 @@ SHA256 (nginx-clojure-nginx-clojure-v0.3.0_GH0.tar.gz) = 4f706195d358aeabed3a2f9
SIZE (nginx-clojure-nginx-clojure-v0.3.0_GH0.tar.gz) = 472761
SHA256 (openresty-echo-nginx-module-v0.57_GH0.tar.gz) = 8467237ca0fae74ca7a32fbd34fc6044df307098415d48068214c9c235695a07
SIZE (openresty-echo-nginx-module-v0.57_GH0.tar.gz) = 65073
SHA256 (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = d6bdc51f9e778a3b23e41a51cae542c1467a1e5e55c1329a7ffc454be084fb6f
SIZE (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = 28028
SHA256 (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = 648e450ff48256919e948092e22dc9e17557f55311a669c5c72842a3d5ec1e79
SIZE (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = 28033
SHA256 (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = d428a0236c933779cb40ac8c91afb19d5c25a376dc3caab825bfd543e1ee530d
SIZE (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = 6260
SHA256 (vkholodkov-nginx-eval-module-1.0.3_GH0.tar.gz) = 849381433a9020ee1162fa6211b047369fde38dc1a8b5de79f03f8fff2407fe2
Expand Down

0 comments on commit ba2645a

Please sign in to comment.