Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2002 09:50:40 +0100 (CET)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34900: Update port: print/muttprint (add dependencies and -w for perl)
Message-ID:  <20020213085040.CD9DE5A545@nemesis.informatik.unibw-muenchen.de>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020213085040.CD9DE5A545>