Bug 129551 - sysutils/ldap-account-manager: fix php-depends extentions
Summary: sysutils/ldap-account-manager: fix php-depends extentions
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-10 17:30 UTC by basil
Modified: 2008-12-12 00:00 UTC (History)
0 users

See Also:


Attachments
file.txt (816 bytes, text/plain)
2008-12-10 17: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 2008-12-10 17:30:01 UTC
- removed depend for php-pcre. Now php-pcre include in base php distribution
- aded checking required php version
- removed depend for php-mhash. MHash dependendy replaced by Hash

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	2008-11-01 23:58:04.000000000 +0200
+++ /root/ldap-account-manager/Makefile	2008-12-10 19:25:06.000000000 +0200
@@ -7,7 +7,7 @@
 
 PORTNAME=	ldap-account-manager
 PORTVERSION=	2.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils www
 MASTER_SITES=	SF/${PNAME}
 DISTNAME=	${PORTNAME:L}-${PORTVERSION}
@@ -21,8 +21,9 @@
 NO_BUILD=	yes
 USE_GETTEXT=	yes
 USE_PERL5=	yes
-USE_PHP=	pcre xml gettext session mcrypt ldap mhash hash iconv
+USE_PHP=	xml gettext session mcrypt ldap hash iconv
 WANT_PHP_WEB=	yes
+DEFAULT_PHP_VER=5
 
 PNAME=		lam
 PORTDOCS=	docs COPYING HISTORY INSTALL README
===> Done

Patch attached with submission follows:
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2008-12-11 04:31:29 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

Ports PR.
Comment 2 Beech Rintoul freebsd_committer freebsd_triage 2008-12-11 20:52:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-12-11 23:59:25 UTC
beech       2008-12-11 23:59:17 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/ldap-account-manager Makefile 
  Log:
  - Fix php-depends
  
  PR:             ports/129551
  Submitted by:   "Vasiliy P. Melnik" <basil@vpm.net.ua> (maintainer)
  
  Revision  Changes    Path
  1.33      +3 -2      ports/sysutils/ldap-account-manager/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Beech Rintoul freebsd_committer freebsd_triage 2008-12-11 23:59:35 UTC
State Changed
From-To: open->closed

Committed, Thanks!