From vivek@kcilink.com  Tue Jan 14 16:33:31 2014
Return-Path: <vivek@kcilink.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 08A6447E
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Jan 2014 16:33:31 +0000 (UTC)
Received: from yertle.kcilink.com (yertle-comcast.kcilink.com [74.92.149.58])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id D42411754
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Jan 2014 16:33:29 +0000 (UTC)
Received: from projects.int.kcilink.com (projects.int.kcilink.com [192.168.7.25])
	by yertle.kcilink.com (Postfix) with ESMTP id 574308A016
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Jan 2014 11:33:22 -0500 (EST)
Received: by projects.int.kcilink.com (Postfix, from userid 120)
	id 497B52D0E; Tue, 14 Jan 2014 11:33:22 -0500 (EST)
Message-Id: <20140114163322.497B52D0E@projects.int.kcilink.com>
Date: Tue, 14 Jan 2014 11:33:22 -0500 (EST)
From: Vivek Khera <vivek@khera.org>
Reply-To: Vivek Khera <vivek@khera.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: update www/mod_authnz_crowd to 2.2.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         185775
>Category:       ports
>Synopsis:       update www/mod_authnz_crowd to 2.2.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    ohauer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 14 16:40:02 UTC 2014
>Closed-Date:    Sun Jan 19 08:40:40 UTC 2014
>Last-Modified:  Sun Jan 19 08:40:40 UTC 2014
>Originator:     Vivek Khera
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD projects.int.kcilink.com 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243864: Tue Dec 4 12:09:48 EST 2012 khera@yertle.int.kcilink.com:/usr/obj/u/yertle1/sources/usr9/src/sys/KCI64 amd64


	
>Description:
	

upgrade www/mod_authnz_crowd to newest version 2.2.2

>How-To-Repeat:
	
>Fix:

	


diff -Nru mod_authnz_crowd.old/Makefile mod_authnz_crowd/Makefile
--- mod_authnz_crowd.old/Makefile	2013-12-30 15:55:18.000000000 -0500
+++ mod_authnz_crowd/Makefile	2014-01-14 11:10:19.417288356 -0500
@@ -2,7 +2,7 @@
 # $FreeBSD: www/mod_authnz_crowd/Makefile 338168 2013-12-30 20:55:18Z ohauer $
 
 PORTNAME=	mod_authnz_crowd
-PORTVERSION=	2.0.2
+PORTVERSION=	2.2.2
 CATEGORIES=	www
 MASTER_SITES=	http://downloads.atlassian.com/software/crowd/downloads/cwdapache/
 DIST_SUBDIR=	apache2
diff -Nru mod_authnz_crowd.old/distinfo mod_authnz_crowd/distinfo
--- mod_authnz_crowd.old/distinfo	2013-08-18 17:15:26.000000000 -0400
+++ mod_authnz_crowd/distinfo	2014-01-14 11:10:34.382287142 -0500
@@ -1,2 +1,2 @@
-SHA256 (apache2/mod_authnz_crowd-2.0.2.tar.gz) = 941edf2aea51528ef85c4f9897561f36178e8143ba717309c133134ec05299ac
-SIZE (apache2/mod_authnz_crowd-2.0.2.tar.gz) = 25398
+SHA256 (apache2/mod_authnz_crowd-2.2.2.tar.gz) = 7399dd6b266d7e9186e492015f4f8faf7581d3b057288648347d0c79bebdf046
+SIZE (apache2/mod_authnz_crowd-2.2.2.tar.gz) = 30782
diff -Nru mod_authnz_crowd.old/files/patch-src__Makefile.am mod_authnz_crowd/files/patch-src__Makefile.am
--- mod_authnz_crowd.old/files/patch-src__Makefile.am	2013-08-18 17:15:26.000000000 -0400
+++ mod_authnz_crowd/files/patch-src__Makefile.am	2014-01-14 11:21:44.198288022 -0500
@@ -1,5 +1,5 @@
---- ./src/Makefile.am.orig	2011-03-29 07:51:32.000000000 +0200
-+++ ./src/Makefile.am	2013-08-18 22:37:41.000000000 +0200
+--- src/Makefile.am-dist	2013-09-25 02:41:53.000000000 -0400
++++ src/Makefile.am	2014-01-14 11:20:54.178664699 -0500
 @@ -3,9 +3,9 @@
  lib_LTLIBRARIES = mod_authnz_crowd.la
  mod_authnz_crowd_la_SOURCES = mod_authnz_crowd.c mod_authnz_crowd.h crowd_client.c crowd_client.h cache.c cache.h util.c util.h
@@ -7,8 +7,8 @@
 -AM_CFLAGS = `apr-1-config --cflags`
 +AM_CFLAGS = `apr-1-config --cflags | sed -e 's/O[[:digit:]]/O1/'`
  AM_CPPFLAGS = -I@APACHE_INCLUDE_DIR@ `apr-1-config --cppflags --includes` `xml2-config --cflags`
