Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Feb 2002 23:37:04 +0100 (CET)
From:      oabtc@t-online.de (Oliver Braun)
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/35258: [Maintainer Update] Update print/muttprint to 62b
Message-ID:  <20020223223704.45C841AB04@galore.unsane.de>

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

>Number:         35258
>Category:       ports
>Synopsis:       [Maintainer Update] Update print/muttprint to 62b
>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:   Sat Feb 23 14:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Braun
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD galore.unsane.de 4.5-STABLE FreeBSD 4.5-STABLE #0: Fri Feb 22 16:43:19 CET 2002 root@galore.unsane.de:/usr/obj/usr/src/sys/GALORE_OB i386


>Description:

Update to new version
(update of spanish translation and part of the FreeBSD port patches were
 merged into main distribution)

Regards,
         Olli

>How-To-Repeat:
>Fix:

diff -ruN muttprint.bak/Makefile muttprint/Makefile
--- muttprint.bak/Makefile	Sat Feb 23 23:07:02 2002
+++ muttprint/Makefile	Sat Feb 23 23:07:12 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	muttprint
-PORTVERSION=	0.62a
+PORTVERSION=	0.62b
 CATEGORIES=	print mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	muttprint
diff -ruN muttprint.bak/distinfo muttprint/distinfo
--- muttprint.bak/distinfo	Sat Feb 23 23:07:02 2002
+++ muttprint/distinfo	Sat Feb 23 23:12:39 2002
@@ -1 +1 @@
-MD5 (muttprint-0.62a.tar.gz) = 36f7280c9d157fa4890742b0e6f76f2e
+MD5 (muttprint-0.62b.tar.gz) = a52e4e827ff7a2d9d2aabca2d6f244eb
diff -ruN muttprint.bak/files/patch-ab muttprint/files/patch-ab
--- muttprint.bak/files/patch-ab	Sat Feb 23 23:07:02 2002
+++ muttprint/files/patch-ab	Sat Feb 23 23:15:53 2002
@@ -1,21 +1,6 @@
---- muttprint.orig	Sun Feb 17 23:53:01 2002
-+++ muttprint	Mon Feb 18 00:00:39 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;
- # for developing and testing only
--use warnings;
-+#use warnings;
- # Deklaration nach Perl-5.005-Art
- use vars qw($VERSION %String $LPack $charset);
- use sigtrap qw(die INT QUIT);
-@@ -185,8 +185,8 @@
+--- muttprint.orig	Sat Feb 23 23:15:04 2002
++++ muttprint	Sat Feb 23 23:15:35 2002
+@@ -183,8 +183,8 @@
  
  if ($Config{'PENGUIN'} eq "on") {
  	$Config{'PENGUIN'} = 
diff -ruN muttprint.bak/files/patch-ac muttprint/files/patch-ac
--- muttprint.bak/files/patch-ac	Sat Feb 23 23:07:02 2002
+++ muttprint/files/patch-ac	Sat Feb 23 23:17:35 2002
@@ -1,6 +1,6 @@
---- doc/manual/Makefile.orig	Mon Feb 18 00:01:26 2002
-+++ doc/manual/Makefile	Mon Feb 18 00:02:48 2002
-@@ -1,40 +1,37 @@
+--- doc/manual/Makefile.orig	Sat Feb 23 23:16:35 2002
++++ doc/manual/Makefile	Sat Feb 23 23:17:10 2002
+@@ -1,11 +1,7 @@
  #
  # This is the main makefile for documentation
  
@@ -8,57 +8,8 @@
 -docdir = $(prefix)/share/doc/packages
 -INSTALL = install -m 0644
 -INSTALLDIR = install -d 
+-MAKE = make
 +docdir = ${PREFIX}/share/doc
  
  
  
- default: 
--	make -C de
--	make -C es
--	make -C en
--	make -C it
--#	make -C cs
-+	${MAKE} -C de
-+	${MAKE} -C es
-+	${MAKE} -C en
-+	${MAKE} -C it
-+#	${MAKE} -C cs
- 
- all:
--	make -C de all
--	make -C es all
--	make -C en all
--	make -C it all
--#	make -C cs all
-+	${MAKE} -C de all
-+	${MAKE} -C es all
-+	${MAKE} -C en all
-+	${MAKE} -C it all
-+#	${MAKE} -C cs all
- 
- install:
--	make -C de install
--	make -C es install
--	make -C en install
--	make -C it install
--#	make -C cs install
-+	${MAKE} -C de install
-+	${MAKE} -C es install
-+	${MAKE} -C en install
-+	${MAKE} -C it install
-+#	${MAKE} -C cs install
- 
- clean:
--	make -C de clean
--	make -C es clean
--	make -C en clean
--	make -C it clean
--#	make -C cs clean
-+	${MAKE} -C de clean
-+	${MAKE} -C es clean
-+	${MAKE} -C en clean
-+	${MAKE} -C it clean
-+#	${MAKE} -C cs clean
- 	
- 
- 	
diff -ruN muttprint.bak/files/patch-ad muttprint/files/patch-ad
--- muttprint.bak/files/patch-ad	Sat Feb 23 23:07:02 2002
+++ muttprint/files/patch-ad	Sat Feb 23 23:19:32 2002
@@ -1,5 +1,5 @@
---- doc/manpages/Makefile.orig	Mon Feb 18 00:03:28 2002
-+++ doc/manpages/Makefile	Mon Feb 18 00:06:49 2002
+--- doc/manpages/Makefile.orig	Sat Feb 23 23:17:56 2002
++++ doc/manpages/Makefile	Sat Feb 23 23:19:15 2002
 @@ -4,8 +4,8 @@
  
  VERSION = 0.62
diff -ruN muttprint.bak/pkg-plist muttprint/pkg-plist
--- muttprint.bak/pkg-plist	Sat Feb 23 23:07:02 2002
+++ muttprint/pkg-plist	Sat Feb 23 23:25:30 2002
@@ -21,8 +21,8 @@
 %%PORTDOCS%%share/doc/muttprint/manual-es/muttprint.html
 %%PORTDOCS%%share/doc/muttprint/manual-es/x15.html
 %%PORTDOCS%%share/doc/muttprint/manual-es/x23.html
-%%PORTDOCS%%share/doc/muttprint/manual-es/x157.html
-%%PORTDOCS%%share/doc/muttprint/manual-es/x404.html
+%%PORTDOCS%%share/doc/muttprint/manual-es/x190.html
+%%PORTDOCS%%share/doc/muttprint/manual-es/x623.html
 %%PORTDOCS%%share/doc/muttprint/manual-es.pdf
 %%PORTDOCS%%share/doc/muttprint/manual-it/muttprint.html
 %%PORTDOCS%%share/doc/muttprint/manual-it/x15.html
@@ -30,6 +30,7 @@
 %%PORTDOCS%%share/doc/muttprint/manual-it/x191.html
 %%PORTDOCS%%share/doc/muttprint/manual-it/x617.html
 %%PORTDOCS%%share/doc/muttprint/manual-it.pdf
+%%PORTDOCS%%share/doc/muttprint/sample-muttprintrc-cs
 %%PORTDOCS%%share/doc/muttprint/sample-muttprintrc-de
 %%PORTDOCS%%share/doc/muttprint/sample-muttprintrc-en
 %%PORTDOCS%%share/doc/muttprint/sample-muttprintrc-es
>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?20020223223704.45C841AB04>