Revision: 130527 https://trac.macports.org/changeset/130527 Author: mf2k@macports.org Date: 2014-12-31 07:38:38 -0800 (Wed, 31 Dec 2014) Log Message: ----------- orpie: Update to version 1.5.2. (#45565) Modified Paths: -------------- trunk/dports/math/orpie/Portfile Removed Paths: ------------- trunk/dports/math/orpie/files/ Modified: trunk/dports/math/orpie/Portfile =================================================================== --- trunk/dports/math/orpie/Portfile 2014-12-31 14:53:05 UTC (rev 130526) +++ trunk/dports/math/orpie/Portfile 2014-12-31 15:38:38 UTC (rev 130527) @@ -3,11 +3,12 @@ PortSystem 1.0 name orpie -version 1.5.1 -revision 2 +version 1.5.2 platforms darwin -maintainers moduli.net:snb +license GPL-2 +maintainers nomaintainer categories math + description fullscreen RPN calculator for the console long_description Orpie is a fullscreen RPN calculator for the console. Its \ operation is similar to that of modern HP calculators, but \ @@ -17,8 +18,12 @@ stack. homepage http://pessimization.com/software/orpie/ master_sites ${homepage} -checksums md5 4511626ed853354af1b4b5dbbf143a1f + +checksums rmd160 61ee7019ec5d141aade27d1c78770c2b11803085 \ + sha256 de557fc7f608c6cb1f44a965d3ae07fc6baf2b02a0d7994b89d6a0e0d87d3d6d + +depends_build port:ocaml \ + port:ocaml-camlp4 depends_lib port:gsl -depends_build port:ocaml -configure.args --mandir=${prefix}/share/man -patchfiles patch-Makefile.in.diff + +use_parallel_build no
participants (1)
-
mf2k@macports.org