diff options
Diffstat (limited to 'security/shibboleth-idp/Makefile')
-rw-r--r-- | security/shibboleth-idp/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/security/shibboleth-idp/Makefile b/security/shibboleth-idp/Makefile index f2ac1111ad69..8545da958e35 100644 --- a/security/shibboleth-idp/Makefile +++ b/security/shibboleth-idp/Makefile @@ -1,5 +1,5 @@ PORTNAME= shibboleth -PORTVERSION= 5.1.4 +PORTVERSION= 5.1.6 CATEGORIES= security www MASTER_SITES= http://shibboleth.net/downloads/identity-provider/${PORTVERSION}/ \ http://shibboleth.net/downloads/identity-provider/latest5/${PORTVERSION}/ \ @@ -30,7 +30,10 @@ NO_ARCH= yes NO_BUILD= yes LOGBACKVER= 1.5.6 -SHIBVER= 9.1.4 +SHIBVER= 9.1.6 +SPRINGVER1= 6.2.10 +SPRINGVER2= 3.0.1 +MMVER= 1.14.10 SHIBUSER= shibd SHIBGROUP= shibd LOGDIR= /var/log/${PORTNAME} @@ -44,7 +47,9 @@ SUB_LIST+= SHIBUSER=${SHIBUSER} SHIBGROUP=${SHIBGROUP} \ RUNDIR=${RUNDIR} LOGDIR=${LOGDIR} PLIST_SUB+= SHIBUSER=${SHIBUSER} SHIBGROUP=${SHIBGROUP} \ RUNDIR=${RUNDIR} LOGDIR=${LOGDIR} SHIBVER=${SHIBVER} \ - LOGBACKVER=${LOGBACKVER} PORTVERSION=${PORTVERSION} + SPRINGVER1=${SPRINGVER1} SPRINGVER2=${SPRINGVER2} \ + MMVER=${MMVER} LOGBACKVER=${LOGBACKVER} \ + PORTVERSION=${PORTVERSION} do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${STAGEDIR}${ETCDIR} |