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
|
|
9 | 9 | |
10 | 10 | name inkscape-gtk3-devel |
11 | 11 | conflicts inkscape inkscape-devel |
12 | | set git_commit 42f2371f |
13 | | set git_date 20190429 |
14 | | revision 2 |
15 | | version 1.0alpha-${git_date} |
| 12 | set git_commit 7864170b |
| 13 | set git_date 20190907 |
| 14 | revision 3 |
| 15 | version 1.0beta-${git_date} |
16 | 16 | license GPL-2 LGPL-2.1 |
17 | 17 | maintainers {devans @dbevans} |
18 | 18 | categories graphics gnome |
… |
… |
|
69 | 69 | port:libwpg-0.3 \ |
70 | 70 | port:libyaml \ |
71 | 71 | port:potrace \ |
| 72 | port:gtk-osx-application-gtk3 \ |
72 | 73 | port:python${python_version} \ |
73 | 74 | port:py${python_version}-lxml \ |
74 | 75 | port:py${python_version}-numpy |
… |
… |
|
77 | 78 | reinplace "s|\"python-interpreter\", \"python\"|\"python-interpreter\", \"python${python_major}.${python_minor}\"|g" ${worksrcpath}/src/extension/implementation/script.cpp |
78 | 79 | reinplace "s|^#include \"Object.h\"|#include \"${prefix}/include/poppler/Object.h\"|" ${worksrcpath}/src/extension/internal/pdfinput/pdf-parser.h |
79 | 80 | 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 |
81 | 82 | } |
82 | 83 | |
83 | 84 | # py-numpy is currently not universal (#48263). |