From owner-svn-ports-head@FreeBSD.ORG Sat Oct 11 11:50:14 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 38F2C129; Sat, 11 Oct 2014 11:50:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24DB1C55; Sat, 11 Oct 2014 11:50:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9BBoEFM022413; Sat, 11 Oct 2014 11:50:14 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9BBoDwO022412; Sat, 11 Oct 2014 11:50:13 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201410111150.s9BBoDwO022412@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 11 Oct 2014 11:50:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370632 - head/print/muttprint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2014 11:50:14 -0000 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 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@FreeBSD.org +MAINTAINER?= guru@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 \