[31722] trunk/dports/lang/polyml/Portfile

mww at macports.org mww at macports.org
Tue Dec 4 11:44:30 PST 2007


Revision: 31722
          http://trac.macosforge.org/projects/macports/changeset/31722
Author:   mww at macports.org
Date:     2007-12-04 11:44:27 -0800 (Tue, 04 Dec 2007)

Log Message:
-----------
* version 5.1
* take maintainership
* dem5302 at cs.rit.edu (former maintainer) is not in trac nor reachable via mail

Modified Paths:
--------------
    trunk/dports/lang/polyml/Portfile

Modified: trunk/dports/lang/polyml/Portfile
===================================================================
--- trunk/dports/lang/polyml/Portfile	2007-12-04 19:14:46 UTC (rev 31721)
+++ trunk/dports/lang/polyml/Portfile	2007-12-04 19:44:27 UTC (rev 31722)
@@ -3,10 +3,9 @@
 PortSystem 1.0
 
 name			polyml
-version			5.0
-revision		1
+version			5.1
 categories		lang ml
-maintainers		dem5302 at cs.rit.edu
+maintainers		mww
 description		An implementation of Standard ML.
 long_description  Poly/ML is an extremely fast and efficient implementation of \
 				Standard ML. Program state can be saved in a memory-mapped \
@@ -16,6 +15,14 @@
 master_sites		sourceforge
 
 distname		${name}.${version}
-checksums		md5 61537cf2b0ca983d42845778fe3bd42f
+checksums		sha1 282aeca15bb9e0929fe71555efc9d2c124c65b41
 
+depends_lib		lib:libX11.6:XFree86
+
 configure.args		--mandir=${prefix}/share/man
+
+post-destroot {
+	xinstall -m 555 -d ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 444 -W ${worksrcpath} COPYING \
+		${destroot}${prefix}/share/doc/${name}
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071204/778e35c7/attachment-0001.html


More information about the macports-changes mailing list