From lizard@informatik.unibw-muenchen.de  Wed Feb 13 00:55:22 2002
Return-Path: <lizard@informatik.unibw-muenchen.de>
Received: from gatesrv.RZ.UniBw-Muenchen.de (unknown [137.193.11.27])
	by hub.freebsd.org (Postfix) with ESMTP id 9E65737B405
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <obraun@informatik.unibw-muenchen.de>
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: print/muttprint (add dependencies and -w for perl)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 13 01:00:01 PST 2002
>Closed-Date:    Wed Feb 13 07:59:27 PST 2002
>Last-Modified:  Wed Feb 13 07:59:36 PST 2002
>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 fr ViM durch letzte Zeile)
 @@ -34,7 +34,7 @@
  # Deklaration erzwingen
  use strict;


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: dwcjr 
State-Changed-When: Wed Feb 13 07:59:27 PST 2002 
State-Changed-Why:  
Committed, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34900 
>Unformatted:
