diff options
author | bmah <bmah@FreeBSD.org> | 2001-07-20 23:57:40 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2001-07-20 23:57:40 +0000 |
commit | e99605a568afa65a8fe044552b2cf57d78a14f6b (patch) | |
tree | 6552b2f845ce1907d386ac7b98d5e35504a6e9bf /mail/exmh2 | |
parent | 854cec6bb8fbfd85178c4f48ef0e636eda57cc2c (diff) | |
download | FreeBSD-ports-e99605a568afa65a8fe044552b2cf57d78a14f6b.zip FreeBSD-ports-e99605a568afa65a8fe044552b2cf57d78a14f6b.tar.gz |
Update for exmh-2.5.
Diffstat (limited to 'mail/exmh2')
-rw-r--r-- | mail/exmh2/Makefile | 6 | ||||
-rw-r--r-- | mail/exmh2/distinfo | 2 | ||||
-rw-r--r-- | mail/exmh2/pkg-plist | 1 | ||||
-rw-r--r-- | mail/exmh2/scripts/build | 2 | ||||
-rw-r--r-- | mail/exmh2/scripts/install | 2 |
5 files changed, 8 insertions, 5 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile index 15e25af..a826df8 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 6342730..bdad740 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 bec8e04..8158300 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 7596a8e..97cef60 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 a34869a..bc24175 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 |