Index: Makefile
===================================================================
RCS file: /cvs/ports/www/mod_auth_kerb/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	2005/11/04 09:31:25	1.3
+++ Makefile	2006/05/03 15:01:03
@@ -4,9 +4,9 @@
 
 COMMENT=	"Apache Kerberos authentication module"
 
-VERSION=	5.0-rc6
+VERSION=	5.0rc7
 DISTNAME=	mod_auth_kerb-${VERSION}
-PKGNAME=	mod_auth_kerb-${VERSION:S/-//}p1
+PKGNAME=	mod_auth_kerb-${VERSION:S/-//}
 CATEGORIES=	www
 
 HOMEPAGE=	http://modauthkerb.sourceforge.net/
@@ -23,7 +23,7 @@
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=modauthkerb/}
 
 NO_REGRESS=	Yes
-
+USE_GMAKE=	Yes
 CONFIGURE_STYLE=gnu
 CONFIGURE_ENV=	KRB5_CPPFLAGS="-I/usr/include/kerberosV" \
 		KRB5_LDFLAGS="-lkrb5 -lgssapi -lssl -lcrypto"
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/mod_auth_kerb/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo	2005/11/03 16:23:13	1.1.1.1
+++ distinfo	2006/05/03 15:01:03
@@ -1,4 +1,4 @@
-MD5 (mod_auth_kerb-5.0-rc6.tar.gz) = 274edfb950af20ce6ef0ddcb7c20263a
-RMD160 (mod_auth_kerb-5.0-rc6.tar.gz) = a9a277c532e7f72b3a649346e88db7aea1889036
-SHA1 (mod_auth_kerb-5.0-rc6.tar.gz) = b1700b4eca2d50691977849750f5e614c7caa80d
-SIZE (mod_auth_kerb-5.0-rc6.tar.gz) = 68761
+MD5 (mod_auth_kerb-5.0rc7.tar.gz) = 139b63c98333682e611515b225b5222d
+RMD160 (mod_auth_kerb-5.0rc7.tar.gz) = f336f1c9c4b67a88fd162395ec1299f73c5e89c4
+SHA1 (mod_auth_kerb-5.0rc7.tar.gz) = 5a3e699b86c0f08b09fe44aa2747bfd8a67f5b87
+SIZE (mod_auth_kerb-5.0rc7.tar.gz) = 72272
Index: files/README
===================================================================
RCS file: /cvs/ports/www/mod_auth_kerb/files/README,v
retrieving revision 1.2
diff -u -r1.2 README
--- files/README	2005/11/04 09:31:25	1.2
+++ files/README	2006/05/03 15:01:03
@@ -32,7 +32,17 @@
 way to do this:
 
 	ktutil -k /var/www/conf/httpd.keytab add -V 1 -e des-cbc-crc \
-		-w PASSWORD -p http/host.domain.tld@REALM.TLD
+		-w PASSWORD -p http/host.domain.tld@YOUR.REALM
+
+Depending on your ID management system, you may be able to simply "get" a
+principal, though you will needed the appropriate kdc privileges to do so:
+
+	 ktutil -k /var/www/conf/httpd.keytab get \
+		http/host.domain.tld@YOUR.REALM
+
+Once you have created the keytab with the web server's principal, you should
+restrict permissions on the keytab:
+
 	chown root:www /var/www/conf/httpd.keytab
 	chmod 0440 /var/www/conf/httpd.keytab
 
