[91355] trunk/dports/devel/libiodbc/Portfile

snc at macports.org snc at macports.org
Fri Mar 30 12:02:52 PDT 2012


Revision: 91355
          https://trac.macports.org/changeset/91355
Author:   snc at macports.org
Date:     2012-03-30 12:02:51 -0700 (Fri, 30 Mar 2012)
Log Message:
-----------
libiodbc: update to 3.52.8, bootstrap for universal-capable builds

Modified Paths:
--------------
    trunk/dports/devel/libiodbc/Portfile

Modified: trunk/dports/devel/libiodbc/Portfile
===================================================================
--- trunk/dports/devel/libiodbc/Portfile	2012-03-30 17:01:29 UTC (rev 91354)
+++ trunk/dports/devel/libiodbc/Portfile	2012-03-30 19:02:51 UTC (rev 91355)
@@ -2,10 +2,13 @@
 # $Id $
 
 PortSystem          1.0
+PortGroup           github 1.0
 
+github.setup        openlink iODBC 3.52.8 v
+#override name (keep it lowercase)
 name                libiodbc
 conflicts           unixODBC
-version             3.52.7
+version             3.52.8
 categories          devel
 maintainers         snc openmaintainer
 license             BSD
@@ -14,13 +17,11 @@
                     an Open Source platform independent implementation of both the \
                     ODBC and X/Open specifications.
 platforms           darwin
-homepage            http://www.iodbc.org
-master_sites        http://www.iodbc.org/downloads/iODBC
-checksums           rmd160  7bdac0e18dd65debd41059ceb59b4653bed4774b \
-                    sha256  d7002cc7e566785f1203f6096dcb49b0aad02a9d9946a8eca5d663ac1a85c0c7
+depends_lib-append  port:libtool
 
-configure.args      --disable-gui --disable-gtktest
+fetch.type          git
 
-livecheck.type      regex
-livecheck.url       http://www.iodbc.org/dataspace/iodbc/wiki/iODBC/Downloads
-livecheck.regex     Stable \\(v(\\d+(\\.\\d+)+)\\)
+pre-configure {
+    system -W ${worksrcpath} "sh ./bootstrap.sh"
+}
+configure.args-append   --with-iodbc-inidir=${prefix}/etc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120330/7ef90e39/attachment.html>


More information about the macports-changes mailing list