Date: Sun, 6 Oct 2013 23:11:57 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329638 - head/mail/textmail Message-ID: <201310062311.r96NBvjt070280@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310062311.r96NBvjt070280>