Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2002 00:33:34 +0100 (CET)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/35066: [Maintainer Update] print/muttprint: Update to 0.62a
Message-ID:  <20020217233334.08AAA5A545@nemesis.informatik.unibw-muenchen.de>

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

>Number:         35066
>Category:       ports
>Synopsis:       [Maintainer Update] print/muttprint: Update to 0.62a
>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:   Sun Feb 17 16:10: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:

* Update muttprint to version 0.62a (released 020216)
* Add dependency to devel/p5-TimeDate for new feature
* remove PORTREVISION

>How-To-Repeat:
>Fix:


diff -ruN muttprint.bak/Makefile muttprint/Makefile
--- muttprint.bak/Makefile	Sun Feb 17 23:12:27 2002
+++ muttprint/Makefile	Mon Feb 18 00:09:49 2002
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	muttprint
-PORTVERSION=	0.61
-PORTREVISION=	3
+PORTVERSION=	0.62a
 CATEGORIES=	print mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	muttprint
@@ -21,7 +20,8 @@
 RUN_DEPENDS=	latex:${PORTSDIR}/print/teTeX \
 		psnup:${PORTSDIR}/print/psutils-${PAPERSIZE} \
 		uncompface:${PORTSDIR}/graphics/compface \
-		convert:${PORTSDIR}/graphics/ImageMagick
+		convert:${PORTSDIR}/graphics/ImageMagick \
+		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate
 
 MAN1=		muttprint.1
 MANCOMPRESSED=	yes
diff -ruN muttprint.bak/distinfo muttprint/distinfo
--- muttprint.bak/distinfo	Tue Feb 12 05:18:17 2002
+++ muttprint/distinfo	Sun Feb 17 23:46:30 2002
@@ -1 +1 @@
-MD5 (muttprint-0.61.tar.gz) = d0d1150e85fd6321ecdba48c581d01ee
+MD5 (muttprint-0.62a.tar.gz) = 36f7280c9d157fa4890742b0e6f76f2e
diff -ruN muttprint.bak/files/patch-aa muttprint/files/patch-aa
--- muttprint.bak/files/patch-aa	Tue Feb 12 05:18:19 2002
+++ muttprint/files/patch-aa	Sun Feb 17 23:52:37 2002
@@ -1,15 +1,15 @@
---- Makefile.orig	Sat Nov 24 15:12:48 2001
-+++ Makefile	Fri Jan  4 19:36:34 2002
-@@ -7,21 +7,21 @@
+--- Makefile.orig	Sun Feb 17 23:47:21 2002
++++ Makefile	Sun Feb 17 23:51:49 2002
+@@ -7,26 +7,26 @@
  
  # Change this for local installation, 
  # e. g. /home/user or /usr/local
--prefix = /usr
-+# prefix = /usr
+-prefix = /usr/local
++#prefix = /usr/local
  
  # Change this for some distributions (current setting
  # is OK for SuSE)
--docdir = $(prefix)/share/doc/packages
+-docdir = /usr/share/doc/packages
 +docdir = ${PREFIX}/share/doc
  
  # Change this to $(prefix)/man for older distributions
@@ -17,6 +17,12 @@
 -mandir = $(prefix)/share/man
 +mandir = ${PREFIX}/man
  
+ #
+ # Muttprint needs GNU make. If you installed GNU make
+ # as `gmake', you have to change this
+-MAKE = make
++#MAKE = make
+ 
  # Change this three directories only if you're know
  # what you do
 -sharedir = $(prefix)/share
@@ -28,7 +34,7 @@
  
  #####################################################
  #####################################################
-@@ -30,23 +30,25 @@
+@@ -35,23 +35,25 @@
  INSTALLBIN = $(install) -m 0755 
  INSTALL = $(install) -m 0644 
  
@@ -47,18 +53,18 @@
 -	$(INSTALLBIN) muttprint $(bindir)/
 -	$(INSTALL) CHANGES COPYING INSTALL README* sample-muttprintrc-* \
 -		$(docdir)/muttprint/
