Update to 2.6.15: lots of bug fixes.
From: Christian Rueger <cr@rueger-net.de>
This commit is contained in:
parent
40027b4e79
commit
6f7a95030f
@ -1,17 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2005/02/07 19:01:50 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2005/10/31 14:01:33 naddy Exp $
|
||||
|
||||
COMMENT= "highly customizable e-mail to HTML converter"
|
||||
|
||||
VERSION= 2.6.8
|
||||
VERSION= 2.6.15
|
||||
DISTNAME= MHonArc-${VERSION}
|
||||
PKGNAME= ${DISTNAME:L}
|
||||
CATEGORIES= www mail
|
||||
CATEGORIES= www mail
|
||||
|
||||
HOMEPAGE= http://www.mhonarc.org/
|
||||
|
||||
MASTER_SITES= http://www.mhonarc.org/release/MHonArc/tar/ \
|
||||
http://www.nacs.uci.edu/indiv/ehood/tar/ \
|
||||
ftp://ftp.plig.org/pub/CPAN/authors/id/EHOOD/
|
||||
ftp://ftp.plig.org/pub/CPAN/authors/id/EHOOD/
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -37,7 +37,7 @@ EXTRAS= mha-mhedit/*
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mhonarc
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mhonarc/examples
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mhonarc/examples
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mhonarc/extras
|
||||
cd ${WRKSRC}/examples && ${INSTALL_DATA} ${EXAMPLES} \
|
||||
${PREFIX}/share/examples/mhonarc/examples
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (MHonArc-2.6.8.tar.gz) = 058dc8ab73db2ce0c37d401ffc57b609
|
||||
RMD160 (MHonArc-2.6.8.tar.gz) = 5f913f0082f84b535e2b7d92533195fac18519cb
|
||||
SHA1 (MHonArc-2.6.8.tar.gz) = df81ad3c291c3b24eb742419636b7a0b2148260c
|
||||
SIZE (MHonArc-2.6.8.tar.gz) = 1902907
|
||||
MD5 (MHonArc-2.6.15.tar.gz) = fa90cc83645125df476232eed2422656
|
||||
RMD160 (MHonArc-2.6.15.tar.gz) = 7f87155c0dc03e7b72da1c5109b464551d225c36
|
||||
SHA1 (MHonArc-2.6.15.tar.gz) = b641fae1d32a98c793eecd1e840b066a37ecda32
|
||||
SIZE (MHonArc-2.6.15.tar.gz) = 1932656
|
||||
|
@ -1,7 +1,9 @@
|
||||
$OpenBSD: patch-examples_mha-preview,v 1.1 2002/09/15 01:09:47 pvalchev Exp $
|
||||
--- examples/mha-preview.orig Tue Sep 10 05:02:20 2002
|
||||
+++ examples/mha-preview Tue Sep 10 05:03:15 2002
|
||||
$OpenBSD: patch-examples_mha-preview,v 1.2 2005/10/31 14:01:34 naddy Exp $
|
||||
--- examples/mha-preview.orig Tue Jul 5 04:06:21 2005
|
||||
+++ examples/mha-preview Thu Oct 20 16:59:21 2005
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/local/bin/perl
|
||||
+#!/usr/bin/perl
|
||||
##---------------------------------------------------------------------------##
|
||||
## File:
|
||||
## $Id: patch-examples_mha-preview,v 1.2 2005/10/31 14:01:34 naddy Exp $
|
||||
|
@ -1,7 +1,9 @@
|
||||
$OpenBSD: patch-examples_mhasiteinit_pl,v 1.1 2002/09/15 01:09:47 pvalchev Exp $
|
||||
--- examples/mhasiteinit.pl.orig Tue Sep 10 05:02:44 2002
|
||||
+++ examples/mhasiteinit.pl Tue Sep 10 05:03:05 2002
|
||||
$OpenBSD: patch-examples_mhasiteinit_pl,v 1.2 2005/10/31 14:01:34 naddy Exp $
|
||||
--- examples/mhasiteinit.pl.orig Thu Jun 2 04:12:30 2005
|
||||
+++ examples/mhasiteinit.pl Thu Oct 20 16:59:21 2005
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/local/bin/perl
|
||||
+#!/usr/bin/perl
|
||||
##---------------------------------------------------------------------------##
|
||||
## File:
|
||||
## $Id: patch-examples_mhasiteinit_pl,v 1.2 2005/10/31 14:01:34 naddy Exp $
|
||||
|
@ -1,9 +0,0 @@
|
||||
$OpenBSD: patch-mha-dbedit,v 1.1.1.1 2000/10/09 00:04:58 avsm Exp $
|
||||
--- mha-dbedit.orig Fri Sep 29 22:58:55 2000
|
||||
+++ mha-dbedit Fri Sep 29 22:59:04 2000
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/local/bin/perl
|
||||
+#!/usr/bin/perl
|
||||
##---------------------------------------------------------------------------##
|
||||
## File:
|
||||
## @(#) mha-dbedit 1.3 00/04/24 00:13:52
|
@ -1,9 +0,0 @@
|
||||
$OpenBSD: patch-mha-dbrecover,v 1.1.1.1 2000/10/09 00:04:58 avsm Exp $
|
||||
--- mha-dbrecover.orig Fri Sep 29 22:58:02 2000
|
||||
+++ mha-dbrecover Fri Sep 29 22:58:14 2000
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/local/bin/perl
|
||||
+#!/usr/bin/perl
|
||||
##---------------------------------------------------------------------------##
|
||||
## File:
|
||||
## @(#) mha-dbrecover 1.3 00/04/24 00:13:55
|
@ -1,9 +0,0 @@
|
||||
$OpenBSD: patch-mha-decode,v 1.1.1.1 2000/10/09 00:04:58 avsm Exp $
|
||||
--- mha-decode.orig Fri Sep 29 22:58:22 2000
|
||||
+++ mha-decode Fri Sep 29 22:58:42 2000
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/local/bin/perl
|
||||
+#!/usr/bin/perl
|
||||
##---------------------------------------------------------------------------##
|
||||
## File:
|
||||
## @(#) mha-decode 1.3 00/04/24 00:13:53
|
@ -1,9 +0,0 @@
|
||||
$OpenBSD: patch-mhonarc,v 1.1.1.1 2000/10/09 00:04:58 avsm Exp $
|
||||
--- mhonarc.orig Fri Sep 29 22:57:14 2000
|
||||
+++ mhonarc Fri Sep 29 22:57:25 2000
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/local/bin/perl
|
||||
+#!/usr/bin/perl
|
||||
##---------------------------------------------------------------------------##
|
||||
## File:
|
||||
## @(#) mhonarc 2.5 00/04/24 00:13:37
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2004/09/15 18:49:50 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2005/10/31 14:01:34 naddy Exp $
|
||||
bin/mha-dbedit
|
||||
bin/mha-dbrecover
|
||||
bin/mha-decode
|
||||
@ -222,6 +222,8 @@ share/doc/mhonarc/resources/addressmodifycode.html
|
||||
share/doc/mhonarc/resources/afs.html
|
||||
share/doc/mhonarc/resources/annotate.html
|
||||
share/doc/mhonarc/resources/archive.html
|
||||
share/doc/mhonarc/resources/attachmentdir.html
|
||||
share/doc/mhonarc/resources/attachmenturl.html
|
||||
share/doc/mhonarc/resources/authorbegin.html
|
||||
share/doc/mhonarc/resources/authorend.html
|
||||
share/doc/mhonarc/resources/authsort.html
|
||||
@ -305,6 +307,7 @@ share/doc/mhonarc/resources/mimeargs.html
|
||||
share/doc/mhonarc/resources/mimedecoders.html
|
||||
share/doc/mhonarc/resources/mimeexcs.html
|
||||
share/doc/mhonarc/resources/mimefilters.html
|
||||
share/doc/mhonarc/resources/mimeincs.html
|
||||
share/doc/mhonarc/resources/modifybodyaddresses.html
|
||||
share/doc/mhonarc/resources/modtime.html
|
||||
share/doc/mhonarc/resources/months.html
|
||||
@ -324,6 +327,7 @@ share/doc/mhonarc/resources/msgprefix.html
|
||||
share/doc/mhonarc/resources/msgsep.html
|
||||
share/doc/mhonarc/resources/multipg.html
|
||||
share/doc/mhonarc/resources/news.html
|
||||
share/doc/mhonarc/resources/newsurl.html
|
||||
share/doc/mhonarc/resources/nextbutton.html
|
||||
share/doc/mhonarc/resources/nextbuttonia.html
|
||||
share/doc/mhonarc/resources/nextlink.html
|
||||
@ -345,6 +349,7 @@ share/doc/mhonarc/resources/prevlink.html
|
||||
share/doc/mhonarc/resources/prevlinkia.html
|
||||
share/doc/mhonarc/resources/prevpglink.html
|
||||
share/doc/mhonarc/resources/prevpglinkia.html
|
||||
share/doc/mhonarc/resources/printxcomments.html
|
||||
share/doc/mhonarc/resources/quiet.html
|
||||
share/doc/mhonarc/resources/rcfile.html
|
||||
share/doc/mhonarc/resources/reconvert.html
|
||||
@ -490,7 +495,7 @@ share/examples/mhonarc/examples/utf-8-encode.mrc
|
||||
share/examples/mhonarc/examples/utf-8.mrc
|
||||
share/examples/mhonarc/extras/
|
||||
share/examples/mhonarc/extras/INSTALL
|
||||
share/examples/mhonarc/extras/README
|
||||
share/examples/mhonarc/extras/README.txt
|
||||
share/examples/mhonarc/extras/mha-mhedit
|
||||
share/examples/mhonarc/extras/mha-mhedit.html
|
||||
share/examples/mhonarc/extras/mha-repl.mrc
|
||||
|
Loading…
Reference in New Issue
Block a user