1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Upgrade to 0.62b

PR:		ports/35258
Submitted by:	maintainer
This commit is contained in:
Vanilla I. Shu 2002-02-28 15:12:32 +00:00
parent 1210574995
commit 5376317fe6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55335
6 changed files with 14 additions and 77 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= muttprint
PORTVERSION= 0.62a
PORTVERSION= 0.62b
CATEGORIES= print mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= muttprint

View File

@ -1 +1 @@
MD5 (muttprint-0.62a.tar.gz) = 36f7280c9d157fa4890742b0e6f76f2e
MD5 (muttprint-0.62b.tar.gz) = a52e4e827ff7a2d9d2aabca2d6f244eb

View File

@ -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'} =

View File

@ -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

View File

@ -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

View File

@ -21,8 +21,8 @@ bin/muttprint
%%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 @@ bin/muttprint
%%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