From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 26 22:40:36 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A6EE16A407 for ; Thu, 26 Oct 2006 22:40:36 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA67743D79 for ; Thu, 26 Oct 2006 22:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9QMeKnj030536 for ; Thu, 26 Oct 2006 22:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9QMeKRt030535; Thu, 26 Oct 2006 22:40:20 GMT (envelope-from gnats) Resent-Date: Thu, 26 Oct 2006 22:40:20 GMT Resent-Message-Id: <200610262240.k9QMeKRt030535@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Ryan T. Dean" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 603E916A412; Thu, 26 Oct 2006 22:39:47 +0000 (UTC) (envelope-from rdean@devel.nmc.above.net) Received: from devel.nmc.above.net (devel.nmc.above.net [64.124.245.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7164D43D7D; Thu, 26 Oct 2006 22:39:33 +0000 (GMT) (envelope-from rdean@devel.nmc.above.net) Received: from devel.nmc.above.net (localhost [127.0.0.1]) by devel.nmc.above.net (8.13.8/8.13.8) with ESMTP id k9QMdVaQ082590; Thu, 26 Oct 2006 18:39:32 -0400 (EDT) (envelope-from rdean@devel.nmc.above.net) Received: (from rdean@localhost) by devel.nmc.above.net (8.13.8/8.13.8/Submit) id k9QMdTSY082589; Thu, 26 Oct 2006 18:39:29 -0400 (EDT) (envelope-from rdean) Message-Id: <200610262239.k9QMdTSY082589@devel.nmc.above.net> Date: Thu, 26 Oct 2006 18:39:29 -0400 (EDT) From: "Ryan T. Dean" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: apache@FreeBSD.org Subject: ports/104842: update www/mod_auth_kerb to version 5.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Ryan T. Dean" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Oct 2006 22:40:36 -0000 >Number: 104842 >Category: ports >Synopsis: update www/mod_auth_kerb to version 5.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Oct 26 22:40:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Ryan T. Dean >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: >Environment: System: FreeBSD devel.nmc.above.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Fri Sep 29 22:18:37 EDT 2006 root@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@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 >Release-Note: >Audit-Trail: >Unformatted: