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:
Responsible Changed From-To: freebsd-ports-bugs->feld I'll take it.
State Changed From-To: open->closed Committed. Thanks!
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"