diff options
author | drochner <drochner> | 2004-05-06 10:25:42 +0000 |
---|---|---|
committer | drochner <drochner> | 2004-05-06 10:25:42 +0000 |
commit | d7a3cb5dfc6a982b6bd55db4356f81223c3a598f (patch) | |
tree | 4acf8de2af0c05701cf948126b003acf2a1824ad /databases/gramps/Makefile | |
parent | a23befa9f7c7321acdb5a72faa10601556dd9aad (diff) | |
download | pkgsrc-d7a3cb5dfc6a982b6bd55db4356f81223c3a598f.tar.gz |
update to 1.0.3
changes:
* Fix in the Wall Chart report.
* Gallery fixes.
* Gedcom import improvements.
* Double click edits the person in Pedigree View.
* Fixes for older python versions (<=2.2.1) in Comprehensive Ancestors report.
* Catch and disallow selecting self as a child/parent
Diffstat (limited to 'databases/gramps/Makefile')
-rw-r--r-- | databases/gramps/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/gramps/Makefile b/databases/gramps/Makefile index 45df1d70195..a782d9fd661 100644 --- a/databases/gramps/Makefile +++ b/databases/gramps/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2004/03/26 02:27:36 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2004/05/06 10:25:42 drochner Exp $ # -DISTNAME= gramps-1.0.1 -PKGREVISION= 1 +DISTNAME= gramps-1.0.3 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gramps/} |