ports/182208: fix depends
Vasiliy P. Melnik
basil at vpm.net.ua
Wed Sep 18 16:20:00 UTC 2013
>Number: 182208
>Category: ports
>Synopsis: fix depends
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Sep 18 16:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Vasiliy P. Melnik
>Release: 9.0-RELEASE-p7
>Organization:
NA
>Environment:
FreeBSD cool.lk.kiev.ua 9.0-RELEASE-p7 FreeBSD 9.0-RELEASE-p7 #1 r253044: Sun Jul 14 21:33:17 EEST 2013 root at cool.lk.kiev.ua:/usr/obj/usr/src/sys/cool amd64
>Description:
fix depends
>How-To-Repeat:
>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:
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
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list