aboutsummaryrefslogtreecommitdiff
path: root/graphics/inkscape/Makefile
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2021-01-28 12:29:45 +0000
committerDima Panov <fluffy@FreeBSD.org>2021-01-28 12:29:45 +0000
commit94ab268ac76aca5d902bf0cb0c1f48424abef0c2 (patch)
tree2e36982d4846d574ff6937654f6cc4b5874b6209 /graphics/inkscape/Makefile
parentb170496bb60776d42d9996d2113435db6ca86f2f (diff)
Notes
Diffstat (limited to 'graphics/inkscape/Makefile')
-rw-r--r--graphics/inkscape/Makefile9
1 files changed, 2 insertions, 7 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>