[121625] trunk/dports/net/httping

mf2k at macports.org mf2k at macports.org
Wed Jul 2 12:22:17 PDT 2014


Revision: 121625
          https://trac.macports.org/changeset/121625
Author:   mf2k at macports.org
Date:     2014-07-02 12:22:17 -0700 (Wed, 02 Jul 2014)
Log Message:
-----------
httping: Update to version 2.3.4. Remove unneeded patchfile. (#44222)

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

Removed Paths:
-------------
    trunk/dports/net/httping/files/

Modified: trunk/dports/net/httping/Portfile
===================================================================
--- trunk/dports/net/httping/Portfile	2014-07-02 19:16:13 UTC (rev 121624)
+++ trunk/dports/net/httping/Portfile	2014-07-02 19:22:17 UTC (rev 121625)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                httping
-version             2.0
-revision            1
+version             2.3.4
 categories          net www
 license             {GPL-2 OpenSSLException}
 maintainers         nomaintainer
@@ -19,22 +18,23 @@
 homepage            http://www.vanheusden.com/httping/
 master_sites        ${homepage}
 
-checksums           rmd160  42e5d3a6e8348759fa90495edbbfe3b5ad43541e \
-                    sha256  9fcb1fef706d12149ce88dec5a3e03888d1386a80017324104453130eaeffbe0
+checksums           rmd160  c62cf28d936ad32517b09781e6a9163cdf46afad \
+                    sha256  a76171cb066b1d85a7b302f92dd3ee81d44ff1756ca6de5ade195eb07a836bc2
 
-depends_lib         port:openssl
+depends_lib         port:fftw-3 \
+                    port:gettext \
+                    port:ncurses \
+                    port:openssl
 
 extract.suffix      .tgz
 
-patchfiles          patch-strndup.diff
-
 use_configure       no
 
 variant universal {}
 
 build.env           CFLAGS="${configure.cppflags} [get_canonical_archflags cc]"
 build.args          CC="${configure.cc}" \
-                    LDFLAGS="${configure.ldflags} [get_canonical_archflags ld] -lssl -lcrypto"
+                    LDFLAGS="${configure.ldflags} [get_canonical_archflags ld] -lssl -lcrypto -lfftw3 -lncurses -lintl"
 
 destroot.args       PREFIX=${prefix}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140702/1c606da7/attachment.html>


More information about the macports-changes mailing list