diff options
author | clement <clement@FreeBSD.org> | 2005-08-01 09:28:29 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-08-01 09:28:29 +0000 |
commit | f61249c7c5934f7eafac2435c09b21d20316aea5 (patch) | |
tree | 32127392a8e08c39551798fcfb344e4171db9063 /www/mod_auth_kerb2 | |
parent | 95c1021cdcfe53f02a65e8819edb4e1555e9dd12 (diff) | |
download | FreeBSD-ports-f61249c7c5934f7eafac2435c09b21d20316aea5.zip FreeBSD-ports-f61249c7c5934f7eafac2435c09b21d20316aea5.tar.gz |
- Update to 5.0r6
Submitted by: wollman
PR: ports/83111
Diffstat (limited to 'www/mod_auth_kerb2')
-rw-r--r-- | www/mod_auth_kerb2/Makefile | 29 | ||||
-rw-r--r-- | www/mod_auth_kerb2/distinfo | 4 |
2 files changed, 10 insertions, 23 deletions
diff --git a/www/mod_auth_kerb2/Makefile b/www/mod_auth_kerb2/Makefile index 18b0575..909f016 100644 --- a/www/mod_auth_kerb2/Makefile +++ b/www/mod_auth_kerb2/Makefile @@ -8,12 +8,11 @@ # Shamelessly stolen from will's mod_auth_any port. PORTNAME= mod_auth_kerb -PORTVERSION= 4.11 -PORTREVISION= 1 +PORTVERSION= 5.0.r6 +DISTNAME= mod_auth_kerb-5.0-rc6 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=modauthkerb - MAINTAINER= apache@FreeBSD.org COMMENT= An Apache module for authenticating users with Kerberos v5 @@ -26,25 +25,13 @@ COMMENT= An Apache module for authenticating users with Kerberos v5 LIB_DEPENDS= krb5.3:${PORTSDIR}/security/krb5 USE_APACHE= yes -WRKSRC= ${WRKDIR}/src/modules/kerberos KRB5_HOME?= ${LOCALBASE} -USE_REINPLACE= yes - -post-patch: - @${REINPLACE_CMD} '379N;s/\n/ /' ${WRKSRC}/mod_auth_kerb.c - -do-build: - cd ${WRKSRC} && \ - ${APXS} -I${KRB5_HOME}/include \ - -DKRB5 -DKRB5_VERIFY_TICKET -DKRB5_SAVE_CREDENTIALS \ - -DKRB5_DEFAULT_KEYTAB=\"\\\"FILE:${LOCALBASE}/etc/apache/keytab\\\"\" \ - -Dkerb_auth_module=auth_kerb_module \ - -c ${PORTNAME}.c \ - -L${KRB5_HOME}/lib -Wl,-rpath -Wl,${KRB5_HOME}/lib \ - -lkrb5 -lk5crypto -lcom_err - -do-install: - ${APXS} -i -A -n ${PORTNAME:S/mod_//g} ${WRKSRC}/${PORTNAME}.so + +# Don't fsck with CFLAGS +CFLAGS:= + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--with-krb5=${KRB5_HOME} --without-krb4 .include <bsd.port.mk> diff --git a/www/mod_auth_kerb2/distinfo b/www/mod_auth_kerb2/distinfo index cbd10cb..ea1597f 100644 --- a/www/mod_auth_kerb2/distinfo +++ b/www/mod_auth_kerb2/distinfo @@ -1,2 +1,2 @@ -MD5 (mod_auth_kerb-4.11.tar.gz) = 2f2c8a52117bfa6248a2c688efb52621 -SIZE (mod_auth_kerb-4.11.tar.gz) = 14053 +MD5 (mod_auth_kerb-5.0-rc6.tar.gz) = 274edfb950af20ce6ef0ddcb7c20263a +SIZE (mod_auth_kerb-5.0-rc6.tar.gz) = 68761 |