[148896] trunk/dports/science/relax/Portfile
khindenburg at macports.org
khindenburg at macports.org
Sun May 22 07:58:48 PDT 2016
Revision: 148896
https://trac.macports.org/changeset/148896
Author: khindenburg at macports.org
Date: 2016-05-22 07:58:48 -0700 (Sun, 22 May 2016)
Log Message:
-----------
relax: update to 4.0.2 maintainer #51461
Modified Paths:
--------------
trunk/dports/science/relax/Portfile
Modified: trunk/dports/science/relax/Portfile
===================================================================
--- trunk/dports/science/relax/Portfile 2016-05-22 14:36:34 UTC (rev 148895)
+++ trunk/dports/science/relax/Portfile 2016-05-22 14:58:48 UTC (rev 148896)
@@ -6,7 +6,7 @@
PortGroup wxWidgets 1.0
name relax
-version 4.0.0
+version 4.0.2
categories science python chemistry
license GPL-3
maintainers gmail.com:howarth.at.macports
@@ -19,9 +19,10 @@
master_sites http://download.gna.org/relax/
distfiles ${name}-${version}.src.tar.bz2
dist_subdir ${name}
-checksums md5 8820a6deb987017b072e49378b5f6f92 \
- sha1 2da3cbae2a3d99f41d6de63bc65462013d461967 \
- rmd160 cc0d0523084f97cd95ff983f6ea12d36f33d6b52
+
+checksums rmd160 ed1d39aa4ac642aae873792b2ae9067cb20ebbb2 \
+ sha256 7c12582ffb021ce728c5c4927c7dbb386bdb7121634eb30f687e5524e4bc4919
+
use_bzip2 yes
python.default_version 27
@@ -44,7 +45,7 @@
build.cmd ${prefix}/bin/scons
build.target
test.run yes
-test.cmd relax
+test.cmd ./relax
test.target --test-suite
destroot.cmd ${build.cmd}
destroot.destdir DESTDIR=${destroot}
@@ -52,7 +53,7 @@
reinplace "s|${destroot}${prefix}|${prefix}|g" ${destroot}${prefix}/lib/relax/sconstruct
ln -sf ${prefix}/lib/relax/relax ${destroot}${prefix}/bin/relax
file delete -force ${destroot}${prefix}/lib/relax/version.pyc
- eval file delete -force [glob -directory ${destroot}${prefix}/lib/relax/scons/ *.pyc]
+ file delete -force {*}[glob -directory ${destroot}${prefix}/lib/relax/scons/ *.pyc]
system "${python.bin} -O ${python.libdir}/compileall.py -d ${prefix}/lib/relax ${destroot}${prefix}/lib/relax"
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160522/9849a309/attachment.html>
More information about the macports-changes
mailing list