View | Details | Raw Unified | Return to bug 104842
Collapse All | Expand All

(-)www/mod_auth_kerb/Makefile (-4 / +3 lines)
Lines 8-19 Link Here
8
# Shamelessly stolen from will's mod_auth_any port.
8
# Shamelessly stolen from will's mod_auth_any port.
9
9
10
PORTNAME=	mod_auth_kerb
10
PORTNAME=	mod_auth_kerb
11
PORTVERSION=	5.0.r6
11
PORTVERSION=	5.1
12
PORTREVISION=	1
13
CATEGORIES=	www
12
CATEGORIES=	www
14
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
15
MASTER_SITE_SUBDIR=modauthkerb
14
MASTER_SITE_SUBDIR=modauthkerb
16
DISTNAME=	mod_auth_kerb-5.0-rc6
17
15
18
MAINTAINER=	apache@FreeBSD.org
16
MAINTAINER=	apache@FreeBSD.org
19
COMMENT=	An Apache module for authenticating users with Kerberos v5
17
COMMENT=	An Apache module for authenticating users with Kerberos v5
Lines 24-30 Link Here
24
# (i.e., HTTP over SSL/TLS).  Thus, we require as a dependency
22
# (i.e., HTTP over SSL/TLS).  Thus, we require as a dependency
25
# a version of Apache which can do this.
23
# a version of Apache which can do this.
26
#
24
#
27
USE_APACHE=	13
25
USE_APACHE=	1.3+
26
USE_GMAKE=	yes
28
# Don't fsck with CFLAGS
27
# Don't fsck with CFLAGS
29
CFLAGS:=
28
CFLAGS:=
30
GNU_CONFIGURE=	yes
29
GNU_CONFIGURE=	yes
(-)www/mod_auth_kerb/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (mod_auth_kerb-5.0-rc6.tar.gz) = 274edfb950af20ce6ef0ddcb7c20263a
1
MD5 (mod_auth_kerb-5.1.tar.gz) = b6a0c44b572c6e67ea7191999844aff6
2
SHA256 (mod_auth_kerb-5.0-rc6.tar.gz) = ae33ab3ae5b419819725091d154add1a1d1a5d6d97e31e9f327f71a0b6370d3e
2
SHA256 (mod_auth_kerb-5.1.tar.gz) = 0415ea2bf506dfe7ac35b77fe49f6c5ca76f432e55e32904432c4150cc63faf5
3
SIZE (mod_auth_kerb-5.0-rc6.tar.gz) = 68761
3
SIZE (mod_auth_kerb-5.1.tar.gz) = 73731
(-)www/mod_auth_kerb/pkg-plist (+2 lines)
Lines 1-3 Link Here
1
%%APMODDIR%%/mod_auth_kerb.so
1
%%APMODDIR%%/mod_auth_kerb.so
2
%%APMODDIR%%/mod_auth_kerb.la
3
%%APMODDIR%%/mod_auth_kerb.a
2
@exec %D/sbin/apxs -e -A -n auth_kerb %D/%F
4
@exec %D/sbin/apxs -e -A -n auth_kerb %D/%F
3
@unexec %D/sbin/apxs -e -A -n auth_kerb %D/%F
5
@unexec %D/sbin/apxs -e -A -n auth_kerb %D/%F

Return to bug 104842