Ticket #51833: gnucash.diff

File gnucash.diff, 1.0 KB (added by david.spreen+macports@…, 8 years ago)

Portfile patch

  • Portfile

    old new  
    55PortGroup         perl5 1.0
    66
    77name              gnucash
    8 version           2.6.12
     8version           2.6.13
    99revision          1
    1010perl5.branches    5.22
    1111conflicts         gnucash-devel
     
    3030
    3131use_bzip2         yes
    3232
    33 checksums         rmd160  092b0ca57ad273d8baeb7f277612189a474d7a29 \
    34                   sha256  371fe9af3ec4b5d6839722b07c9064a51cfe247511edaa6286fc82710f700475
     33checksums           rmd160  16614a8a6404d56a4e91b09fa13e7b792f21ff47 \
     34                    sha256  253ac9ae19dc66d08ba74e91ac8234e92d4127049274ec601edb8bcdc51924f0
    3535
    3636patchfiles        patch-configure.ac.diff
    3737
     38# Gnucash released a special tarball for OSX for version 2.6.13. This line should
     39# probably be removed in any subsequent version.
     40
     41distfiles         ${name}-${version}b.tar.bz2
     42
    3843post-patch {
    3944    # gnc-fq-dump needs to be patched to use MacPorts perl.
    4045    # (autoconf takes care of the other perl scripts.)