Skip to content

Commit

Permalink
gramps: update to version 4.2.3.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@147777 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
dbevans committed Apr 15, 2016
1 parent 98cffc4 commit a03a2a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions genealogy/gramps/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
PortSystem 1.0
PortGroup github 1.0

github.setup gramps-project gramps 4.2.2 v
revision 1
github.setup gramps-project gramps 4.2.3 v

PortGroup python 1.0

Expand All @@ -27,8 +26,8 @@ long_description GRAMPS is a genealogy program to store, edit, \

homepage http://www.gramps-project.org/

checksums rmd160 f32329600c300de9cdbcab0c0daea82f2bb6c0f6 \
sha256 11bbdcfdb823cbb4ba31ac484b611f6e0fcda272f02b69ea17b6a3f395aedf40
checksums rmd160 f635dc0604101c439472efc34159d58c82b3ec78 \
sha256 222b3555114de6b8bdd4579782333dd0afe196298e520514a29ee0ea4efcb689

depends_build-append port:intltool

Expand Down
4 changes: 2 additions & 2 deletions genealogy/gramps/files/patch-pygi-require-version.diff
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
except:
--- gramps/grampsapp.py.orig 2015-10-18 17:06:18.000000000 -0700
+++ gramps/grampsapp.py 2015-10-18 17:11:32.000000000 -0700
@@ -220,6 +220,8 @@
@@ -244,6 +244,8 @@
from gi import Repository
repository = Repository.get_default()
if repository.enumerate_versions("OsmGpsMap"):
Expand All @@ -28,7 +28,7 @@
from gi.repository import OsmGpsMap as osmgpsmap
try:
osmgpsmap_str = osmgpsmap._version
@@ -235,7 +237,9 @@
@@ -259,7 +261,9 @@
from gi import Repository
repository = Repository.get_default()
if repository.enumerate_versions("GExiv2"):
Expand Down

0 comments on commit a03a2a7

Please sign in to comment.