diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2001-12-28 09:21:40 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2001-12-28 09:21:40 +0000 |
commit | f975d8fffa2c2453dc4a0e00aaa677d076682bc1 (patch) | |
tree | ca5a8a20147c2ea490a2818846abfe532cfe44ad /mail | |
parent | 66d07f13820750f62bda08127d18b175c46bc526 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/wanderlust-emacs20/Makefile | 9 | ||||
-rw-r--r-- | mail/wanderlust-xemacs21-mule/Makefile | 12 | ||||
-rw-r--r-- | mail/wanderlust/Makefile | 12 | ||||
-rw-r--r-- | mail/wanderlust/distinfo | 2 |
4 files changed, 20 insertions, 15 deletions
diff --git a/mail/wanderlust-emacs20/Makefile b/mail/wanderlust-emacs20/Makefile index bde929c132d1..c860c94588a7 100644 --- a/mail/wanderlust-emacs20/Makefile +++ b/mail/wanderlust-emacs20/Makefile @@ -5,14 +5,11 @@ # $FreeBSD$ # -MAINTAINER= nobutaka@FreeBSD.org - MASTERDIR= ${.CURDIR}/../../mail/wanderlust EMACS_PORT_NAME= emacs20 - -.if !defined(WITHOUT_X11) && !defined(WITHOUT_BITMAP) -RUN_DEPENDS= ${LOCALBASE}/${EMACS_SITE_LISPDIR}/bitmap/bitmap.el:${PORTSDIR}/editors/bitmap-emacs20 -.endif +MIMEUI_PORT_NAME= ${MIMEUI_PRODUCT}-${EMACS_PORT_NAME} +EMACS_W3M_PORT_NAME= emacs-w3m-${EMACS_PORT_NAME} +BITMAP_PORT_NAME= bitmap-${EMACS_PORT_NAME} .include <${MASTERDIR}/Makefile> diff --git a/mail/wanderlust-xemacs21-mule/Makefile b/mail/wanderlust-xemacs21-mule/Makefile index 5f70effb877e..cb066931195d 100644 --- a/mail/wanderlust-xemacs21-mule/Makefile +++ b/mail/wanderlust-xemacs21-mule/Makefile @@ -5,12 +5,20 @@ # $FreeBSD$ # -MAINTAINER= nobutaka@FreeBSD.org - MASTERDIR= ${.CURDIR}/../../mail/wanderlust EMACS_PORT_NAME= xemacs21-mule EMACS_PACKAGESDIR= lib/xemacs/site-packages MANIFEST= MANIFEST.wl +MIMEUI_PORT_NAME= ${MIMEUI_PRODUCT}-${EMACS_PORT_NAME} + +EMACS_W3M_PORT_NAME= emacs-w3m-${EMACS_PORT_NAME} +EMACS_W3M_LISP_FILE= ${LOCALBASE}/${EMACS_PACKAGESDIR}/lisp/w3m/shimbun.el + +ALL_TARGET= package +INSTALL_TARGET= install-package +UTILSDIR= ${EMACS_PACKAGESDIR}/lisp/wl +STARTUPDIR= ${EMACS_PACKAGESDIR}/lisp/wl + .include <${MASTERDIR}/Makefile> diff --git a/mail/wanderlust/Makefile b/mail/wanderlust/Makefile index be11cd925478..fbc0a960f065 100644 --- a/mail/wanderlust/Makefile +++ b/mail/wanderlust/Makefile @@ -6,14 +6,14 @@ # PORTNAME= wanderlust -PORTVERSION= 2.8.0.p2 +PORTVERSION= 2.8.1 CATEGORIES= mail elisp -MASTER_SITES= ftp://ftp.gohome.org/wl/beta/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,text/elisp/wl/beta/&,} \ - ftp://ftp.jaist.ac.jp/pub/GNU/elisp/ftp.gohome.org/wl/beta/ \ - http://www.jpl.org/elips/wl/beta/ +MASTER_SITES= ftp://ftp.gohome.org/wl/stable/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,text/elisp/wl/stable/&,} \ + ftp://ftp.jaist.ac.jp/pub/GNU/elisp/ftp.gohome.org/wl/stable/ \ + http://www.jpl.org/elips/wl/stable/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} -DISTNAME= wl-${PORTVERSION:S/.p2/pre2/} +DISTNAME= wl-${PORTVERSION} MAINTAINER= nobutaka@FreeBSD.org diff --git a/mail/wanderlust/distinfo b/mail/wanderlust/distinfo index ef3832378531..977a864b5f88 100644 --- a/mail/wanderlust/distinfo +++ b/mail/wanderlust/distinfo @@ -1 +1 @@ -MD5 (wl-2.8.0pre2.tar.gz) = c3621874b5dcabf03697cc680e038343 +MD5 (wl-2.8.1.tar.gz) = 8a11da5eb8b5990c0c0d99216e29e1ac |