--	$(INSTALL) pics/* $(sharedir)/muttprint/
--	$(INSTALL) translations/* $(libdir)/muttprint/
--	make -C doc/manual docdir=$(docdir) install
--	make -C doc/manpages mandir=$(mandir) install
+-	$(INSTALL) `find pics -type f -print` $(sharedir)/muttprint/
+-	$(INSTALL) `find translations -type f -print` $(libdir)/muttprint/
+-	$(MAKE) -C doc/manual docdir=$(docdir) install
+-	$(MAKE) -C doc/manpages mandir=$(mandir) install
 +	${BSD_INSTALL_SCRIPT} muttprint $(bindir)/
-+	${BSD_INSTALL_DATA} pics/* $(sharedir)/muttprint/
-+	${BSD_INSTALL_DATA} translations/* $(libdir)/muttprint/
++	${BSD_INSTALL_DATA} `find pics -type f -print` $(sharedir)/muttprint/
++	${BSD_INSTALL_DATA} `find translations -type f -print` $(libdir)/muttprint/
 +
 +install-with-doc: install
 +	mkdir -p $(docdir)/muttprint
 +	${BSD_INSTALL_DATA} CHANGES COPYING INSTALL README* \
-+	        sample-muttprintrc-* $(docdir)/muttprint/
++		sample-muttprintrc-* $(docdir)/muttprint/
 +	${MAKE} -C doc/manual docdir=$(docdir) install
 +	${MAKE} -C doc/manpages mandir=$(mandir) install
  
diff -ruN muttprint.bak/files/patch-ab muttprint/files/patch-ab
--- muttprint.bak/files/patch-ab	Wed Feb 13 16:59:10 2002
+++ muttprint/files/patch-ab	Mon Feb 18 00:00:58 2002
@@ -1,5 +1,5 @@
---- muttprint.orig	Sat Dec 15 08:49:39 2001
-+++ muttprint	Tue Feb 12 22:45:53 2002
+--- 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
@@ -15,7 +15,7 @@
  # Deklaration nach Perl-5.005-Art
  use vars qw($VERSION %String $LPack $charset);
  use sigtrap qw(die INT QUIT);
-@@ -158,8 +158,8 @@
+@@ -185,8 +185,8 @@
  
  if ($Config{'PENGUIN'} eq "on") {
  	$Config{'PENGUIN'} = 
@@ -25,4 +25,4 @@
 +			? "$share_dir/Beastie.eps" : "off";
  }
  
- 
+ ReadConfig ($Config{RCFILE});
diff -ruN muttprint.bak/files/patch-ac muttprint/files/patch-ac
--- muttprint.bak/files/patch-ac	Tue Feb 12 05:18:19 2002
+++ muttprint/files/patch-ac	Mon Feb 18 00:03:07 2002
@@ -1,5 +1,5 @@
---- doc/manual/Makefile.orig	Fri Jan  4 15:06:22 2002
-+++ doc/manual/Makefile	Fri Jan  4 15:07:23 2002
+--- 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 @@
  #
  # This is the main makefile for documentation
diff -ruN muttprint.bak/files/patch-ad muttprint/files/patch-ad
--- muttprint.bak/files/patch-ad	Tue Feb 12 05:18:19 2002
+++ muttprint/files/patch-ad	Mon Feb 18 00:07:05 2002
@@ -1,5 +1,16 @@
---- doc/manpages/Makefile.orig	Mon Oct 22 17:39:34 2001
-+++ doc/manpages/Makefile	Fri Jan  4 19:29:01 2002
+--- doc/manpages/Makefile.orig	Mon Feb 18 00:03:28 2002
++++ doc/manpages/Makefile	Mon Feb 18 00:06:49 2002
+@@ -4,8 +4,8 @@
+ 
+ VERSION = 0.62
+ POD2MAN = pod2man --section=1 --release=$(VERSION)
+-prefix = /usr
+-mandir = $(prefix)/share/man
++#prefix = /usr
++mandir = ${PREFIX}/man
+ INSTALL = install -m 0644 
+ gzip = gzip -f
+ 
 @@ -16,7 +16,7 @@
  TITLE_CS = "Krátký manuál Muttprintu"
  
@@ -9,15 +20,18 @@
  german: de/muttprint.1.gz
  english: en/muttprint.1.gz
  italian: it/muttprint.1.gz
-@@ -51,11 +51,11 @@
+@@ -49,13 +49,12 @@
+ 	$(POD2MAN) --center=$(TITLE_CS) cs/muttprint.pod cs/muttprint.1
+ 	$(gzip) cs/muttprint.1
  
- install: de/muttprint.1.gz en/muttprint.1.gz es/muttprint.1.gz \
-  			it/muttprint.1.gz cs/muttprint.1.gz
+-install: de/muttprint.1.gz en/muttprint.1.gz es/muttprint.1.gz \
+- 			it/muttprint.1.gz cs/muttprint.1.gz
 -	$(INSTALL) en/muttprint.1.gz $(mandir)/man1/
 -	$(INSTALL) de/muttprint.1.gz $(mandir)/de/man1/
 -	$(INSTALL) es/muttprint.1.gz $(mandir)/es/man1/
 -	$(INSTALL) it/muttprint.1.gz $(mandir)/it/man1/
 -	$(INSTALL) cs/muttprint.1.gz $(mandir)/cs/man1/
++install: en/muttprint.1.gz
 +	${BSD_INSTALL_MAN} en/muttprint.1.gz $(mandir)/man1/
 +#	$(INSTALL) de/muttprint.1.gz $(mandir)/de/man1/
 +#	$(INSTALL) es/muttprint.1.gz $(mandir)/es/man1/
diff -ruN muttprint.bak/pkg-plist muttprint/pkg-plist
--- muttprint.bak/pkg-plist	Tue Feb 12 05:18:17 2002
+++ muttprint/pkg-plist	Mon Feb 18 00:14:40 2002
@@ -4,18 +4,19 @@
 %%PORTDOCS%%share/doc/muttprint/INSTALL
 %%PORTDOCS%%share/doc/muttprint/README
 %%PORTDOCS%%share/doc/muttprint/README.Gnus
+%%PORTDOCS%%share/doc/muttprint/README.Latex
 %%PORTDOCS%%share/doc/muttprint/README.translations
 %%PORTDOCS%%share/doc/muttprint/manual-de/muttprint.html
 %%PORTDOCS%%share/doc/muttprint/manual-de/x15.html
 %%PORTDOCS%%share/doc/muttprint/manual-de/x23.html
-%%PORTDOCS%%share/doc/muttprint/manual-de/x167.html
-%%PORTDOCS%%share/doc/muttprint/manual-de/x475.html
+%%PORTDOCS%%share/doc/muttprint/manual-de/x192.html
+%%PORTDOCS%%share/doc/muttprint/manual-de/x623.html
 %%PORTDOCS%%share/doc/muttprint/manual-de.pdf
 %%PORTDOCS%%share/doc/muttprint/manual-en/muttprint.html
 %%PORTDOCS%%share/doc/muttprint/manual-en/x15.html
 %%PORTDOCS%%share/doc/muttprint/manual-en/x23.html
-%%PORTDOCS%%share/doc/muttprint/manual-en/x166.html
-%%PORTDOCS%%share/doc/muttprint/manual-en/x472.html
+%%PORTDOCS%%share/doc/muttprint/manual-en/x191.html
+%%PORTDOCS%%share/doc/muttprint/manual-en/x622.html
 %%PORTDOCS%%share/doc/muttprint/manual-en.pdf
 %%PORTDOCS%%share/doc/muttprint/manual-es/muttprint.html
 %%PORTDOCS%%share/doc/muttprint/manual-es/x15.html
@@ -26,12 +27,13 @@
 %%PORTDOCS%%share/doc/muttprint/manual-it/muttprint.html
 %%PORTDOCS%%share/doc/muttprint/manual-it/x15.html
 %%PORTDOCS%%share/doc/muttprint/manual-it/x23.html
-%%PORTDOCS%%share/doc/muttprint/manual-it/x166.html
-%%PORTDOCS%%share/doc/muttprint/manual-it/x466.html
+%%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-de
 %%PORTDOCS%%share/doc/muttprint/sample-muttprintrc-en
 %%PORTDOCS%%share/doc/muttprint/sample-muttprintrc-es
+%%PORTDOCS%%share/doc/muttprint/sample-muttprintrc-fr
 %%PORTDOCS%%share/doc/muttprint/sample-muttprintrc-it
 share/muttprint/BabyTuX.eps
 share/muttprint/BabyTuX.png


>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?20020217233334.08AAA5A545>