From owner-freebsd-apache@FreeBSD.ORG Thu Jun 29 18:01:45 2006 Return-Path: X-Original-To: apache@freebsd.org Delivered-To: freebsd-apache@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B3F316A403; Thu, 29 Jun 2006 18:01:45 +0000 (UTC) (envelope-from marcin@ghost.pnet.one.pl) Received: from ghost.pnet.one.pl (xdsl-10260.wroclaw.dialog.net.pl [84.40.242.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DE9343D55; Thu, 29 Jun 2006 18:01:42 +0000 (GMT) (envelope-from marcin@ghost.pnet.one.pl) Received: from ghost.pnet.one.pl (smmsp@localhost [127.0.0.1]) by ghost.pnet.one.pl (8.13.6/8.13.6) with ESMTP id k5TI1dKB049941; Thu, 29 Jun 2006 20:01:40 +0200 (CEST) (envelope-from marcin@ghost.pnet.one.pl) Received: (from root@localhost) by ghost.pnet.one.pl (8.13.6/8.13.6/Submit) id k5TI1dDb049940; Thu, 29 Jun 2006 20:01:39 +0200 (CEST) (envelope-from marcin) Date: Thu, 29 Jun 2006 20:01:39 +0200 (CEST) Message-Id: <200606291801.k5TI1dDb049940@ghost.pnet.one.pl> To: FreeBSD-gnats-submit@freebsd.org From: Marcin Wisnicki X-send-pr-version: 3.113 X-GNATS-Notify: Cc: apache@freebsd.org Subject: [PATCH] www/mod_auth_pam2: plist broken with apache21+ X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jun 2006 18:01:45 -0000 >Submitter-Id: current-users >Originator: Marcin Wisnicki >Organization: >Confidential: no >Synopsis: [PATCH] www/mod_auth_pam2: plist broken with apache21+ >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 6.1-STABLE i386 >Environment: System: FreeBSD ghost.pnet.one.pl 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat Jun 24 06:58:43 CEST 2006 >Description: * unbreak pkg-plist for apache 2.1+ * bump PORTREVISION to force reinstallation Port maintainer (apache@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- mod_auth_pam-1.1.1_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/mod_auth_pam2.orig/Makefile /usr/ports/www/mod_auth_pam2/Makefile --- /usr/ports/www/mod_auth_pam2.orig/Makefile Sun Dec 4 21:56:16 2005 +++ /usr/ports/www/mod_auth_pam2/Makefile Thu Jun 29 18:51:41 2006 @@ -7,7 +7,7 @@ PORTNAME= mod_auth_pam PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://pam.sourceforge.net/mod_auth_pam/dist/ DISTNAME= ${PORTNAME}-2.0-${PORTVERSION} diff -ruN --exclude=CVS /usr/ports/www/mod_auth_pam2.orig/pkg-plist /usr/ports/www/mod_auth_pam2/pkg-plist --- /usr/ports/www/mod_auth_pam2.orig/pkg-plist Tue Oct 7 12:34:59 2003 +++ /usr/ports/www/mod_auth_pam2/pkg-plist Thu Jun 29 18:38:06 2006 @@ -2,9 +2,9 @@ %%PORTDOCS%%%%DOCSDIR%%/faq.html %%PORTDOCS%%%%DOCSDIR%%/install.html %%PORTDOCS%%@dirrm %%DOCSDIR%% -libexec/apache2/mod_auth_pam.so +%%APACHEMODDIR%%/mod_auth_pam.so @exec %D/sbin/apxs -e -A -n auth_pam %D/%f -libexec/apache2/mod_auth_sys_group.so +%%APACHEMODDIR%%/mod_auth_sys_group.so @exec %D/sbin/apxs -e -A -n auth_sys_group %D/%f %%EXAMPLESDIR%%/pam-httpd.sample @dirrm %%EXAMPLESDIR%% --- mod_auth_pam-1.1.1_2.patch ends here ---