svn commit: r552684 - head/graphics/inkscape

Kurt Jaeger pi at FreeBSD.org
Sun Oct 18 20:20:15 UTC 2020


Author: pi
Date: Sun Oct 18 20:20:14 2020
New Revision: 552684
URL: https://svnweb.freebsd.org/changeset/ports/552684

Log:
  graphics/inkscape: replace transfig with fig2dev
  
  Submitted by:	Keith Hellman <khellman at mcprogramming.com>

Modified:
  head/graphics/inkscape/Makefile

Modified: head/graphics/inkscape/Makefile
==============================================================================
--- head/graphics/inkscape/Makefile	Sun Oct 18 20:14:50 2020	(r552683)
+++ head/graphics/inkscape/Makefile	Sun Oct 18 20:20:14 2020	(r552684)
@@ -3,7 +3,7 @@
 
 PORTNAME=	inkscape
 PORTVERSION=	1.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics gnome
 MASTER_SITES=	https://media.inkscape.org/dl/resources/file/
 
@@ -43,7 +43,7 @@ RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scour>0:textproc/py-scour@${PY_FLAVOR} \
 		ps2pdf:print/ghostscript9-agpl-base \
-		fig2dev:print/transfig
+		fig2dev:print/fig2dev
 
 USES=		compiler:c++11-lib cmake cpe desktop-file-utils gnome \
 		iconv:wchar_t jpeg pathfix pkgconfig python:3.6+ \


More information about the svn-ports-all mailing list