Revision
87394
Author
ryandesign@macports.org
Date
2011-11-19 01:30:23 -0800 (Sat, 19 Nov 2011)

Log Message

lifelines: maintainer update to 3.0.62 (#32114), indicate license, rewrite master_sites to avoid redirects

Modified Paths

Diff

Modified: trunk/dports/genealogy/lifelines/Portfile (87393 => 87394)


--- trunk/dports/genealogy/lifelines/Portfile	2011-11-19 09:12:26 UTC (rev 87393)
+++ trunk/dports/genealogy/lifelines/Portfile	2011-11-19 09:30:23 UTC (rev 87394)
@@ -4,10 +4,11 @@
 PortSystem          1.0
 
 name                lifelines
-version             3.0.46.1
+version             3.0.62
 categories          genealogy
 platforms           darwin
 maintainers         nordist.net:brent
+license             MIT
 
 description         Genealogy software
 
@@ -17,9 +18,11 @@
 
 homepage            http://${name}.sourceforge.net/
 
-master_sites        sourceforge
+master_sites        sourceforge:project/lifelines/lifelines/${version}
 
-checksums           md5     3bcccdf4407052d504b1dd1ad7337b15
+checksums           md5     ff617e64205763c239b0805d8bbe19fe \
+                    rmd160  55de24a87380867fae50f458465d748882567bd3 \
+                    sha256  2f00441ac0ed64aab8f76834c055e2b95600ed4c6f5845b9f6e5284ac58a9a52
 
 depends_lib         port:gettext
 
@@ -28,15 +31,11 @@
                     --without-included-gettext
 
 post-destroot {
-    xinstall -W ${worksrcpath}/docs -m 644 btedit.1 dbverify.1 llines.1 \
-        ${destroot}${prefix}/share/man/man1/
-    system "cd ${destroot}${prefix}/share/doc/${name}/ && \
-        rm btedit.1 dbverify.1 llines.1"
     xinstall -d ${destroot}${prefix}/share/${name}/st
     system "mv ${destroot}${prefix}/share/${name}/st_*.ll \
         ${destroot}${prefix}/share/${name}/st"
     xinstall -W ${worksrcpath}/reports -m 644 CREDIT README tree.tex \
         ${destroot}${prefix}/share/${name}/
     system "cd ${destroot}${prefix}/share/${name}/ && \
-        rm ll-*.html ll-*.pdf ll-*.txt listops.jpg"
+        rm ll-*.html ll-*.pdf ll-*.txt"
 }