diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /security/shibboleth2-sp | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) |
Notes
Diffstat (limited to 'security/shibboleth2-sp')
-rw-r--r-- | security/shibboleth2-sp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/shibboleth2-sp/Makefile b/security/shibboleth2-sp/Makefile index 1ead5859fc14..2360257cb236 100644 --- a/security/shibboleth2-sp/Makefile +++ b/security/shibboleth2-sp/Makefile @@ -7,6 +7,7 @@ PORTNAME= shibboleth-sp PORTVERSION= 2.3.1 +PORTREVISION= 1 CATEGORIES= security www MASTER_SITES= http://shibboleth.internet2.edu/downloads/shibboleth/cppsp/${PORTVERSION}/ @@ -22,7 +23,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_RC_SUBR= shibboleth-sp -USE_AUTOTOOLS= autoconf:262 automake:110:env libtool:22:env +USE_AUTOTOOLS= autoconf:267 automake:110:env libtool:22:env WRKSRC= ${WRKDIR}/shibboleth-${PORTVERSION} LATEST_LINK= shibboleth2-sp |