Bug 182208 - 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: Mark Felder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-18 17:20 UTC by basil
Modified: 2013-11-03 00:20 UTC (History)
0 users

See Also:


Attachments
file.diff (689 bytes, patch)
2013-09-18 17:20 UTC, basil
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description basil 2013-09-18 17:20:00 UTC
fix depends

Fix: diff -ru /usr/ports/sysutils/ldap-account-manager/Makefile /root/ldap-account-manager/Makefile
--- /usr/ports/sysutils/ldap-account-manager/Makefile	2013-09-18 17:10:09.000000000 +0300
+++ /root/ldap-account-manager/Makefile	2013-09-18 19:06:27.482641926 +0300
@@ -2,6 +2,7 @@
 
 PORTNAME=	ldap-account-manager
 PORTVERSION=	4.3
+PORTREVISION=	1
 CATEGORIES=	sysutils www
 MASTER_SITES=	SF/${SHORTNAME}/LAM/${PORTVERSION}
 
@@ -17,7 +18,7 @@
 
 NO_BUILD=	yes
 USES=		gettext perl5
-USE_PHP=	gettext hash iconv ldap mcrypt pcre session simplexml spl xml json zip
+USE_PHP=	gettext hash iconv ldap mcrypt pcre session simplexml spl xml json zip openssl
 WANT_PHP_WEB=	yes
 DEFAULT_PHP_VER=	5
 

Patch attached with submission follows:
Comment 1 Mark Felder freebsd_committer freebsd_triage 2013-11-03 00:02:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->feld

I'll take it.
Comment 2 Mark Felder freebsd_committer freebsd_triage 2013-11-03 00:12:33 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-11-03 00:12:35 UTC
Author: feld
Date: Sun Nov  3 00:12:27 2013
New Revision: 332563
URL: http://svnweb.freebsd.org/changeset/ports/332563

Log:
  Add php openssl module as another dependency
  
  PR:		ports/182208
  Approved by:	swills (mentor, implicit)

Modified:
  head/sysutils/ldap-account-manager/Makefile

Modified: head/sysutils/ldap-account-manager/Makefile
==============================================================================
--- head/sysutils/ldap-account-manager/Makefile	Sun Nov  3 00:00:09 2013	(r332562)
+++ head/sysutils/ldap-account-manager/Makefile	Sun Nov  3 00:12:27 2013	(r332563)
@@ -2,6 +2,7 @@
 
 PORTNAME=	ldap-account-manager
 PORTVERSION=	4.3
+PORTREVISION=	1
 CATEGORIES=	sysutils www
 MASTER_SITES=	SF/${SHORTNAME}/LAM/${PORTVERSION}
 
@@ -17,7 +18,7 @@ RUN_DEPENDS=	p5-Quota>=0:${PORTSDIR}/sys
 
 NO_BUILD=	yes
 USES=		gettext perl5
-USE_PHP=	gettext hash iconv ldap mcrypt pcre session simplexml spl xml json zip
+USE_PHP=	gettext hash iconv ldap mcrypt pcre session simplexml spl xml json zip openssl
 WANT_PHP_WEB=	yes
 DEFAULT_PHP_VER=	5
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"