diff options
author | swills <swills@FreeBSD.org> | 2012-08-29 21:29:16 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-08-29 21:29:16 +0800 |
commit | 448ed36b1a5fab3f45de57ba668ec7f3a22001d5 (patch) | |
tree | ab334635d7bc4fbedb70a074b46116ace052835a /www/mod_spdy | |
parent | 3e7abc3d37be230251c03bd20d51487a80e84580 (diff) | |
download | freebsd-ports-gnome-448ed36b1a5fab3f45de57ba668ec7f3a22001d5.tar.gz freebsd-ports-gnome-448ed36b1a5fab3f45de57ba668ec7f3a22001d5.tar.zst freebsd-ports-gnome-448ed36b1a5fab3f45de57ba668ec7f3a22001d5.zip |
- Update www/mod_spdy to v0.9.2.2
- Update pkg-descr, this module is now suitable for production environments
PR: ports/170854
Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> (maintainer)
Diffstat (limited to 'www/mod_spdy')
-rw-r--r-- | www/mod_spdy/Makefile | 2 | ||||
-rw-r--r-- | www/mod_spdy/distinfo | 4 | ||||
-rw-r--r-- | www/mod_spdy/pkg-descr | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/www/mod_spdy/Makefile b/www/mod_spdy/Makefile index 0ec83347bf96..00af42b92ea9 100644 --- a/www/mod_spdy/Makefile +++ b/www/mod_spdy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_spdy -PORTVERSION= 0.9.2.1 +PORTVERSION= 0.9.2.2 CATEGORIES= www MASTER_SITES= http://www.club.kyutech.ac.jp/~masaki/ports/:mod_spdy \ ${MASTER_SITE_APACHE_HTTPD}:apache22 \ diff --git a/www/mod_spdy/distinfo b/www/mod_spdy/distinfo index 8212d13c4d4b..910e79045e7c 100644 --- a/www/mod_spdy/distinfo +++ b/www/mod_spdy/distinfo @@ -1,5 +1,5 @@ -SHA256 (mod_spdy/mod_spdy_source_0.9.2.1.tar.xz) = 841725c549bf41caa99232231bb01947a319c7b5ab7c046c919c4a78e24d930f -SIZE (mod_spdy/mod_spdy_source_0.9.2.1.tar.xz) = 4792132 +SHA256 (mod_spdy/mod_spdy_source_0.9.2.2.tar.xz) = f8a19ee88282c68e389990104d569ad88e5377151aa047833a2eb859c6030f19 +SIZE (mod_spdy/mod_spdy_source_0.9.2.2.tar.xz) = 5006556 SHA256 (mod_spdy/httpd-2.2.22.tar.gz) = 74c1ffffefe1a502339b004ad6488fbd858eb425a05968cd67c05695dbc0fe7c SIZE (mod_spdy/httpd-2.2.22.tar.gz) = 7200529 SHA256 (mod_spdy/openssl-1.0.1.tar.gz) = 4d9f0a594a9a89b28e1a04a9504c04104f6508ee27ad1e0efdd17a7a6dbbeeee diff --git a/www/mod_spdy/pkg-descr b/www/mod_spdy/pkg-descr index 3784ad226d21..217141aae3ce 100644 --- a/www/mod_spdy/pkg-descr +++ b/www/mod_spdy/pkg-descr @@ -1,8 +1,6 @@ mod_spdy is an Apache 2.x filter module that provides SPDY support in the Apache HTTPD web server. Because mod_spdy is an Apache module, it can be loaded into currently deployed Apache HTTPD 2.x web servers using mod_so. -This module is still an early beta and is not yet suitable for production -environments. WWW: http://code.google.com/p/mod-spdy/ |