Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Mar 2009 21:28:20 GMT
From:      "Vasiliy P. Melnik" <basil@vpm.net.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/132639: - fix depends
Message-ID:  <200903142128.n2ELSKbQ087776@www.freebsd.org>
Resent-Message-ID: <200903142130.n2ELU1gn044645@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903142128.n2ELSKbQ087776>