Bug 170854 - [maintainer update] www/mod_spdy: update to v0.9.2.2
Summary: [maintainer update] www/mod_spdy: update to v0.9.2.2
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-22 06:20 UTC by Masaki TAGAWA
Modified: 2012-08-29 14:35 UTC (History)
1 user (show)

See Also:


Attachments
mod_spdy.patch (1.86 KB, patch)
2012-08-22 06:20 UTC, Masaki TAGAWA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki TAGAWA 2012-08-22 06:20:06 UTC
* Update www/mod_spdy to v0.9.2.2
 - Checked on Redports.org[1]
* Update pkg-descr
 - Now this module is suitable for production environments

[1] https://redports.org/buildarchive/20120822044113-9377/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-22 06:20:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-08-29 14:29:28 UTC
Author: swills
Date: Wed Aug 29 13:29:16 2012
New Revision: 303339
URL: http://svn.freebsd.org/changeset/ports/303339

Log:
  - 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)

Modified:
  head/www/mod_spdy/Makefile
  head/www/mod_spdy/distinfo   (contents, props changed)
  head/www/mod_spdy/pkg-descr   (contents, props changed)

Modified: head/www/mod_spdy/Makefile
==============================================================================
--- head/www/mod_spdy/Makefile	Wed Aug 29 13:28:47 2012	(r303338)
+++ head/www/mod_spdy/Makefile	Wed Aug 29 13:29:16 2012	(r303339)
@@ -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 \

Modified: head/www/mod_spdy/distinfo
==============================================================================
--- head/www/mod_spdy/distinfo	Wed Aug 29 13:28:47 2012	(r303338)
+++ head/www/mod_spdy/distinfo	Wed Aug 29 13:29:16 2012	(r303339)
@@ -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

Modified: head/www/mod_spdy/pkg-descr
==============================================================================
--- head/www/mod_spdy/pkg-descr	Wed Aug 29 13:28:47 2012	(r303338)
+++ head/www/mod_spdy/pkg-descr	Wed Aug 29 13:29:16 2012	(r303339)
@@ -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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2012-08-29 14:35:13 UTC
State Changed
From-To: open->closed

Committed. Thanks!