Revision: 116552 https://trac.macports.org/changeset/116552 Author: devans@macports.org Date: 2014-01-28 06:06:20 -0800 (Tue, 28 Jan 2014) Log Message: ----------- gramps: update to version 3.4.7, update intltool.m4 and autoreconf, notes. Modified Paths: -------------- trunk/dports/genealogy/gramps/Portfile Modified: trunk/dports/genealogy/gramps/Portfile =================================================================== --- trunk/dports/genealogy/gramps/Portfile 2014-01-28 12:52:49 UTC (rev 116551) +++ trunk/dports/genealogy/gramps/Portfile 2014-01-28 14:06:20 UTC (rev 116552) @@ -4,7 +4,7 @@ PortSystem 1.0 name gramps -version 3.4.6 +version 3.4.7 license GPL-2 categories genealogy python platforms darwin @@ -21,13 +21,9 @@ homepage http://www.gramps-project.org/ master_sites sourceforge:gramps -checksums rmd160 c73185c34b4bc19b4a3183f916bf7e9908435267 \ - sha256 50c9020b50dd1e235856254f4f939a5dbf923f5cbce82b45285e31773a27a427 +checksums rmd160 e7095ce672576698094905296d482b3e87d6d5a8 \ + sha256 8492c76c7bb6ac1b72684f475d53cb1557b72dc7f1b5666f8b19491e2709a521 -patchfiles patch-configure.diff - -configure.args --disable-mime-install - depends_build port:pkgconfig \ port:intltool \ port:gnome-doc-utils @@ -40,6 +36,19 @@ port:desktop-file-utils \ path:bin/dot:graphviz +patchfiles patch-configure.diff + +# update intltool.m4 and autoreconf + +post-patch { + copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4 +} + +use_autoreconf yes +autoreconf.args -fvi + +configure.args --disable-mime-install + variant python26 conflicts python27 description {Use python 2.6} { depends_lib-append port:py26-gtkspell \ port:py26-enchant \ @@ -76,7 +85,7 @@ When using GRAMPS, be sure to backup your data regularly! GRAMPS backups are in XML format. XML is machine- and human-readable. It is completely self-sufficient. It is also small. -The following are good practices of backups: +The following are good backup practices: Backup to XML from time to time, especially after large edits. Backup to XML before making big changes, such as importing new data into an existing database from e.g. GEDCOM,
participants (1)
-
devans@macports.org