aboutsummaryrefslogtreecommitdiff
path: root/mail/exmh2
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2001-07-20 23:57:40 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2001-07-20 23:57:40 +0000
commit50bdb03aa49088eeda4f9450e5cfca9ac512489b (patch)
tree7ce2796b40c52de2d51fae1026a1e9aa52e0b369 /mail/exmh2
parentf5fadd527a7ccf9c23fd244a983b3b8f2349382f (diff)
downloadports-50bdb03aa49088eeda4f9450e5cfca9ac512489b.tar.gz
ports-50bdb03aa49088eeda4f9450e5cfca9ac512489b.zip
Update for exmh-2.5.
Notes
Notes: svn path=/head/; revision=45304
Diffstat (limited to 'mail/exmh2')
-rw-r--r--mail/exmh2/Makefile6
-rw-r--r--mail/exmh2/distinfo2
-rw-r--r--mail/exmh2/pkg-plist1
-rw-r--r--mail/exmh2/scripts/build2
-rw-r--r--mail/exmh2/scripts/install2
5 files changed, 8 insertions, 5 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile
index 15e25af07435..a826df8f02b8 100644
--- a/mail/exmh2/Makefile
+++ b/mail/exmh2/Makefile
@@ -7,9 +7,11 @@
# "+=" and "?=" lines are for sharing this Makefile with japanese/exmh2.
PORTNAME= exmh
-PORTVERSION= 2.3.1
+PORTVERSION= 2.5
CATEGORIES+= mail tk83
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/%SUBDIR%/
+MASTER_SITES+= ftp://tcl.activestate.com/pub/tcl/%SUBDIR%/
+MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER?= bmah@FreeBSD.org
diff --git a/mail/exmh2/distinfo b/mail/exmh2/distinfo
index 6342730fc791..bdad7407b2dd 100644
--- a/mail/exmh2/distinfo
+++ b/mail/exmh2/distinfo
@@ -1 +1 @@
-MD5 (exmh-2.3.1.tar.gz) = 6c864681c157c03ce82c82876ca04e10
+MD5 (exmh-2.5.tar.gz) = f40c3cebfe9102d66ec27a9098b4717e
diff --git a/mail/exmh2/pkg-plist b/mail/exmh2/pkg-plist
index bec8e04c55ad..81583003e77d 100644
--- a/mail/exmh2/pkg-plist
+++ b/mail/exmh2/pkg-plist
@@ -1,6 +1,7 @@
bin/exmh
bin/exmh-async
bin/exmh-bg
+bin/exmh-strip
bin/ftp.expect
bin/inc.expect
lib/exmh-%%EXMH_VERSION%%/PgpDecryptExpect
diff --git a/mail/exmh2/scripts/build b/mail/exmh2/scripts/build
index 7596a8eca8f9..97cef606e08f 100644
--- a/mail/exmh2/scripts/build
+++ b/mail/exmh2/scripts/build
@@ -87,7 +87,7 @@ sed <${FILESDIR}/${CONFIGFILE} \
-e "s+!!DATE!!+${DATE}+g" \
| sed -e 's/$/\\/' -e '$ s/.$//' >> ${SEDFILE}
-for i in exmh-async exmh-bg exmh ftp.expect inc.expect
+for i in exmh-async exmh-bg exmh-strip exmh ftp.expect inc.expect
do
echo "sed -f ${SEDFILE} < $i.MASTER > $i"
sed -f ${SEDFILE} < $i.MASTER > $i
diff --git a/mail/exmh2/scripts/install b/mail/exmh2/scripts/install
index a34869ac8a25..bc2417570faa 100644
--- a/mail/exmh2/scripts/install
+++ b/mail/exmh2/scripts/install
@@ -12,7 +12,7 @@ do
install -c -o bin -g bin -m 444 $i.l ${PREFIX}/man/man1/$i.1
done
-BINS="exmh-async exmh-bg exmh ftp.expect inc.expect"
+BINS="exmh-async exmh-bg exmh-strip exmh ftp.expect inc.expect"
echo "install -c -o bin -g bin -m 755 ${BINS} ${PREFIX}/bin"
install -c -o bin -g bin -m 755 ${BINS} ${PREFIX}/bin