svn commit: r563131 - head/graphics/inkscape

Dima Panov fluffy at FreeBSD.org
Thu Jan 28 12:29:46 UTC 2021


Author: fluffy
Date: Thu Jan 28 12:29:45 2021
New Revision: 563131
URL: https://svnweb.freebsd.org/changeset/ports/563131

Log:
  graphics/inkscape: update to 1.0.2 release
  
  With hat:	desktop
  Submitted by:	Sergey Golyashov via mail
  Release notes:	https://inkscape.org/news/2021/01/17/102-and-11alpha/

Modified:
  head/graphics/inkscape/Makefile
  head/graphics/inkscape/distinfo
  head/graphics/inkscape/pkg-plist

Modified: head/graphics/inkscape/Makefile
==============================================================================
--- head/graphics/inkscape/Makefile	Thu Jan 28 12:27:42 2021	(r563130)
+++ head/graphics/inkscape/Makefile	Thu Jan 28 12:29:45 2021	(r563131)
@@ -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>

Modified: head/graphics/inkscape/distinfo
==============================================================================
--- head/graphics/inkscape/distinfo	Thu Jan 28 12:27:42 2021	(r563130)
+++ head/graphics/inkscape/distinfo	Thu Jan 28 12:29:45 2021	(r563131)
@@ -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

Modified: head/graphics/inkscape/pkg-plist
==============================================================================
--- head/graphics/inkscape/pkg-plist	Thu Jan 28 12:27:42 2021	(r563130)
+++ head/graphics/inkscape/pkg-plist	Thu Jan 28 12:29:45 2021	(r563131)
@@ -66,6 +66,10 @@ share/icons/hicolor/48x48/apps/org.inkscape.Inkscape.p
 %%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.p
 %%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
+ at dir %%DATADIR%%/extensions/__pycache__
+ at dir %%DATADIR%%/extensions/barcode/__pycache__
+ at dir %%DATADIR%%/extensions/ink2canvas_lib/__pycache__
+ at dir %%DATADIR%%/extensions/inkex/__pycache__
+ at dir %%DATADIR%%/extensions/inkex/deprecated-simple/__pycache__
+ at dir %%DATADIR%%/extensions/inkex/elements/__pycache__
+ at dir %%DATADIR%%/extensions/inkex/tester/__pycache__


More information about the svn-ports-all mailing list