[112890] trunk/dports/science/pythia/Portfile
g5pw at macports.org
g5pw at macports.org
Sun Nov 3 06:03:53 PST 2013
Revision: 112890
https://trac.macports.org/changeset/112890
Author: g5pw at macports.org
Date: 2013-11-03 06:03:53 -0800 (Sun, 03 Nov 2013)
Log Message:
-----------
science/pythia:
update to 8.180
adapt to new header locations
Modified Paths:
--------------
trunk/dports/science/pythia/Portfile
Modified: trunk/dports/science/pythia/Portfile
===================================================================
--- trunk/dports/science/pythia/Portfile 2013-11-03 14:01:23 UTC (rev 112889)
+++ trunk/dports/science/pythia/Portfile 2013-11-03 14:03:53 UTC (rev 112890)
@@ -3,7 +3,7 @@
PortSystem 1.0
name pythia
-version 8.175
+version 8.180
set my_version [strsed ${version} g/\\.//]
categories science
platforms darwin
@@ -24,8 +24,8 @@
distname ${name}${my_version}
extract.suffix .tgz
-checksums rmd160 27b5070d55aea442af83c3d261d490674be0ead6 \
- sha256 ae1597a86cb701ba464e15aa292ef4034e02e334528bc06deb2a9d26f2658612
+checksums rmd160 9b887a39da0e4d6c00d75f96e15f536589cdc4ab \
+ sha256 7c3ce6efbdc588035e333a6dbbde56755066a237caadf9df00f22248c2033df0
universal_variant no
@@ -49,8 +49,8 @@
destroot {
xinstall -W ${worksrcpath}/lib libpythia8.dylib liblhapdfdummy.dylib ${destroot}${prefix}/lib
xinstall -W ${worksrcpath}/lib/archive liblhapdfdummy.a libpythia8.a ${destroot}${prefix}/lib
- file mkdir ${destroot}${prefix}/include/${name}/
- eval xinstall -m 644 [glob ${worksrcpath}/include/*.h] ${destroot}${prefix}/include/${name}/
+ file mkdir ${destroot}${prefix}/include/${name}/Pythia8/
+ eval xinstall -m 644 [glob ${worksrcpath}/include/Pythia8/*.h] ${destroot}${prefix}/include/${name}/Pythia8/
file mkdir ${destroot}${prefix}/share/doc/${name}/xmldoc/
eval xinstall -m 644 [glob ${worksrcpath}/xmldoc/*] ${destroot}${prefix}/share/doc/${name}/xmldoc/
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131103/fba8d021/attachment.html>
More information about the macports-changes
mailing list