diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2001-12-28 17:21:40 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2001-12-28 17:21:40 +0800 |
commit | d7ad0b5f91aa07c1392995563dfb51532b08139b (patch) | |
tree | 88eca80877b6b920063800fa5c128b2073d7d0ae /mail | |
parent | d6ce5d37957e81f271ce3d00048068a07d651446 (diff) | |
download | freebsd-ports-gnome-d7ad0b5f91aa07c1392995563dfb51532b08139b.tar.gz freebsd-ports-gnome-d7ad0b5f91aa07c1392995563dfb51532b08139b.tar.zst freebsd-ports-gnome-d7ad0b5f91aa07c1392995563dfb51532b08139b.zip |
Update to 2.8.1.
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 |