Bug 190297

Summary: Update port: www/mod_wsgi3 Upgrade to 3.5
Product: Ports & Packages Reporter: Douglas Thrift <douglas>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me CC: douglas
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
mod_wsgi3.2014-05-27T054943Z.diff none

Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-27 07:00:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-30 06:31:37 UTC
Author: sunpoet
Date: Fri May 30 05:31:32 2014
New Revision: 355778
URL: http://svnweb.freebsd.org/changeset/ports/355778
QAT: https://qat.redports.org/buildarchive/r355778/

Log:
  - Update to 3.5
  
  Changes:	http://modwsgi.readthedocs.org/en/develop/release-notes/version-3.5.html
  PR:		ports/190297
  Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)

Deleted:
  head/www/mod_wsgi3/files/patch-configure
  head/www/mod_wsgi3/files/patch-configure.ac
  head/www/mod_wsgi3/files/patch-mod_wsgi.c
Modified:
  head/www/mod_wsgi3/Makefile
  head/www/mod_wsgi3/distinfo

Modified: head/www/mod_wsgi3/Makefile
==============================================================================
--- head/www/mod_wsgi3/Makefile	Fri May 30 05:31:26 2014	(r355777)
+++ head/www/mod_wsgi3/Makefile	Fri May 30 05:31:32 2014	(r355778)
@@ -1,10 +1,9 @@
 # $FreeBSD$
 
 PORTNAME=	mod_wsgi
-PORTVERSION=	3.4
-PORTREVISION=	1
+PORTVERSION=	3.5
 CATEGORIES=	www python
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	http://github.com/GrahamDumpleton/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
 PKGNAMESUFFIX=	3
 

Modified: head/www/mod_wsgi3/distinfo
==============================================================================
--- head/www/mod_wsgi3/distinfo	Fri May 30 05:31:26 2014	(r355777)
+++ head/www/mod_wsgi3/distinfo	Fri May 30 05:31:32 2014	(r355778)
@@ -1,2 +1,2 @@
-SHA256 (mod_wsgi-3.4.tar.gz) = ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8
-SIZE (mod_wsgi-3.4.tar.gz) = 122739
+SHA256 (mod_wsgi-3.5.tar.gz) = f0674c38f0f568ece55610bcc6a775c179835c4cba23aa7f876d2a2a8520bf93
+SIZE (mod_wsgi-3.5.tar.gz) = 135875
_______________________________________________
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 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-05-30 06:33:53 UTC
State Changed
From-To: open->closed

Committed. Thanks!