[70146] trunk/dports/net/wireshark/Portfile

ricci at macports.org ricci at macports.org
Fri Jul 30 08:38:21 PDT 2010


Revision: 70146
          http://trac.macports.org/changeset/70146
Author:   ricci at macports.org
Date:     2010-07-30 08:38:19 -0700 (Fri, 30 Jul 2010)
Log Message:
-----------
change permissions on installed header files (no execute bit).

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

Modified: trunk/dports/net/wireshark/Portfile
===================================================================
--- trunk/dports/net/wireshark/Portfile	2010-07-30 15:28:15 UTC (rev 70145)
+++ trunk/dports/net/wireshark/Portfile	2010-07-30 15:38:19 UTC (rev 70146)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 name		wireshark
 version		1.2.10
-revision	0
+revision	1
 categories	net
 maintainers	darkart.com:opendarwin.org
 description	Graphical network analyzer and capture tool
@@ -58,13 +58,13 @@
 	xinstall -d ${destroot}${prefix}/include/wireshark/epan/dissectors/
 	xinstall -d ${destroot}${prefix}/include/wireshark/epan/ftypes/
 	xinstall -d ${destroot}${prefix}/include/wireshark/wiretap/
-	xinstall -m 755 -W ${worksrcpath}/ color.h config.h register.h ${destroot}${prefix}/include/wireshark/
-	eval xinstall -m 755 [glob ${worksrcpath}/epan/*.h] ${destroot}${prefix}/include/wireshark/epan/
-	eval xinstall -m 755 [glob ${worksrcpath}/epan/crypt/*.h] ${destroot}${prefix}/include/wireshark/epan/crypt/
-	eval xinstall -m 755 [glob ${worksrcpath}/epan/dfilter/*.h] ${destroot}${prefix}/include/wireshark/epan/dfilter/
-	eval xinstall -m 755 [glob ${worksrcpath}/epan/dissectors/*.h] ${destroot}${prefix}/include/wireshark/epan/dissectors/
-	eval xinstall -m 755 [glob ${worksrcpath}/epan/ftypes/*.h] ${destroot}${prefix}/include/wireshark/epan/ftypes/
-	eval xinstall -m 755 [glob ${worksrcpath}/wiretap/*.h] ${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/20100730/e44fdaa8/attachment.html>


More information about the macports-changes mailing list