forked from macports/macports-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug: https://trac.macports.org/ticket/2561 Submitted by: maintainer git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@11006 d073be05-634f-4543-b044-5fe20cf6d1d6
- Loading branch information
1 parent
359fa61
commit a3160e4
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# $Id: Portfile,v 1.4 2004/03/19 23:18:42 mij Exp $ | ||
# $Id: Portfile,v 1.5 2005/02/16 05:22:51 toby Exp $ | ||
|
||
PortSystem 1.0 | ||
name lifelines | ||
version 3.0.37.2 | ||
version 3.0.39 | ||
revision 1 | ||
categories genealogy | ||
maintainers [email protected] | ||
|
@@ -17,7 +17,7 @@ long_description \ | |
|
||
master_sites sourceforge | ||
|
||
checksums md5 63eb0d4f8085c0507b318e7c5ad0a2d8 | ||
checksums md5 882992c38d4beda936bb2ce37880309a | ||
|
||
depends_lib lib:libiconv.2:libiconv lib:libintl.3:gettext | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
--- reports/Makefile.in.orig Thu Oct 2 19:02:05 2003 | ||
+++ reports/Makefile.in Tue Oct 21 08:52:25 2003 | ||
@@ -174,8 +174,8 @@ | ||
st/st_number.ll st/st_string.ll st/st_string_UTF-8.ll | ||
--- reports/Makefile.in.orig Fri Jan 7 20:11:38 2005 | ||
+++ reports/Makefile.in Mon Jan 10 15:15:05 2005 | ||
@@ -247,8 +247,8 @@ | ||
ps-fan/ps-fan.ps \ | ||
ps-pedigree.ps tree.tex | ||
|
||
OTHER_REPORTS = select.li boc.gif ll.png gen_index | ||
-dist_pkgdata_DATA = index.html | ||
-pkg_REPORTS = $(LL_REPORTS) $(OTHER_REPORTS) $(dist_pkgdata_DATA) | ||
+dist_pkgdata_DATA = $(LL_REPORTS) $(OTHER_REPORTS) index.html | ||
+pkg_REPORTS = $(dist_pkgdata_DATA) | ||
|
||
EXTRA_DIST = \ | ||
$(pkg_REPORTS) \ | ||
tree.tex \ |