[70107] trunk/dports/net/wireshark-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jul 29 19:30:52 PDT 2010


Revision: 70107
          http://trac.macports.org/changeset/70107
Author:   ryandesign at macports.org
Date:     2010-07-29 19:30:49 -0700 (Thu, 29 Jul 2010)
Log Message:
-----------
wireshark-devel: update to 1.4.0rc2 (#25863) and also install headers (#25809)

Modified Paths:
--------------
    trunk/dports/net/wireshark-devel/Portfile

Modified: trunk/dports/net/wireshark-devel/Portfile
===================================================================
--- trunk/dports/net/wireshark-devel/Portfile	2010-07-30 02:10:51 UTC (rev 70106)
+++ trunk/dports/net/wireshark-devel/Portfile	2010-07-30 02:30:49 UTC (rev 70107)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name            wireshark-devel
-version         1.4.0rc1
+version         1.4.0rc2
 categories      net
 maintainers     gmail.com:hsivank
 description     Graphical network analyzer and capture tool
@@ -22,9 +22,9 @@
 
 use_bzip2       yes
 
-checksums       md5     ca5ee30ed798900142d9cd4d81637b58 \
-                sha1    35978e507966d18fefcf63f8746dbd31d2cb94ac \
-                rmd160  0518fe9acf84867360086acb3dde930f0862dae7
+checksums       md5     2c79bdb62e44260898dd16c663343d95 \
+                sha1    592580662e0c868999d6643a24fc3b9841e05321 \
+                rmd160  cb20ccd71f5c8bf0abb4edd662306f82932efab7
 
 conflicts       wireshark
 
@@ -112,3 +112,18 @@
         depends_lib-append port:libsmi
         configure.args-append --with-libsmi
 }
+
+post-destroot {
+        xinstall -d ${destroot}${prefix}/include/wireshark/epan/crypt/ \
+                    ${destroot}${prefix}/include/wireshark/epan/dfilter/ \
+                    ${destroot}${prefix}/include/wireshark/epan/dissectors/ \
+                    ${destroot}${prefix}/include/wireshark/epan/ftypes/ \
+                    ${destroot}${prefix}/include/wireshark/wiretap/
+        xinstall -m 644 -W ${worksrcpath}/ color.h config.h register.h ${destroot}${prefix}/include/wireshark/
+        eval xinstall -m 644 [glob ${worksrcpath}/epan/*.h] ${destroot}${prefix}/include/wireshark/epan/
+        eval xinstall -m 644 [glob ${worksrcpath}/epan/crypt/*.h] ${destroot}${prefix}/include/wireshark/epan/crypt/
+        eval xinstall -m 644 [glob ${worksrcpath}/epan/dfilter/*.h] ${destroot}${prefix}/include/wireshark/epan/dfilter/
+        eval xinstall -m 644 [glob ${worksrcpath}/epan/dissectors/*.h] ${destroot}${prefix}/include/wireshark/epan/dissectors/
+        eval xinstall -m 644 [glob ${worksrcpath}/epan/ftypes/*.h] ${destroot}${prefix}/include/wireshark/epan/ftypes/
+        eval xinstall -m 644 [glob ${worksrcpath}/wiretap/*.h] ${destroot}${prefix}/include/wireshark/wiretap/
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100729/5b687595/attachment-0001.html>


More information about the macports-changes mailing list