Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 2014 14:27:12 +0000 (UTC)
From:      Palle Girgensohn <girgen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360018 - head/security/shibboleth2-sp
Message-ID:  <201407011427.s61ERC8O006345@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: girgen
Date: Tue Jul  1 14:27:12 2014
New Revision: 360018
URL: http://svnweb.freebsd.org/changeset/ports/360018
QAT: https://qat.redports.org/buildarchive/r360018/

Log:
  into the fire... last commit didnt't really help, it has to be part of SUB_LIST as well

Modified:
  head/security/shibboleth2-sp/Makefile

Modified: head/security/shibboleth2-sp/Makefile
==============================================================================
--- head/security/shibboleth2-sp/Makefile	Tue Jul  1 14:24:47 2014	(r360017)
+++ head/security/shibboleth2-sp/Makefile	Tue Jul  1 14:27:12 2014	(r360018)
@@ -3,7 +3,7 @@
 
 PORTNAME=	shibboleth-sp
 PORTVERSION=	2.5.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security www
 MASTER_SITES=	http://shibboleth.net/downloads/service-provider/${PORTVERSION}/
 
@@ -39,7 +39,7 @@ PLIST_SUB+=	WITH_APACHE_22="@comment "
 PLIST_SUB+=	WITH_APACHE_24=""
 .endif
 
-SUB_LIST+=	SH=${SH}
+SUB_LIST+=	SH=${SH} WWWGRP=${WWWGRP}
 PLIST_SUB+=	WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
 
 SUB_LIST+=	SHIBD_USER=${USERS}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407011427.s61ERC8O006345>