Ticket #59028: patch

File patch, 1.9 KB (added by pietvo (Pieter van Oostrum), 5 years ago)

patch

  • /Users/piet/Projects/macports-ports/graphics/inkscape-gtk3-devel/Portfile

    diff -u /Users/piet/Projects/macports-ports/graphics/inkscape-gtk3-devel/Portfile.\~1\~ /Users/piet/Projects/macports-ports/graphics/inkscape-gtk3-devel/Portfile
    old new  
    99
    1010name                inkscape-gtk3-devel
    1111conflicts           inkscape inkscape-devel
    12 set git_commit      42f2371f
    13 set git_date        20190429
    14 revision            2
    15 version             1.0alpha-${git_date}
     12set git_commit      7864170b
     13set git_date        20190907
     14revision            3
     15version             1.0beta-${git_date}
    1616license             GPL-2 LGPL-2.1
    1717maintainers         {devans @dbevans}
    1818categories          graphics gnome
     
    6969                    port:libwpg-0.3 \
    7070                    port:libyaml \
    7171                    port:potrace \
     72                    port:gtk-osx-application-gtk3 \
    7273                    port:python${python_version} \
    7374                    port:py${python_version}-lxml \
    7475                    port:py${python_version}-numpy
     
    7778    reinplace "s|\"python-interpreter\", \"python\"|\"python-interpreter\", \"python${python_major}.${python_minor}\"|g" ${worksrcpath}/src/extension/implementation/script.cpp
    7879    reinplace "s|^#include \"Object.h\"|#include \"${prefix}/include/poppler/Object.h\"|" ${worksrcpath}/src/extension/internal/pdfinput/pdf-parser.h
    7980    reinplace "s|^#include \"Object.h\"|#include \"${prefix}/include/poppler/Object.h\"|" ${worksrcpath}/src/extension/internal/pdfinput/pdf-parser.cpp
    80     reinplace "s|lib/inkscape|lib|" ${worksrcpath}/src/CMakeLists.txt
     81    reinplace "s|\${CMAKE_INSTALL_LIBDIR}/inkscape|\${CMAKE_INSTALL_LIBDIR}|" ${worksrcpath}/src/CMakeLists.txt
    8182}
    8283
    8384# py-numpy is currently not universal (#48263).