Revision
39704
Author
ryandesign@macports.org
Date
2008-08-31 17:14:45 -0700 (Sun, 31 Aug 2008)

Log Message

veriwell:

 * update to 2.8.6 (fixes manpage mtree violation reported in #16430)
 * add library dependencies on bzip2, readline and zlib, because veriwell does use them
 * change help2man to a build dependency, because it is only used to build the manpage
 * also install documentation files

Modified Paths

Diff

Modified: trunk/dports/science/veriwell/Portfile (39703 => 39704)


--- trunk/dports/science/veriwell/Portfile	2008-08-31 23:51:34 UTC (rev 39703)
+++ trunk/dports/science/veriwell/Portfile	2008-09-01 00:14:45 UTC (rev 39704)
@@ -3,7 +3,7 @@
 PortSystem       1.0
 
 name             veriwell
-version          2.8.5
+version          2.8.6
 categories       science
 maintainers      nomaintainer
 description      VeriWell Verilog Simulator
@@ -17,8 +17,15 @@
 homepage         http://sourceforge.net/projects/veriwell
 platforms        darwin
 master_sites     sourceforge
-checksums        md5 1c1c6fb05009172d2677e34f0e511a37
-depends_lib      port:help2man
+checksums        md5 adffd9b8e2b461d75ab01db2bdb1563b \
+                 sha1 f98b11ca09fe1fc38b9c9be33d2bf127e0fee42d \
+                 rmd160 9ca3ad3b71a8de4f50108738317be244aa350461
+
+depends_build    port:help2man
+depends_lib      port:bzip2 \
+                 port:libz \
+                 port:readline
+
 use_parallel_build   yes
 
 #  The following prevent conflicts with other Verilog simulators
@@ -27,4 +34,14 @@
 
 configure.args  --includedir=${prefix}/include/veriwell
 
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}-${version}
+    xinstall -d ${docdir}
+    xinstall -W ${worksrcpath} \
+        ChangeLog \
+        README \
+        TODO \
+        ${docdir}
+}
+
 livecheck.regex "<title>VeriWell ${name} (.*) released.*</title>"