[103868] trunk/dports/ruby/rb-ldap/Portfile

kimuraw at macports.org kimuraw at macports.org
Fri Mar 8 23:23:17 PST 2013


Revision: 103868
          https://trac.macports.org/changeset/103868
Author:   kimuraw at macports.org
Date:     2013-03-08 23:23:17 -0800 (Fri, 08 Mar 2013)
Log Message:
-----------
ruby/rb-ldap: fix build error. add missing depends_lib.

Modified Paths:
--------------
    trunk/dports/ruby/rb-ldap/Portfile

Modified: trunk/dports/ruby/rb-ldap/Portfile
===================================================================
--- trunk/dports/ruby/rb-ldap/Portfile	2013-03-09 06:10:41 UTC (rev 103867)
+++ trunk/dports/ruby/rb-ldap/Portfile	2013-03-09 07:23:17 UTC (rev 103868)
@@ -5,6 +5,7 @@
 PortGroup           ruby 1.0
 
 ruby.setup          {ldap ruby-ldap} 0.9.8 extconf.rb {README example test} sourceforge
+revision            1
 maintainers         nomaintainer
 description         An extension library for accessing the LDAP API.
 long_description    This module provides the interface to LDAP libraries such as Netscape \
@@ -17,3 +18,7 @@
 categories-append   databases
 license             BSD
 platforms           darwin
+depends_lib         port:openldap
+# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521980
+patchfiles          patch-conn.c.diff patch-ldap.c.diff
+configure.args-append --with-ldap-dir=${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130308/998bc67a/attachment.html>


More information about the macports-changes mailing list