Bug 142756 - fix depends
Summary: 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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-12 20:50 UTC by basil
Modified: 2010-01-13 09:35 UTC (History)
0 users

See Also:


Attachments
file.txt (772 bytes, text/plain)
2010-01-12 20:50 UTC, basil
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description basil 2010-01-12 20:50:04 UTC
- fix depends

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	2010-01-12 22:36:40.000000000 +0200
+++ /root/ldap-account-manager/Makefile	2010-01-12 22:46:04.000000000 +0200
@@ -7,6 +7,7 @@
 
 PORTNAME=	ldap-account-manager
 PORTVERSION=	2.9.0
+PORTREVISION=	1
 CATEGORIES=	sysutils www
 MASTER_SITES=	SF/${PNAME}/LAM/${PORTVERSION}
 DISTNAME=	${PORTNAME:L}-${PORTVERSION}
@@ -20,7 +21,7 @@
 NO_BUILD=	yes
 USE_GETTEXT=	yes
 USE_PERL5=	yes
-USE_PHP=	gettext hash iconv ldap mcrypt pcre session xml
+USE_PHP=	gettext hash iconv ldap mcrypt pcre session simplexml spl xml
 WANT_PHP_WEB=	yes
 DEFAULT_PHP_VER=	5
 
===> Done

Patch attached with submission follows:
Comment 1 Wen Heping freebsd_committer freebsd_triage 2010-01-13 00:24:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-13 09:14:30 UTC
wen         2010-01-13 09:14:20 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/ldap-account-manager Makefile 
  Log:
  - Fix depends
  
  PR:             ports/142756
  Submitted by:   "Vasiliy P. Melnik" <basil@vpm.net.ua> (maintainer)
  
  Revision  Changes    Path
  1.44      +2 -1      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 3 Wen Heping freebsd_committer freebsd_triage 2010-01-13 09:35:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!