[109635] trunk/dports/net/zabbix2/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Aug 18 18:31:39 PDT 2013


Revision: 109635
          https://trac.macports.org/changeset/109635
Author:   ryandesign at macports.org
Date:     2013-08-18 18:31:39 -0700 (Sun, 18 Aug 2013)
Log Message:
-----------
zabbix2: update to 2.0.7; rewrite master_sites to avoid redirects; actually use curl (#40166)

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

Modified: trunk/dports/net/zabbix2/Portfile
===================================================================
--- trunk/dports/net/zabbix2/Portfile	2013-08-19 01:23:53 UTC (rev 109634)
+++ trunk/dports/net/zabbix2/Portfile	2013-08-19 01:31:39 UTC (rev 109635)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                zabbix2
-version             2.0.5
-revision            0
+version             2.0.7
 categories          net
 maintainers         nomaintainer
 platforms           darwin
@@ -24,11 +23,10 @@
 livecheck.name      zabbix
 livecheck.regex     "zabbix-(\[0-9.\]+\.\[0-9.\]+)\.tar"
 homepage            http://www.zabbix.com/
-master_sites        sourceforge:zabbix
+master_sites        sourceforge:project/zabbix/ZABBIX%20Latest%20Stable/${version}
 
-checksums \
-    rmd160  b716ba7780a375654dcbf3be90546fb54be10bad \
-    sha256  9539abb848049195b6e8d24d23de40c26e07d3e5219ca890f4272a0d88cc640f
+checksums           rmd160  413ea8ac5e055c70c84954359e7c5a02ecc6444b \
+                    sha256  9082f70cdf2dcd98f63a248396b9a230b844ec62691b3c635a50d7a230c92a90
 
 universal_variant   no
 
@@ -66,6 +64,7 @@
                             port:curl
 
     configure.args-append   --enable-server \
+                            --with-libcurl=${prefix}/bin/curl-config \
                             --with-net-snmp
 
     startupitem.name        zabbix2-server
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130818/0686f240/attachment.html>


More information about the macports-changes mailing list