From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 14 21:00:27 2005 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 E612016A41C for ; Thu, 14 Jul 2005 21:00:27 +0000 (GMT) (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 7363F43D45 for ; Thu, 14 Jul 2005 21:00:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6EL0R9x067911 for ; Thu, 14 Jul 2005 21:00:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6EL0RNl067900; Thu, 14 Jul 2005 21:00:27 GMT (envelope-from gnats) Resent-Date: Thu, 14 Jul 2005 21:00:27 GMT Resent-Message-Id: <200507142100.j6EL0RNl067900@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, Vsevolod Stakhov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2B3516A41C for ; Thu, 14 Jul 2005 20:53:20 +0000 (GMT) (envelope-from vsevolod@highsecure.ru) Received: from waterwall.inec.ru (waterwall.inec.ru [213.148.3.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7251F43D45 for ; Thu, 14 Jul 2005 20:53:20 +0000 (GMT) (envelope-from vsevolod@highsecure.ru) Received: from waterwall.inec.ru (root@localhost) by waterwall.inec.ru (8.13.1/8.12.6) with SMTP id j6EKsZ73055189 for ; Fri, 15 Jul 2005 00:54:35 +0400 (MSD) Received: from core (postbox.inec.ru [213.148.3.226]) by waterwall.inec.ru (8.13.1/8.12.6) with ESMTP id j6EKsXtY055181 for ; Fri, 15 Jul 2005 00:54:33 +0400 (MSD) Received: from [213.219.249.64] (helo=spray.anyhost.ru) by core with esmtp (Exim 4.51 (FreeBSD)) id 1DtAhV-000Fnr-Rw for FreeBSD-gnats-submit@freebsd.org; Fri, 15 Jul 2005 00:52:57 +0400 Received: from cebka by spray.anyhost.ru with local (Exim 4.51 (FreeBSD)) id 1DtAho-000Koy-I7; Fri, 15 Jul 2005 00:53:16 +0400 Message-Id: Date: Fri, 15 Jul 2005 00:53:16 +0400 From: Vsevolod Stakhov Sender: Vsevolod Stakhov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: bsam@ipt.ru Subject: ports/83480: Update port: www/web2ldap to 0.15.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 21:00:28 -0000 >Number: 83480 >Category: ports >Synopsis: Update port: www/web2ldap to 0.15.12 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jul 14 21:00:26 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Vsevolod Stakhov >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: >Description: Update to 0.15.12 - ppolicy added, some bugs are fixed. Some minor changes. >How-To-Repeat: >Fix: --- web2ldap-0.15.12.patch begins here --- diff -ruN --exclude=CVS web2ldap.orig/Makefile web2ldap/Makefile --- web2ldap.orig/Makefile Fri Jul 15 00:39:22 2005 +++ web2ldap/Makefile Fri Jul 15 00:42:04 2005 @@ -6,7 +6,7 @@ # PORTNAME= web2ldap -PORTVERSION= 0.15.11 +PORTVERSION= 0.15.12 CATEGORIES= www MASTER_SITES= http://www.web2ldap.de/download/ \ http://www.tricknology.org/ports/ @@ -18,7 +18,6 @@ ${PYTHON_SITELIBDIR}/pyweblib/__init__.py:${PORTSDIR}/www/pyweblib \ ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support -NO_BUILD= yes USE_PYTHON= yes USE_REINPLACE= yes @@ -28,6 +27,9 @@ @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/etc/web2ldap/web2ldapcnf/standalone.py +do-build: + @(cd ${WRKSRC} && ${PYTHON_CMD} ./sbin/compile.py) + do-install: @${MKDIR} ${PREFIX}/${PORTNAME} @${RM} -f ${WRKSRC}/fcgi/web2ldap.py.orig @@ -36,7 +38,6 @@ @${RM} -f ${WRKSRC}/etc/web2ldap/web2ldapcnf/standalone.py.bak @${RM} -f ${WRKSRC}/sbin/compile.py.orig @${RM} -f ${WRKSRC}/sbin/web2ldap.py.orig - @(cd ${WRKSRC} && ${PYTHON_CMD} ./sbin/compile.py) @${CP} -r ${WRKSRC}/ ${PREFIX}/${PORTNAME} @if [ -w /var/log ]; then ${MKDIR} /var/log/web2ldap; fi diff -ruN --exclude=CVS web2ldap.orig/distinfo web2ldap/distinfo --- web2ldap.orig/distinfo Fri Jul 15 00:39:22 2005 +++ web2ldap/distinfo Fri Jul 15 00:42:15 2005 @@ -1,2 +1,2 @@ -MD5 (web2ldap-0.15.11.tar.gz) = 355f83ddb8aa6fc67b909e76c5f35ff9 -SIZE (web2ldap-0.15.11.tar.gz) = 234706 +MD5 (web2ldap-0.15.12.tar.gz) = baa7ae91e03a937552a2048cea46b7bb +SIZE (web2ldap-0.15.12.tar.gz) = 234960 diff -ruN --exclude=CVS web2ldap.orig/pkg-plist web2ldap/pkg-plist --- web2ldap.orig/pkg-plist Fri Jul 15 00:39:22 2005 +++ web2ldap/pkg-plist Fri Jul 15 00:45:06 2005 @@ -63,6 +63,8 @@ web2ldap/etc/web2ldap/web2ldapcnf/plugins/activedirectory.pyc web2ldap/etc/web2ldap/web2ldapcnf/plugins/__init__.pyc web2ldap/etc/web2ldap/web2ldapcnf/plugins/entrust.pyc +web2ldap/etc/web2ldap/web2ldapcnf/plugins/ppolicy.py +web2ldap/etc/web2ldap/web2ldapcnf/plugins/ppolicy.pyc web2ldap/etc/web2ldap/web2ldapcnf/standalone.py web2ldap/etc/web2ldap/web2ldapcnf/fastcgi.py web2ldap/etc/web2ldap/web2ldapcnf/hosts.py --- web2ldap-0.15.12.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: