svn commit: r360018 - head/security/shibboleth2-sp
Palle Girgensohn
girgen at FreeBSD.org
Tue Jul 1 14:27:12 UTC 2014
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}
More information about the svn-ports-head
mailing list