update www/mod_auth_kerb to version 5.1
Ryan T. Dean
rtdean at cytherianage.net
Thu Oct 26 22:39:47 UTC 2006
>Submitter-Id: current-users
>Originator: Ryan T. Dean
>Confidential: no
>Synopsis: update www/mod_auth_kerb to version 5.1
>Severity: non-critical
>Priority: medium
>Category: ports
>Class: update
>Release: FreeBSD 6.2-PRERELEASE i386
>Environment:
System: FreeBSD devel.nmc.above.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Fri Sep 29 22:18:37 EDT 2006 root at cake.nmc.above.net:/usr/obj/usr/src/sys/SMP i386
>Description:
The modauthkerb (http://modauthkerb.sourceforge.net/) developer has released version 5.1. This update would bring www/mod_auth_kerb up to date with respect to this
release. Additionally, 5.1 supports both apache 1.3 and 2.x.
>How-To-Repeat:
>Fix:
The file www/mod_auth_kerb/files/patch-src__mod_auth_kerb.c should be removed. The following patch updates the rest of the port:
Index: www/mod_auth_kerb/Makefile
===================================================================
RCS file: /import/ncvs/ports/www/mod_auth_kerb/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- www/mod_auth_kerb/Makefile 20 Jan 2006 00:14:56 -0000 1.15
+++ www/mod_auth_kerb/Makefile 26 Oct 2006 22:25:09 -0000
@@ -8,12 +8,10 @@
# Shamelessly stolen from will's mod_auth_any port.
PORTNAME= mod_auth_kerb
-PORTVERSION= 5.0.r6
-PORTREVISION= 1
+PORTVERSION= 5.1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=modauthkerb
-DISTNAME= mod_auth_kerb-5.0-rc6
MAINTAINER= apache at FreeBSD.org
COMMENT= An Apache module for authenticating users with Kerberos v5
@@ -24,7 +22,8 @@
# (i.e., HTTP over SSL/TLS). Thus, we require as a dependency
# a version of Apache which can do this.
#
-USE_APACHE= 13
+USE_APACHE= 1.3+
+USE_GMAKE= yes
# Don't fsck with CFLAGS
CFLAGS:=
GNU_CONFIGURE= yes
Index: www/mod_auth_kerb/distinfo
===================================================================
RCS file: /import/ncvs/ports/www/mod_auth_kerb/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- www/mod_auth_kerb/distinfo 4 Dec 2005 20:53:01 -0000 1.5
+++ www/mod_auth_kerb/distinfo 26 Oct 2006 22:24:53 -0000
@@ -1,3 +1,3 @@
-MD5 (mod_auth_kerb-5.0-rc6.tar.gz) = 274edfb950af20ce6ef0ddcb7c20263a
-SHA256 (mod_auth_kerb-5.0-rc6.tar.gz) = ae33ab3ae5b419819725091d154add1a1d1a5d6d97e31e9f327f71a0b6370d3e
-SIZE (mod_auth_kerb-5.0-rc6.tar.gz) = 68761
+MD5 (mod_auth_kerb-5.1.tar.gz) = b6a0c44b572c6e67ea7191999844aff6
+SHA256 (mod_auth_kerb-5.1.tar.gz) = 0415ea2bf506dfe7ac35b77fe49f6c5ca76f432e55e32904432c4150cc63faf5
+SIZE (mod_auth_kerb-5.1.tar.gz) = 73731
Index: www/mod_auth_kerb/pkg-plist
===================================================================
RCS file: /import/ncvs/ports/www/mod_auth_kerb/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- www/mod_auth_kerb/pkg-plist 14 Oct 2005 22:55:59 -0000 1.2
+++ www/mod_auth_kerb/pkg-plist 26 Oct 2006 22:38:00 -0000
@@ -1,3 +1,5 @@
%%APMODDIR%%/mod_auth_kerb.so
+%%APMODDIR%%/mod_auth_kerb.la
+%%APMODDIR%%/mod_auth_kerb.a
@exec %D/sbin/apxs -e -A -n auth_kerb %D/%F
@unexec %D/sbin/apxs -e -A -n auth_kerb %D/%F
More information about the freebsd-apache
mailing list