[39430] trunk/dports/net/gq/Portfile

jmr at macports.org jmr at macports.org
Tue Aug 19 11:35:41 PDT 2008


Revision: 39430
          http://trac.macosforge.org/projects/macports/changeset/39430
Author:   jmr at macports.org
Date:     2008-08-19 11:35:41 -0700 (Tue, 19 Aug 2008)
Log Message:
-----------
gq: update to version 1.2.1, hopefully fixes #16318

Modified Paths:
--------------
    trunk/dports/net/gq/Portfile

Modified: trunk/dports/net/gq/Portfile
===================================================================
--- trunk/dports/net/gq/Portfile	2008-08-19 17:56:43 UTC (rev 39429)
+++ trunk/dports/net/gq/Portfile	2008-08-19 18:35:41 UTC (rev 39430)
@@ -3,7 +3,7 @@
 PortSystem      1.0
 
 name            gq
-version         1.0.1
+version         1.2.1
 categories      net
 platforms       darwin
 maintainers     syzdek at gmail.com
@@ -12,10 +12,21 @@
 homepage        http://gq-project.org/
 master_sites    sourceforge:gqclient
 
-checksums       md5 a20345edd6951891fcd8a4934431f3c3 \
-                sha1 bcc9f3fc72ed8d373614fc5b089c2a63d3d68226 \
-                rmd160 266ec964d9c0582c67a5ae8d2e00c88316f583ab
+checksums       md5 e56613c81e70727c20ffe9974cdc6df0 \
+                sha1 96f9e93b43156903fa6872f46bc96a0d644c4029 \
+                rmd160 4f6c549c3841ed23d3e69cad84175fb61cb6e32d
 
 depends_lib     port:glib2 \
                 port:gtk2 \
-                port:expat
+                port:expat \
+                port:openldap \
+                port:openssl
+
+configure.ldflags-append -lcrypto
+configure.args  --disable-update-mimedb \
+                --with-ssl-prefix=${prefix} \
+                --with-ldap-prefix=${prefix}
+
+post-activate {
+    system "${prefix}/bin/update-mime-database ${prefix}/share/mime; true"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080819/fe69f145/attachment.html 


More information about the macports-changes mailing list