aboutsummaryrefslogtreecommitdiff
path: root/mail/wanderlust-devel
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2012-01-23 14:18:56 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2012-01-23 14:18:56 +0000
commit73cee91d1648289c780524e7de3fd78ee789fca7 (patch)
tree6a637a664ba92fd34bfc437c199c0ccfc8f59113 /mail/wanderlust-devel
parent7af0ce78af839e4580093a86773a907b54b765dd (diff)
Notes
Diffstat (limited to 'mail/wanderlust-devel')
-rw-r--r--mail/wanderlust-devel/Makefile8
-rw-r--r--mail/wanderlust-devel/distinfo4
-rw-r--r--mail/wanderlust-devel/files/patch-WL-MK20
3 files changed, 27 insertions, 5 deletions
diff --git a/mail/wanderlust-devel/Makefile b/mail/wanderlust-devel/Makefile
index e592a1ccd607..612e6e2046b5 100644
--- a/mail/wanderlust-devel/Makefile
+++ b/mail/wanderlust-devel/Makefile
@@ -7,7 +7,6 @@
PORTNAME= wanderlust
PORTVERSION= 2.15.9.b.${SNAPDATE}
-PORTREVISION= 3
CATEGORIES= mail elisp
MASTER_SITES= http://www.jpl.org/elips/wl/snapshots/ \
${MASTER_SITE_LOCAL}
@@ -23,8 +22,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USE_EMACS= yes
-SNAPDATE= 20110420
-SNAPTIME= 0743
+SNAPDATE= 20120102
+SNAPTIME= 0309
CONFLICTS= wanderlust-*-2.14.*
NO_LATEST_LINK= yes
@@ -84,6 +83,9 @@ MAKE_ARGS+= EMACS=${EMACS_CMD} XEMACS=${EMACS_CMD} \
post-extract:
@${CP} ${FILESDIR}/WL-CFG ${WRKSRC}
+post-configure:
+ ${REINPLACE_CMD} -e 's|%%EMACS_LIBDIR_WITH_VER%%|${PREFIX}/${EMACS_LIBDIR_WITH_VER}|' ${WRKSRC}/WL-MK
+
post-install:
.if !exists(${EMACS_W3M_LISP_FILE})
${INSTALL_DATA} ${WRKSRC}/elmo/elmo-shimbun.el ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/wl
diff --git a/mail/wanderlust-devel/distinfo b/mail/wanderlust-devel/distinfo
index aa2771232de1..2ea968e451c6 100644
--- a/mail/wanderlust-devel/distinfo
+++ b/mail/wanderlust-devel/distinfo
@@ -1,2 +1,2 @@
-SHA256 (wanderlust-201104200743.tar.gz) = 27a9d32d9fc52c61881ed8bdf3e9e5380364e21069a1705d3324383ed3fb74f7
-SIZE (wanderlust-201104200743.tar.gz) = 1141802
+SHA256 (wanderlust-201201020309.tar.gz) = 9130d3c99d9a02fc650d40fba27dd6ee69f52bb749fb074cd21c597344043294
+SIZE (wanderlust-201201020309.tar.gz) = 1146152
diff --git a/mail/wanderlust-devel/files/patch-WL-MK b/mail/wanderlust-devel/files/patch-WL-MK
new file mode 100644
index 000000000000..771e231a12df
--- /dev/null
+++ b/mail/wanderlust-devel/files/patch-WL-MK
@@ -0,0 +1,20 @@
+--- WL-MK.orig 2012-01-23 21:34:34.000000000 +0900
++++ WL-MK 2012-01-23 21:38:11.000000000 +0900
+@@ -131,7 +131,7 @@
+ (defvar PIXMAPDIR
+ (if (string= pixmap-dir "NONE")
+ (if packagedir
+- (expand-file-name "etc/wl/" packagedir)
++ (expand-file-name "wl/icons/" packagedir)
+ (expand-file-name "wl/icons/" data-directory))
+ pixmap-dir)))
+ (if PIXMAPDIR
+@@ -148,7 +148,7 @@
+ (princ (format "LISPDIR is %s\n" LISPDIR))
+ (setq command-line-args-left (cdr command-line-args-left))
+ ;; PIXMAPDIR check.
+- (config-wl-pixmap-dir)
++ (config-wl-pixmap-dir "%%EMACS_LIBDIR_WITH_VER%%/etc")
+ (princ "\n"))
+
+ (defun update-version ()