[83663] trunk/dports/lang/4th/Portfile

mww at macports.org mww at macports.org
Thu Sep 8 14:28:26 PDT 2011


Revision: 83663
          http://trac.macports.org/changeset/83663
Author:   mww at macports.org
Date:     2011-09-08 14:28:24 -0700 (Thu, 08 Sep 2011)
Log Message:
-----------
version 3.61.2

Modified Paths:
--------------
    trunk/dports/lang/4th/Portfile

Modified: trunk/dports/lang/4th/Portfile
===================================================================
--- trunk/dports/lang/4th/Portfile	2011-09-08 21:24:43 UTC (rev 83662)
+++ trunk/dports/lang/4th/Portfile	2011-09-08 21:28:24 UTC (rev 83663)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			4th
-version			3.61.0
+version			3.61.2
 categories		lang
 platforms		darwin
 maintainers		mww
@@ -15,16 +15,18 @@
 					conditional compilation, pipes, files, assertions, forward \
 					declarations, recursion, include files, etc.
 
-homepage		http://www.xs4all.nl/~thebeez/4tH/foldtree.html
-master_sites	http://www.xs4all.nl/~thebeez/4tH/
+homepage		http://thebeez.home.xs4all.nl/4tH/
+master_sites	http://4th.googlecode.com/files/
 distname		${distname}-unix
-checksums           md5     0b835b622d15e8e2d85022987c91cb04 \
-                    sha1    3d965c8f65fce89abb827de1e4dcbbdf50a54cd0 \
-                    rmd160  664c3877539ced310963a7674cfc011e0dbb2a23
+checksums           md5     b2730f7b68c91510e1b3762ab08d641b \
+                    sha1    93aa2b10203d1a71fbe8f588bc68bc6d9529a926 \
+                    rmd160  7a15bb28e5fe6d1a961c050b18c2d828f4be6f98
 patchfiles	patch-Makefile.OSX.diff
 
 worksrcdir		${worksrcdir}/sources
 
+variant universal	{}
+
 post-extract { xinstall -m 755 ${filespath}/configure ${worksrcpath} }
 
 configure.cppflags-delete -I${prefix}/include
@@ -36,10 +38,9 @@
 post-destroot {
 	xinstall -m 755 -d ${destroot}${prefix}/share/doc
 	file copy ${worksrcpath}/../documentation ${destroot}${prefix}/share/doc/${name}
-	file copy ${worksrcpath}/../examples ${destroot}${prefix}/share/doc/${name}/
+	file copy ${worksrcpath}/../4th ${destroot}${prefix}/share/doc/${name}/
 	file rename ${destroot}${prefix}/share/doc/4th/4th.1 \
 		${destroot}${prefix}/share/man/man1/4th.1
-	file copy ${worksrcpath}/../lib ${destroot}${prefix}/share/${name}
 }
 
 livecheck.type	regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110908/d95ca0eb/attachment.html>


More information about the macports-changes mailing list