--CFLAGS=-g -O1   # -O2 causes mysterious crashes
-+#CFLAGS=-g -O1   # -O2 causes mysterious crashes
+-CFLAGS=-g -Wmissing-prototypes -O1   # -O2 causes mysterious crashes
++#CFLAGS=-g -Wmissing-prototypes -O1   # -O2 causes mysterious crashes
  TESTS = test.py
  TESTS_ENVIRONMENT = APACHE_BIN_DIR=@APACHE_BIN_DIR@
  
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->apache 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Jan 14 16:40:19 UTC 2014 
Responsible-Changed-Why:  
apache@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185775 
Responsible-Changed-From-To: apache->ohauer 
Responsible-Changed-By: ohauer 
Responsible-Changed-When: Tue Jan 14 19:53:29 UTC 2014 
Responsible-Changed-Why:  
I'll take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185775 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185775: commit references a PR
Date: Tue, 14 Jan 2014 20:31:27 +0000 (UTC)

 Author: ohauer
 Date: Tue Jan 14 20:31:13 2014
 New Revision: 339715
 URL: http://svnweb.freebsd.org/changeset/ports/339715
 QAT: https://qat.redports.org/buildarchive/r339715/
 
 Log:
   - upgrade version 2.2.2
   
   PR:		ports/185775
   Submitted by:	Vivek Khera <vivek@khera.org> (maintainer)
 
 Modified:
   head/www/mod_authnz_crowd/Makefile
   head/www/mod_authnz_crowd/distinfo
   head/www/mod_authnz_crowd/files/patch-src__Makefile.am
 Directory Properties:
   head/www/mod_authnz_crowd/scripts/configure   (props changed)
 
 Modified: head/www/mod_authnz_crowd/Makefile
 ==============================================================================
 --- head/www/mod_authnz_crowd/Makefile	Tue Jan 14 20:28:49 2014	(r339714)
 +++ head/www/mod_authnz_crowd/Makefile	Tue Jan 14 20:31:13 2014	(r339715)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	mod_authnz_crowd
 -PORTVERSION=	2.0.2
 +PORTVERSION=	2.2.2
  CATEGORIES=	www
  MASTER_SITES=	http://downloads.atlassian.com/software/crowd/downloads/cwdapache/
  DIST_SUBDIR=	apache2
 
 Modified: head/www/mod_authnz_crowd/distinfo
 ==============================================================================
 --- head/www/mod_authnz_crowd/distinfo	Tue Jan 14 20:28:49 2014	(r339714)
 +++ head/www/mod_authnz_crowd/distinfo	Tue Jan 14 20:31:13 2014	(r339715)
 @@ -1,2 +1,2 @@
 -SHA256 (apache2/mod_authnz_crowd-2.0.2.tar.gz) = 941edf2aea51528ef85c4f9897561f36178e8143ba717309c133134ec05299ac
 -SIZE (apache2/mod_authnz_crowd-2.0.2.tar.gz) = 25398
 +SHA256 (apache2/mod_authnz_crowd-2.2.2.tar.gz) = 7399dd6b266d7e9186e492015f4f8faf7581d3b057288648347d0c79bebdf046
 +SIZE (apache2/mod_authnz_crowd-2.2.2.tar.gz) = 30782
 
 Modified: head/www/mod_authnz_crowd/files/patch-src__Makefile.am
 ==============================================================================
 --- head/www/mod_authnz_crowd/files/patch-src__Makefile.am	Tue Jan 14 20:28:49 2014	(r339714)
 +++ head/www/mod_authnz_crowd/files/patch-src__Makefile.am	Tue Jan 14 20:31:13 2014	(r339715)
 @@ -1,5 +1,5 @@
 ---- ./src/Makefile.am.orig	2011-03-29 07:51:32.000000000 +0200
 -+++ ./src/Makefile.am	2013-08-18 22:37:41.000000000 +0200
 +--- src/Makefile.am-dist	2013-09-25 02:41:53.000000000 -0400
 ++++ src/Makefile.am	2014-01-14 11:20:54.178664699 -0500
  @@ -3,9 +3,9 @@
   lib_LTLIBRARIES = mod_authnz_crowd.la
   mod_authnz_crowd_la_SOURCES = mod_authnz_crowd.c mod_authnz_crowd.h crowd_client.c crowd_client.h cache.c cache.h util.c util.h
 @@ -7,8 +7,8 @@
  -AM_CFLAGS = `apr-1-config --cflags`
  +AM_CFLAGS = `apr-1-config --cflags | sed -e 's/O[[:digit:]]/O1/'`
   AM_CPPFLAGS = -I@APACHE_INCLUDE_DIR@ `apr-1-config --cppflags --includes` `xml2-config --cflags`
 --CFLAGS=-g -O1   # -O2 causes mysterious crashes
 -+#CFLAGS=-g -O1   # -O2 causes mysterious crashes
 +-CFLAGS=-g -Wmissing-prototypes -O1   # -O2 causes mysterious crashes
 ++#CFLAGS=-g -Wmissing-prototypes -O1   # -O2 causes mysterious crashes
   TESTS = test.py
   TESTS_ENVIRONMENT = APACHE_BIN_DIR=@APACHE_BIN_DIR@
   
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: ohauer 
State-Changed-When: Sun Jan 19 08:39:47 UTC 2014 
State-Changed-Why:  
Close committed PR 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185775 
>Unformatted:
