Date: Tue, 14 Jan 2014 20:31:13 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339715 - in head/www/mod_authnz_crowd: . files scripts Message-ID: <201401142031.s0EKVD4B051368@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401142031.s0EKVD4B051368>