Revision
74069
Author
jmr@macports.org
Date
2010-12-03 16:35:14 -0800 (Fri, 03 Dec 2010)

Log Message

mozart-doc: update to 1.4.0 (#16488)

Modified Paths

Diff

Modified: trunk/dports/lang/mozart-doc/Portfile (74068 => 74069)


--- trunk/dports/lang/mozart-doc/Portfile	2010-12-04 00:23:19 UTC (rev 74068)
+++ trunk/dports/lang/mozart-doc/Portfile	2010-12-04 00:35:14 UTC (rev 74069)
@@ -1,11 +1,14 @@
 # $Id$
 
 PortSystem             1.0
+
 name                   mozart-doc
-version                1.3.2
-revision               1
+version                1.4.0
+set tardate            20080704
+set urldate            2008-07-02
 categories             lang
 platforms	           darwin
+supported_archs        noarch
 maintainers	     bfulgham
 homepage               http://www.mozart-oz.org
 description            Mozart-Oz documentation
@@ -19,14 +22,15 @@
 			This port installs the documentation and help files.
 
 
-master_sites           http://www.mozart-oz.org/download/mozart-ftp/store/1.3.2-2006-06-15-tar
-distfiles              mozart-1.3.2.20060615-doc.tar.gz
-checksums              md5 052a5c82f244bab77174e32fbe7e8996
+master_sites           ${homepage}/download/mozart-ftp/store/${version}-${urldate}-tar/
+distname               mozart-${version}.${tardate}-doc
+checksums              md5 6c019af10d968f18cf2d296ac5d6b65e \
+                       sha1 308fdd1d835f5197795f31232ed2374b646bf26a
 
 worksrcdir             mozart
 
 use_configure          no
-build.pre_args         "-v"
+build                  {}
 
 pre-destroot         { 
 	# These entries are part of the stdlib package
@@ -39,4 +43,3 @@
 destroot             {
 	file copy ${worksrcpath} ${destroot}${prefix}/share
 }
-