mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- upgrade version 2.2.2
PR: ports/185775 Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
This commit is contained in:
parent
b0ce8cd00d
commit
5f75b3782f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339715
@ -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
|
||||
|
@ -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
|
||||
|
@ -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@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user