diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-11-20 22:38:13 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-11-20 22:38:13 +0000 |
commit | 9844f1472ec7472f01e5137ed6c3e7f1a3484646 (patch) | |
tree | 0063c6a7a52f44fb4812577432667554a0e66961 /www/hypermail | |
parent | Style police: remove trailing space in WWW tag (diff) |
Update to 2.1.3
Notes
Notes:
svn path=/head/; revision=50295
Diffstat (limited to '')
-rw-r--r-- | www/hypermail/Makefile | 2 | ||||
-rw-r--r-- | www/hypermail/distinfo | 2 | ||||
-rw-r--r-- | www/hypermail/files/patch-docs::Makefile.in | 10 | ||||
-rw-r--r-- | www/hypermail/pkg-plist | 1 |
4 files changed, 9 insertions, 6 deletions
diff --git a/www/hypermail/Makefile b/www/hypermail/Makefile index bdbf5397b48f..4572233eeb0f 100644 --- a/www/hypermail/Makefile +++ b/www/hypermail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hypermail -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.3 CATEGORIES= www mail MASTER_SITES= http://www.landfield.com/hypermail/dist/ diff --git a/www/hypermail/distinfo b/www/hypermail/distinfo index ea8434ed33c9..cd9223f85d2c 100644 --- a/www/hypermail/distinfo +++ b/www/hypermail/distinfo @@ -1 +1 @@ -MD5 (hypermail-2.1.2.tar.gz) = fac341030716684617e39ff3564570e5 +MD5 (hypermail-2.1.3.tar.gz) = d1f50096b4871006bfc441412fceb36c diff --git a/www/hypermail/files/patch-docs::Makefile.in b/www/hypermail/files/patch-docs::Makefile.in index 476abd863a4a..7a96ffb17f81 100644 --- a/www/hypermail/files/patch-docs::Makefile.in +++ b/www/hypermail/files/patch-docs::Makefile.in @@ -1,6 +1,8 @@ ---- docs/Makefile.in.orig Sat May 26 14:33:01 2001 -+++ docs/Makefile.in Sat May 26 14:33:40 2001 -@@ -38,11 +38,13 @@ +$FreeBSD$ + +--- docs/Makefile.in.orig Sun May 28 12:43:28 2000 ++++ docs/Makefile.in Tue Nov 20 17:30:25 2001 +@@ -38,11 +38,14 @@ $(INSTALL_PROG) -c -m 0644 hmrc.4 $(mandir)/man4 install.html: @@ -8,7 +10,7 @@ @(if [ ! -d $(htmldir) ]; then mkdir -p $(htmldir); fi) $(INSTALL_PROG) -c -m 0644 hr.yellow.gif $(htmldir) $(INSTALL_PROG) -c -m 0644 hypermail.gif $(htmldir) -- $(INSTALL_PROG) -c -m 0644 hypermail.html $(htmldir) + $(INSTALL_PROG) -c -m 0644 hypermail.html $(htmldir) + $(INSTALL_PROG) -c -m 0644 hypermail-faq.html $(htmldir) $(INSTALL_PROG) -c -m 0644 customizing.html $(htmldir) $(INSTALL_PROG) -c -m 0644 hmrc.html $(htmldir) diff --git a/www/hypermail/pkg-plist b/www/hypermail/pkg-plist index bd7362ab05dd..a23ec3e74349 100644 --- a/www/hypermail/pkg-plist +++ b/www/hypermail/pkg-plist @@ -6,4 +6,5 @@ bin/rdmsg %%PORTDOCS%%share/doc/hypermail/hr.yellow.gif %%PORTDOCS%%share/doc/hypermail/hypermail-faq.html %%PORTDOCS%%share/doc/hypermail/hypermail.gif +%%PORTDOCS%%share/doc/hypermail/hypermail.html %%PORTDOCS%%@dirrm share/doc/hypermail |