[21292] trunk/dports/lang/polyml

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 19 11:42:08 PST 2007


Revision: 21292
          http://trac.macosforge.org/projects/macports/changeset/21292
Author:   markd at macports.org
Date:     2007-01-19 11:42:08 -0800 (Fri, 19 Jan 2007)

Log Message:
-----------
Closes #9858.  Update to 5.0.

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

Removed Paths:
-------------
    trunk/dports/lang/polyml/files/

Modified: trunk/dports/lang/polyml/Portfile
===================================================================
--- trunk/dports/lang/polyml/Portfile	2007-01-19 19:41:57 UTC (rev 21291)
+++ trunk/dports/lang/polyml/Portfile	2007-01-19 19:42:08 UTC (rev 21292)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			polyml
-version			4.1.3
+version			5.0
 categories		lang
 maintainers		dem5302 at cs.rit.edu
 description		An implementation of Standard ML.
@@ -12,44 +12,9 @@
 				persistent store. There are numerous addon libraries available.
 
 homepage		http://www.polyml.org/
-master_sites	${homepage}/source/:src \
-				${homepage}/dbases/:db
+master_sites		sourceforge
 
-distfiles		${name}-driver-${version}.tar.gz:src \
-				${name}-basis-${version}.tar.gz:src \
-				${name}-mlsource-${version}.tar.gz:src \
-				${name}-${version}.ppc.tar.gz:db
-checksums		${name}-driver-${version}.tar.gz \
-					md5 814cea1cfb376d4bb3977f78bad3d5eb \
-				${name}-basis-${version}.tar.gz \
-					md5 aaaebb967ddafcbf9ff27ea815be5414 \
-				${name}-mlsource-${version}.tar.gz \
-					md5 c316411eb44e61bc85762e5742761936 \
-				${name}-${version}.ppc.tar.gz \
-					md5 7f9f0911ce15a146cc002ac55efc34c2       
+distfiles		${name}.${version}.tar.gz
+checksums		md5 61537cf2b0ca983d42845778fe3bd42f
+worksrcdir		 ${name}.${version}
 
-patchfiles		patch-BuildAll
-
-worksrcdir		driver
-
-post-patch	{
-	reinplace "s|/usr/bin|${destroot}${prefix}/bin|g" ${worksrcpath}/configure
-	reinplace "s|/usr/lib/poly:/usr/local|${prefix}|g" ${worksrcpath}/configure
-}
-
-post-configure {
-	cd ${workpath}/mlsource/MLCompiler/CodeTree
-	file link CodeCons CodeCons.power
-}
-
-# We need to build the base driver, and then bootstrap the ML database 
-# with the precompiled ML_dbase.
-post-build {
-    system "cd ${workpath} && ./driver/poly ML_dbase < mlsource/BuildAll.sml"
-}
-
-post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/lib/poly
-	xinstall -m 644 ${workpath}/DB413Release \
-		${destroot}${prefix}/lib/poly/ML_dbase
-}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070119/be8dc562/attachment.html


More information about the macports-changes mailing list