lifelines: maintainer update to 3.0.62 (https://trac.macports.org/ticket/32114), indicate license, rewrite master_sites to avoid redirects

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@87394 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Ryan Schmidt
2011-11-19 09:30:23 +00:00
parent 9f584fdc30
commit 9860f11de2
+7 -8
View File
@@ -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 @@ long_description LifeLines is second generation, open source genealogy \
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 @@ configure.args --with-libintl-prefix=${prefix} \
--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"
}