Bug 132640 - sysutils/ldap-account-manager - fix depends
Summary: sysutils/ldap-account-manager - fix depends
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-14 21:30 UTC by basil
Modified: 2009-03-15 03:49 UTC (History)
0 users

See Also:


Attachments
file.txt (751 bytes, text/plain)
2009-03-14 21:30 UTC, basil
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description basil 2009-03-14 21:30:01 UTC
added php5-pcre depend

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:
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2009-03-15 03:49:51 UTC
State Changed
From-To: open->closed

Committed. Thanks!