svn commit: r499663 - head/textproc/pdfsandwich

Yuri Victorovich yuri at FreeBSD.org
Mon Apr 22 17:45:00 UTC 2019


Author: yuri
Date: Mon Apr 22 17:44:59 2019
New Revision: 499663
URL: https://svnweb.freebsd.org/changeset/ports/499663

Log:
  textproc/pdfsandwich: Add the missing pdfunite:graphics/poppler-utils dependency
  
  Reported by:	Poul-Henning Kamp <phk at phk.freebsd.dk>

Modified:
  head/textproc/pdfsandwich/Makefile

Modified: head/textproc/pdfsandwich/Makefile
==============================================================================
--- head/textproc/pdfsandwich/Makefile	Mon Apr 22 17:38:04 2019	(r499662)
+++ head/textproc/pdfsandwich/Makefile	Mon Apr 22 17:44:59 2019	(r499663)
@@ -2,7 +2,7 @@
 
 PORTNAME=	pdfsandwich
 DISTVERSION=	0.1.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 MASTER_SITES=	SF/${PORTNAME}/pdfsandwich%20${DISTVERSION}/
 
@@ -14,6 +14,7 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	gawk:lang/gawk \
 		ocamlopt:lang/ocaml
 RUN_DEPENDS=	convert:graphics/ImageMagick6 \
+		pdfunite:graphics/poppler-utils \
 		tesseract:graphics/tesseract \
 		unpaper:graphics/unpaper
 


More information about the svn-ports-all mailing list