From owner-freebsd-ports Wed Feb 13 1: 0:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9023E37B402 for ; Wed, 13 Feb 2002 01:00:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D901E56210; Wed, 13 Feb 2002 01:00:01 -0800 (PST) (envelope-from gnats) Received: from gatesrv.RZ.UniBw-Muenchen.de (unknown [137.193.11.27]) by hub.freebsd.org (Postfix) with ESMTP id 9E65737B405 for ; Wed, 13 Feb 2002 00:55:20 -0800 (PST) Received: from nemesis.informatik.unibw-muenchen.de (nemesis.Informatik.UniBw-Muenchen.de [137.193.60.30]) by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id g1D8pal13035 for ; Wed, 13 Feb 2002 09:51:36 +0100 (MET) Received: from localhost (localhost.informatik.unibw-muenchen.de [127.0.0.1]) by nemesis.informatik.unibw-muenchen.de (Postfix) with ESMTP id D07145A548 for ; Wed, 13 Feb 2002 09:50:41 +0100 (CET) Received: by nemesis.informatik.unibw-muenchen.de (Postfix, from userid 1001) id CD9DE5A545; Wed, 13 Feb 2002 09:50:40 +0100 (CET) Message-Id: <20020213085040.CD9DE5A545@nemesis.informatik.unibw-muenchen.de> Date: Wed, 13 Feb 2002 09:50:40 +0100 (CET) From: Oliver Braun To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/34900: Update port: print/muttprint (add dependencies and -w for perl) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34900 >Category: ports >Synopsis: Update port: print/muttprint (add dependencies and -w for perl) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 13 01:00:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Braun >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD nemesis.informatik.unibw-muenchen.de 4.5-STABLE FreeBSD 4.5-STABLE #0: Tue Jan 29 14:37:26 CET 2002 root@nemesis.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/NEMESIS_OB i386 >Description: Add dependencies on teTeX, psutils, and ImageMagick. Add -w flag for perl. Patch is included in "Fix" section. Thanks to Alan Eldridge. Regards, Olli >How-To-Repeat: >Fix: Index: print/muttprint/Makefile =================================================================== RCS file: /home/alane/cvsroot/ports/print/muttprint/Makefile,v retrieving revision 1.3 diff -u -3 -r1.3 Makefile --- print/muttprint/Makefile 12 Feb 2002 22:58:58 -0000 1.3 +++ print/muttprint/Makefile 13 Feb 2002 05:20:37 -0000 @@ -7,12 +7,20 @@ PORTNAME= muttprint PORTVERSION= 0.61 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= muttprint MAINTAINER= obraun@informatik.unibw-muenchen.de + +.if !defined(PAPERSIZE) +PAPERSIZE= letter +.endif + +RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ + psnup:${PORTSDIR}/print/psutils-${PAPERSIZE} \ + convert:${PORTSDIR}/graphics/ImageMagick MAN1= muttprint.1 MANCOMPRESSED= yes Index: print/muttprint/files/patch-ab =================================================================== RCS file: /home/alane/cvsroot/ports/print/muttprint/files/patch-ab,v retrieving revision 1.2 diff -u -3 -r1.2 patch-ab --- print/muttprint/files/patch-ab 12 Feb 2002 22:58:59 -0000 1.2 +++ print/muttprint/files/patch-ab 13 Feb 2002 03:46:12 -0000 @@ -1,5 +1,11 @@ --- muttprint.orig Sat Dec 15 08:49:39 2001 -+++ muttprint Tue Feb 12 01:48:40 2002 ++++ muttprint Tue Feb 12 22:45:53 2002 +@@ -1,4 +1,4 @@ +-#!/usr/bin/perl ++#!/usr/bin/perl -w + # + # Hinweis: Tabulatorbreite: 4 Zeichen + # (automatische Einstellung für ViM durch letzte Zeile) @@ -34,7 +34,7 @@ # Deklaration erzwingen use strict; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message