summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/mod_authnz_crowd/Makefile2
-rw-r--r--www/mod_authnz_crowd/distinfo4
-rw-r--r--www/mod_authnz_crowd/files/patch-src__Makefile.am8
3 files changed, 7 insertions, 7 deletions
diff --git a/www/mod_authnz_crowd/Makefile b/www/mod_authnz_crowd/Makefile
index b748f12aaf9b..c0c1d01f86b9 100644
--- a/www/mod_authnz_crowd/Makefile
+++ b/www/mod_authnz_crowd/Makefile
@@ -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
diff --git a/www/mod_authnz_crowd/distinfo b/www/mod_authnz_crowd/distinfo
index aa9660009a36..a687a9965a33 100644
--- a/www/mod_authnz_crowd/distinfo
+++ b/www/mod_authnz_crowd/distinfo
@@ -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 --git a/www/mod_authnz_crowd/files/patch-src__Makefile.am b/www/mod_authnz_crowd/files/patch-src__Makefile.am
index 54a29946bae0..57e2ed69728a 100644
--- a/www/mod_authnz_crowd/files/patch-src__Makefile.am
+++ b/www/mod_authnz_crowd/files/patch-src__Makefile.am
@@ -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@