Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Oct 2020 20:20:14 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552684 - head/graphics/inkscape
Message-ID:  <202010182020.09IKKEZF078053@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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+ \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010182020.09IKKEZF078053>