From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 14 21:30:01 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9E361065675 for ; Sat, 14 Mar 2009 21:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 967A78FC1A for ; Sat, 14 Mar 2009 21:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n2ELU1qL044646 for ; Sat, 14 Mar 2009 21:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n2ELU1gn044645; Sat, 14 Mar 2009 21:30:01 GMT (envelope-from gnats) Resent-Date: Sat, 14 Mar 2009 21:30:01 GMT Resent-Message-Id: <200903142130.n2ELU1gn044645@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Vasiliy P. Melnik" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10D661065674 for ; Sat, 14 Mar 2009 21:28:21 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 009778FC17 for ; Sat, 14 Mar 2009 21:28:21 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n2ELSKrK087777 for ; Sat, 14 Mar 2009 21:28:20 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n2ELSKbQ087776; Sat, 14 Mar 2009 21:28:20 GMT (envelope-from nobody) Message-Id: <200903142128.n2ELSKbQ087776@www.freebsd.org> Date: Sat, 14 Mar 2009 21:28:20 GMT From: "Vasiliy P. Melnik" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/132639: - fix depends X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Mar 2009 21:30:01 -0000 >Number: 132639 >Category: misc >Synopsis: - fix depends >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 14 21:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Vasiliy P. Melnik >Release: 7.1-RELEASE-p3 >Organization: NA >Environment: FreeBSD monkey.lan 7.1-RELEASE-p3 FreeBSD 7.1-RELEASE-p3 #0: Tue Feb 17 12:04:59 EET 2009 root@monkey.lan:/usr/obj/usr/src/sys/monkey i386 >Description: added php5-pcre depend >How-To-Repeat: >Fix: ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/sysutils/ldap-account-manager/Makefile /root/ldap-account-manager/Makefile --- /usr/ports/sysutils/ldap-account-manager/Makefile 2009-03-14 23:18:48.000000000 +0200 +++ /root/ldap-account-manager/Makefile 2009-03-14 23:23:04.000000000 +0200 @@ -7,7 +7,7 @@ PORTNAME= ldap-account-manager PORTVERSION= 2.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils www MASTER_SITES= SF/${PNAME} DISTNAME= ${PORTNAME:L}-${PORTVERSION} @@ -21,7 +21,7 @@ NO_BUILD= yes USE_GETTEXT= yes USE_PERL5= yes -USE_PHP= xml gettext session mcrypt ldap hash iconv +USE_PHP= gettext hash iconv ldap mcrypt pcre session xml WANT_PHP_WEB= yes DEFAULT_PHP_VER= 5 ===> Done Patch attached with submission follows: ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/sysutils/ldap-account-manager/Makefile /root/ldap-account-manager/Makefile --- /usr/ports/sysutils/ldap-account-manager/Makefile 2009-03-14 23:18:48.000000000 +0200 +++ /root/ldap-account-manager/Makefile 2009-03-14 23:23:04.000000000 +0200 @@ -7,7 +7,7 @@ PORTNAME= ldap-account-manager PORTVERSION= 2.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils www MASTER_SITES= SF/${PNAME} DISTNAME= ${PORTNAME:L}-${PORTVERSION} @@ -21,7 +21,7 @@ NO_BUILD= yes USE_GETTEXT= yes USE_PERL5= yes -USE_PHP= xml gettext session mcrypt ldap hash iconv +USE_PHP= gettext hash iconv ldap mcrypt pcre session xml WANT_PHP_WEB= yes DEFAULT_PHP_VER= 5 ===> Done >Release-Note: >Audit-Trail: >Unformatted: