Update to 2.7.2
From Michael Paddon <michael@paddon.org> (MAINTAINER)
This commit is contained in:
parent
855b8c847b
commit
b16b4e7d4e
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2003/12/27 23:30:05 jose Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2005/04/05 22:50:56 alek Exp $
|
||||
|
||||
COMMENT= "Tcl/Tk interface to the MH mail system"
|
||||
|
||||
DISTNAME= exmh-2.6.3
|
||||
DISTNAME= exmh-2.7.2
|
||||
CATEGORIES= mail
|
||||
|
||||
HOMEPAGE= http://www.beedub.com/exmh/
|
||||
@ -24,6 +24,7 @@ RUN_DEPENDS= :expect-*:lang/expect\
|
||||
USE_X11= Yes
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
PKG_ARCH= *
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKBUILD}/exmh ${PREFIX}/bin/exmh
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (exmh-2.6.3.tar.gz) = 5b04d70b7f827f4e520d8b68b28b3efe
|
||||
RMD160 (exmh-2.6.3.tar.gz) = 3ccb20b27bed115b73e55351ef6633d30044b551
|
||||
SHA1 (exmh-2.6.3.tar.gz) = 3d41d4c735b7248cb10937950ea2adb0e3f4033c
|
||||
SIZE (exmh-2.6.3.tar.gz) = 910556
|
||||
MD5 (exmh-2.7.2.tar.gz) = fdb7c6ff26d0429ea950590a36f1369f
|
||||
RMD160 (exmh-2.7.2.tar.gz) = fd0d8689304cdb6dcbcd341ec5ba5f8f5b2f9712
|
||||
SHA1 (exmh-2.7.2.tar.gz) = 0e8e11c29c7e1b9371d5a72b4cb2bf6085f20edf
|
||||
SIZE (exmh-2.7.2.tar.gz) = 1081601
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2004/09/15 09:09:42 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2005/04/05 22:50:57 alek Exp $
|
||||
bin/exmh
|
||||
bin/exmh-async
|
||||
bin/exmh-bg
|
||||
@ -7,8 +7,6 @@ bin/ftp.expect
|
||||
bin/inc.expect
|
||||
@man man/man1/exmh.1
|
||||
share/exmh/
|
||||
share/exmh/.mime.tcl.swp
|
||||
share/exmh/1058.1.txt
|
||||
share/exmh/PgpDecryptExpect
|
||||
share/exmh/addr.tcl
|
||||
share/exmh/aliases.tcl
|
||||
@ -43,6 +41,7 @@ share/exmh/bitmaps/send.xbm
|
||||
share/exmh/bitmaps/sign.xbm
|
||||
share/exmh/bitmaps/unmark.xbm
|
||||
share/exmh/bitmaps/write.xbm
|
||||
share/exmh/bogo.tcl
|
||||
share/exmh/busy.tcl
|
||||
share/exmh/buttons.tcl
|
||||
share/exmh/clink.au
|
||||
@ -166,6 +165,7 @@ share/exmh/mh.tcl
|
||||
share/exmh/mime.tcl
|
||||
share/exmh/mime.types
|
||||
share/exmh/mimeSun.tcl
|
||||
share/exmh/mimencode.tcl
|
||||
share/exmh/mosaic.tcl
|
||||
share/exmh/msg.tcl
|
||||
share/exmh/msgShow.tcl
|
||||
|
8
mail/exmh2/scripts/configure
vendored
8
mail/exmh2/scripts/configure
vendored
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Configuration script for exmh-2.6.1.
|
||||
# $OpenBSD: configure,v 1.4 2003/12/27 23:30:05 jose Exp $
|
||||
# $OpenBSD: configure,v 1.5 2005/04/05 22:50:57 alek Exp $
|
||||
#
|
||||
|
||||
perl << 'EOPERL'
|
||||
@ -10,7 +10,7 @@ use DirHandle;
|
||||
use FileHandle;
|
||||
|
||||
#
|
||||
# We used to try and work out the default mail domain, but this make
|
||||
# We used to try and work out the default mail domain, but this made
|
||||
# it difficult to build a package. Well configured MTAs should
|
||||
# fully qualify all addresses anyway.
|
||||
#
|
||||
@ -20,9 +20,9 @@ my $prefix = exists $ENV{"PREFIX"} ? $ENV{"PREFIX"} : "/usr/local";
|
||||
my $localbase = exists $ENV{"LOCALBASE"} ? $ENV{"LOCALBASE"} : "/usr/local";
|
||||
my $config = "
|
||||
# Saved state from exmh.install
|
||||
# Fri Apr 4 10:35:26 EST 2003
|
||||
# Mon Mar 14 10:59:18 MST 2005
|
||||
set wish $localbase/bin/wish8.4
|
||||
set exmh(version) {version 2.6.1 02/18/2003}
|
||||
set exmh(version) {version 2.7.2 01/07/2005}
|
||||
set exmh(name) exmh
|
||||
set exmh(maintainer) welch\@acm.org
|
||||
set mh_path $localbase/bin
|
||||
|
Loading…
Reference in New Issue
Block a user