diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2007-01-16 12:43:47 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2007-01-16 12:43:47 +0000 |
commit | 7a979a24acc86871fa956b1f78943f132dd6a3ae (patch) | |
tree | 34408662e4a4f80be498aafe27720b022c5e1195 /mail/prom-wl | |
parent | 534ee7ad203a012c1c59e8dccee421e5ff5f8051 (diff) | |
download | ports-7a979a24acc86871fa956b1f78943f132dd6a3ae.tar.gz ports-7a979a24acc86871fa956b1f78943f132dd6a3ae.zip |
Notes
Diffstat (limited to 'mail/prom-wl')
-rw-r--r-- | mail/prom-wl/Makefile | 7 | ||||
-rw-r--r-- | mail/prom-wl/distinfo | 6 | ||||
-rw-r--r-- | mail/prom-wl/pkg-descr | 4 | ||||
-rw-r--r-- | mail/prom-wl/pkg-plist | 12 |
4 files changed, 14 insertions, 15 deletions
diff --git a/mail/prom-wl/Makefile b/mail/prom-wl/Makefile index b66b44e7fd4f..7bf7f6b80b86 100644 --- a/mail/prom-wl/Makefile +++ b/mail/prom-wl/Makefile @@ -6,17 +6,16 @@ # PORTNAME= prom-wl -PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTVERSION= 2.7.0 CATEGORIES= mail elisp MASTER_SITES= http://www.h6.dion.ne.jp/~nytheta/software/pub/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= araujo@bsdmail.org COMMENT= Procmail reader for Wanderlust on GNU Emacs # This port requires Wanderlust. But we can't decide which Wanderlust to # depends, there is NO RUN_DEPENDS mail/wanderlust-*. -RUN_DEPENDS= procmail:${PORTSDIR}/mail/procmail +#RUN_DEPENDS= procmail:${PORTSDIR}/mail/procmail NO_BUILD= yes diff --git a/mail/prom-wl/distinfo b/mail/prom-wl/distinfo index 974925092dd2..7be70d6cba6d 100644 --- a/mail/prom-wl/distinfo +++ b/mail/prom-wl/distinfo @@ -1,3 +1,3 @@ -MD5 (prom-wl-1.1.2.tar.gz) = 105d31a52eb6b140aea026da1996cdaa -SHA256 (prom-wl-1.1.2.tar.gz) = b83dc4297120476516e0bf634e2dd63d2257da42f097dede1fde8e5f9dd89d01 -SIZE (prom-wl-1.1.2.tar.gz) = 12139 +MD5 (prom-wl-2.7.0.tar.gz) = 984ca84694e4971afa9d7e2831f46c69 +SHA256 (prom-wl-2.7.0.tar.gz) = 964c3106e42cca9f0c069c502b19bd8157d71c0e2b513ca190f015bcb654de48 +SIZE (prom-wl-2.7.0.tar.gz) = 10563 diff --git a/mail/prom-wl/pkg-descr b/mail/prom-wl/pkg-descr index 7cdb56ed1c90..d96842645030 100644 --- a/mail/prom-wl/pkg-descr +++ b/mail/prom-wl/pkg-descr @@ -21,8 +21,8 @@ Where detail specification for .emacs and .procmailrc may be shown in /usr/local/share/doc/prom-wl/prom-usage.jis or procmail(1). And for usage of byte_compile scripts, run byte-compile with -h option. -Run with "M-x prom-wl" in your emacs editors, Wanderlust will be invoked and then -search unread mails from procmail log to show unread message from top of +Run with "M-x prom-wl" in your emacs editors, Wanderlust will be invoked and +then search unread mails from procmail log to show unread message from top of entries that you specfied in ~/.pronmailrc. -KIRIYAMA Kazuhiko diff --git a/mail/prom-wl/pkg-plist b/mail/prom-wl/pkg-plist index 6074a1a8fe27..61652a837bca 100644 --- a/mail/prom-wl/pkg-plist +++ b/mail/prom-wl/pkg-plist @@ -1,15 +1,15 @@ share/emacs/site-lisp/prom-wl.el lib/xemacs/site-packages/lisp/prom-wl/prom-wl.el lib/xemacs/site-packages/pkginfo/MANIFEST.prom-wl -share/doc/prom-wl/ChangeLog -share/doc/prom-wl/prom-wl-usage.jis -share/doc/prom-wl/byte-compile -share/examples/prom-wl/dot.emacs -share/examples/prom-wl/dot.procmailrc +%%DOCSDIR%%/ChangeLog +%%DOCSDIR%%/prom-wl-usage.jis +%%DOCSDIR%%/byte-compile +%%EXAMPLESDIR%%/dot.emacs +%%EXAMPLESDIR%%/dot.procmailrc @dirrm lib/xemacs/site-packages/lisp/prom-wl @dirrmtry lib/xemacs/site-packages/lisp @dirrmtry lib/xemacs/site-packages/pkginfo @dirrmtry lib/xemacs/site-packages @dirrmtry lib/xemacs -@dirrm share/doc/prom-wl @dirrm share/examples/prom-wl +%%PORTDOCS%%@dirrm %%DOCSDIR%% |