[134557] trunk/dports/databases/libdrizzle/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Mar 29 23:01:40 PDT 2015


Revision: 134557
          https://trac.macports.org/changeset/134557
Author:   ryandesign at macports.org
Date:     2015-03-29 23:01:40 -0700 (Sun, 29 Mar 2015)
Log Message:
-----------
libdrizzle: update to 5.1.4 (#37296); add modeline

Modified Paths:
--------------
    trunk/dports/databases/libdrizzle/Portfile

Modified: trunk/dports/databases/libdrizzle/Portfile
===================================================================
--- trunk/dports/databases/libdrizzle/Portfile	2015-03-30 03:53:43 UTC (rev 134556)
+++ trunk/dports/databases/libdrizzle/Portfile	2015-03-30 06:01:40 UTC (rev 134557)
@@ -1,9 +1,12 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
+PortGroup           muniversal 1.0
 
 name                libdrizzle
-version             0.7
+version             5.1.4
+set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          databases devel
 maintainers         nomaintainer
 description         Drizzle client and protocol library
@@ -11,15 +14,19 @@
 
 platforms           darwin
 
-homepage            http://drizzle.org/
-master_sites        https://launchpad.net/${name}/trunk/${version}/+download/
+homepage            https://launchpad.net/${name}
+master_sites        https://launchpad.net/${name}/${branch}/${version}/+download/
 
-checksums           md5     9b2f0ed5d9f63d0f0b9253d03c817d55 \
-                    sha1    8c9f3bde5f770a495cd459abf636189ed3ea31a8 \
-                    rmd160  1508a5353270339a80ade46ffeb3400c7c86848f
+checksums           rmd160  fd39a87255c003ef55e4bd3c2b8b6f5f0cbe66e9 \
+                    sha256  74b7c0900b36d5e684092f8526fc9a15ae7b2d8d71d033be00fc1b81684dc7f9
 
-depends_lib         port:sqlite3
+depends_lib         port:openssl \
+                    port:zlib
 
+configure.args      --disable-jobserver \
+                    --with-openssl=${prefix} \
+                    --with-zlib=${prefix}
+
 livecheck.type      regex
 livecheck.url       https://launchpad.net/${name}/+download
 livecheck.regex     {libdrizzle-(\d+(?:\.\d+)*)\.tar\.gz}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150329/f5af1a46/attachment.html>


More information about the macports-changes mailing list