Skip to content

Commit

Permalink
gnucash: update to v5.1, switch to Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
drkp committed Jun 20, 2023
1 parent 7b5eed1 commit bf63d2c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gnome/gnucash/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PortGroup boost 1.0
name gnucash
conflicts gnucash gnucash-devel
conflicts-delete ${subport}
version 5.0
version 5.1
revision 1
perl5.branches 5.34
categories gnome x11
Expand Down Expand Up @@ -36,9 +36,9 @@ use_bzip2 yes
distname ${name}-${version}
worksrcdir ${name}-${version}

checksums rmd160 75aba37909f10e2c83c3bdd35a3d5349b53d24d1 \
sha256 cfc13bab31aed8e4962805ef56530f9772889604910b5678cb5c79c283138824 \
size 14762814
checksums rmd160 30202bef1a3433d4f60d6ce412380d3ae862c338 \
sha256 8a6581ddf7c7409db636510601351af724eda363ab59b1d5da8d981033f26f72 \
size 14794000

#patchfiles-append patch-gnucash-remove-test-failing-to-build.diff
post-patch {
Expand All @@ -61,7 +61,7 @@ boost.version 1.71

compiler.cxx_standard 2017

set py_ver 3.10
set py_ver 3.11
set py_ver_nodot [string map {. {}} ${py_ver}]

configure.cppflags-delete -I${prefix}/include
Expand Down

0 comments on commit bf63d2c

Please sign in to comment.