svn commit: r329638 - head/mail/textmail
John Marino
marino at FreeBSD.org
Sun Oct 6 23:11:57 UTC 2013
Author: marino
Date: Sun Oct 6 23:11:56 2013
New Revision: 329638
URL: http://svnweb.freebsd.org/changeset/ports/329638
Log:
mail/textmail: Fix previous pdftotext breakage better
This unmaintained port was marked broken after pdftotext was relocated
away from bin/ with the rest of the xpdf package. That happened to
avoid a conflict with poppler-utils. The better fix is to change the
dependency to use pdftotext program from the preferred poppler-utils
port which remains installed in the standard bin/ path.
Modified:
head/mail/textmail/Makefile
Modified: head/mail/textmail/Makefile
==============================================================================
--- head/mail/textmail/Makefile Sun Oct 6 23:05:05 2013 (r329637)
+++ head/mail/textmail/Makefile Sun Oct 6 23:11:56 2013 (r329638)
@@ -14,7 +14,7 @@ RUN_DEPENDS= antiword:${PORTSDIR}/textpr
catdoc:${PORTSDIR}/textproc/catdoc \
xls2csv:${PORTSDIR}/textproc/catdoc \
lynx:${PORTSDIR}/www/lynx \
- ${LOCALBASE}/libexec/xpdf/pdftotext:${PORTSDIR}/graphics/xpdf
+ pdftotext:${PORTSDIR}/graphics/poppler-utils
USES= perl5
PLIST_FILES= bin/${PORTNAME}
More information about the svn-ports-all
mailing list