diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2021-01-28 12:29:45 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2021-01-28 12:29:45 +0000 |
commit | 94ab268ac76aca5d902bf0cb0c1f48424abef0c2 (patch) | |
tree | 2e36982d4846d574ff6937654f6cc4b5874b6209 /graphics/inkscape | |
parent | b170496bb60776d42d9996d2113435db6ca86f2f (diff) |
Notes
Diffstat (limited to 'graphics/inkscape')
-rw-r--r-- | graphics/inkscape/Makefile | 9 | ||||
-rw-r--r-- | graphics/inkscape/distinfo | 6 | ||||
-rw-r--r-- | graphics/inkscape/pkg-plist | 11 |
3 files changed, 16 insertions, 10 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index b23163ba552e..d73500d98d3b 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= inkscape -PORTVERSION= 1.0.1 -PORTREVISION= 5 +PORTVERSION= 1.0.2 CATEGORIES= graphics gnome MASTER_SITES= https://media.inkscape.org/dl/resources/file/ @@ -52,7 +51,7 @@ USE_GNOME= gtkmm30 libxml2 libxslt USE_XORG= sm ice x11 xext USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}_2020-09-07_3bc2e813f5 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}_2021-01-15_e86c870879 INSTALLS_ICONS= yes @@ -114,10 +113,6 @@ post-patch: # Third entry in the table of interpreters is basename of executable @${REINPLACE_CMD} -e 's|"python3"|"${PYTHON_VERSION}"|g' \ ${WRKSRC}/src/extension/implementation/script.cpp - @${REINPLACE_CMD} -e 's|web-set-att|web_set_att|g' \ - ${WRKSRC}/po/*.po - @${REINPLACE_CMD} -e 's|web-transmit-att|web_transmit_att|g' \ - ${WRKSRC}/po/*.po @${TOUCH} ${WRKSRC}/share/extensions/gcodetools_check_for_updates.inx.h .include <bsd.port.mk> diff --git a/graphics/inkscape/distinfo b/graphics/inkscape/distinfo index 7466ae74d036..25ccfe284777 100644 --- a/graphics/inkscape/distinfo +++ b/graphics/inkscape/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1600940214 -SHA256 (inkscape-1.0.1.tar.xz) = cf9295edf46a633caf3aac0562364a24aef7cd6294601365aca38aeead2d57c2 -SIZE (inkscape-1.0.1.tar.xz) = 32051632 +TIMESTAMP = 1610967905 +SHA256 (inkscape-1.0.2.tar.xz) = da3e230511a08cbf21e86710d161458594fea87867e9157b67ed01a04ea2798a +SIZE (inkscape-1.0.2.tar.xz) = 32421620 diff --git a/graphics/inkscape/pkg-plist b/graphics/inkscape/pkg-plist index 9be7db119ae5..7cb8800bde39 100644 --- a/graphics/inkscape/pkg-plist +++ b/graphics/inkscape/pkg-plist @@ -66,6 +66,10 @@ share/icons/hicolor/48x48/apps/org.inkscape.Inkscape.png %%DATADIR%%/examples/tref.svg %%DATADIR%%/examples/turbulence_filters.svg %%DATADIR%%/extensions/.pylintrc +%%DATADIR%%/extensions/.pytest_cache/CACHEDIR.TAG +%%DATADIR%%/extensions/.pytest_cache/README.md +%%DATADIR%%/extensions/.pytest_cache/v/cache/nodeids +%%DATADIR%%/extensions/.pytest_cache/v/cache/stepwise %%DATADIR%%/extensions/LICENSE.txt %%DATADIR%%/extensions/MANIFEST.in %%DATADIR%%/extensions/Poly3DObjects/cube.obj @@ -2775,3 +2779,10 @@ share/icons/hicolor/48x48/apps/org.inkscape.Inkscape.png %%NLS%%share/locale/zh_CN/LC_MESSAGES/inkscape.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/inkscape.mo share/metainfo/org.inkscape.Inkscape.appdata.xml +@dir %%DATADIR%%/extensions/__pycache__ +@dir %%DATADIR%%/extensions/barcode/__pycache__ +@dir %%DATADIR%%/extensions/ink2canvas_lib/__pycache__ +@dir %%DATADIR%%/extensions/inkex/__pycache__ +@dir %%DATADIR%%/extensions/inkex/deprecated-simple/__pycache__ +@dir %%DATADIR%%/extensions/inkex/elements/__pycache__ +@dir %%DATADIR%%/extensions/inkex/tester/__pycache__ |