svn commit: r370632 - head/print/muttprint

Kurt Jaeger pi at FreeBSD.org
Sat Oct 11 11:50:14 UTC 2014


Author: pi
Date: Sat Oct 11 11:50:13 2014
New Revision: 370632
URL: https://svnweb.freebsd.org/changeset/ports/370632
QAT: https://qat.redports.org/buildarchive/r370632/

Log:
  print/muttprint: add run_deps, change maintainer to submitter
  
  Patch see
  https://lists.freebsd.org/pipermail/freebsd-ports/2014-October/095916.html
  - Submitter wants to be maintainer
  
  Submitted by:	Matthias Apitz <guru at unixarea.de>

Modified:
  head/print/muttprint/Makefile

Modified: head/print/muttprint/Makefile
==============================================================================
--- head/print/muttprint/Makefile	Sat Oct 11 10:31:10 2014	(r370631)
+++ head/print/muttprint/Makefile	Sat Oct 11 11:50:13 2014	(r370632)
@@ -7,10 +7,12 @@ PORTREVISION=	10
 CATEGORIES?=	print mail
 MASTER_SITES=	SF/muttprint/muttprint/muttprint-${PORTVERSION}
 
-MAINTAINER?=	ports at FreeBSD.org
+MAINTAINER?=	guru at unixarea.de
 COMMENT?=	Utility to print mail for most any mail client
 
 RUN_DEPENDS=	psnup:${PORTSDIR}/print/psutils \
+		latex:${PORTSDIR}/print/texlive-full \
+		dvips:${PORTSDIR}/print/tex-dvipsk \
 		uncompface:${PORTSDIR}/mail/faces \
 		convert:${PORTSDIR}/graphics/ImageMagick \
 		p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \


More information about the svn-ports-all mailing list