[101454] trunk/dports/net/tcpflow/Portfile

larryv at macports.org larryv at macports.org
Thu Jan 10 21:26:29 PST 2013


Revision: 101454
          https://trac.macports.org/changeset/101454
Author:   larryv at macports.org
Date:     2013-01-10 21:26:28 -0800 (Thu, 10 Jan 2013)
Log Message:
-----------
tcpflow: Update to 1.3.0.

Also:
- Switch to github portgroup.
- Add autotools dependencies, to satisfy new build system.

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

Modified: trunk/dports/net/tcpflow/Portfile
===================================================================
--- trunk/dports/net/tcpflow/Portfile	2013-01-11 04:32:47 UTC (rev 101453)
+++ trunk/dports/net/tcpflow/Portfile	2013-01-11 05:26:28 UTC (rev 101454)
@@ -2,16 +2,16 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           github 1.0
 
-name                tcpflow
-version             1.2.1
+github.setup        simsong tcpflow 1.3.0 tcpflow-
+
 categories          net security
 platforms           darwin freebsd
 maintainers         nomaintainer
 license             GPL-2
 
 description         TCP flow recorder
-
 long_description    tcpflow is a program that captures data transmitted as \
                     part of TCP connections (flows), and stores the data in a \
                     way that is convenient for protocol analysis or debugging. \
@@ -24,14 +24,13 @@
                     streams regardless of retransmissions or out-of-order \
                     delivery.
 
-homepage            http://afflib.org/software/tcpflow
-master_sites        http://afflib.org/downloads
+checksums           rmd160  9fe6b8c85955fcc1c06108c53d5f046790eadfd7 \
+                    sha256  a87dd29332f6e680495e10ccccd3ad67560c149feecc3193ea1203f71364940e
 
-checksums           rmd160  45f95932ab4dd1e2576500240e1c2afe62949cc9 \
-                    sha256  c514b70d348aab2d033bdb4e57a7d8f5a7779405ad7178f48b37b36248ce808d
+depends_build       bin:autoreconf:autoconf \
+                    bin:automake:automake
+pre-configure {
+    system -W ${worksrcpath} "sh ./bootstrap.sh"
+}
 
 depends_lib         port:libpcap
-
-livecheck.type      regex
-livecheck.url       [lindex ${master_sites} 0]/tcpflow_version.txt
-livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130110/e5fa42a9/attachment.html>


More information about the macports-changes mailing list