Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12663

Modified Files:
        wl.info wl.patch 
Log Message:
sync with 10.4-transitional and 10.4 tree.

Index: wl.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/wl.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- wl.patch    30 Mar 2005 03:40:21 -0000      1.2
+++ wl.patch    23 Mar 2006 03:45:16 -0000      1.3
@@ -10,10 +10,10 @@
  
  ;; Set language for info file ("ja" or "en", both in default).
  ;; If you only need manual in English, uncomment following line.
-diff -Naur wl-2.12.2.orig/fink/wl-install wl-2.12.2/fink/wl-install
---- wl-2.12.2.orig/fink/wl-install     Thu Jan  1 09:00:00 1970
-+++ wl-2.12.2/fink/wl-install  Mon Mar 14 15:51:58 2005
-@@ -0,0 +1,230 @@
+diff -Naur wl-2.14.0.orig/fink/wl-install wl-2.14.0/fink/wl-install
+--- wl-2.14.0.orig/fink/wl-install     1970-01-01 09:00:00.000000000 +0900
++++ wl-2.14.0/fink/wl-install  2006-03-23 12:11:00.000000000 +0900
+@@ -0,0 +1,228 @@
 +#!/bin/sh
 +# @PREFIX@/lib/emacsen-common/packages/install/wl
 +set -e
@@ -46,7 +46,7 @@
 +EMACSEN_NOMULE=""
 +
 +FLAVOR_SUFFIX=`echo ${FLAVOR} | cut -s -d - -f 2`
-+FLAVORTEST=`echo ${FLAVOR} | cut -c-6`
++FLAVORTEST=`echo ${FLAVOR} | sed -e s/^s// | cut -c-6`
 +if [ "X${FLAVORTEST}" = "Xxemacs" ]; then
 +  FLAVOR_BODY=`echo ${FLAVOR} | cut -d - -f 1`
 +  if [ "X${FLAVOR_SUFFIX}" = "Xmule" ]; then
@@ -189,11 +189,9 @@
 +        > ${ELCDIR}/CompilationLog 2>&1
 +      make EMACS=${EMACSEN} LISPDIR=${ELCDIR} PIXMAPDIR=${ELCDIR}/icons \
 +        install >> ${ELCDIR}/CompilationLog 2>&1
-+      make EMACS=${EMACSEN} LISPDIR=${ELCDIR} PIXMAPDIR=${ELCDIR}/icons \
-+        clean >> ${ELCDIR}/CompilationLog 2>&1
 +      cd ${ELCDIR}
-+      echo "mv ${ELCDIR}/wl/wl-news.el ${ELCDIR}/wl-news.el" >> 
${ELCDIR}/CompilationLog 2>&1
-+      mv ${ELCDIR}/wl/wl-news.el ${ELCDIR}/wl-news.el
++      echo "mv ${ELCDIR}/wl/wl-news.el ${ELCDIR}/" >> 
${ELCDIR}/CompilationLog 2>&1
++      mv ${ELCDIR}/wl/wl-news.el ${ELCDIR}/
 +      echo "rm -rf ${ELCDIR}/wl/*.el ${ELCDIR}/icons ${ELCDIR}/tmp" >> 
${ELCDIR}/CompilationLog 2>&1
 +      rm -rf ${ELCDIR}/wl/*.el ${ELCDIR}/icons ${ELCDIR}/tmp
 +      echo "mv ${ELCDIR}/wl/* ${ELCDIR}/" >> ${ELCDIR}/CompilationLog 2>&1
@@ -244,9 +242,9 @@
 +fi
 +
 +exit 0
-diff -Naur wl-2.12.2.orig/fink/wl-remove wl-2.12.2/fink/wl-remove
---- wl-2.12.2.orig/fink/wl-remove      Thu Jan  1 09:00:00 1970
-+++ wl-2.12.2/fink/wl-remove   Mon Mar 14 05:36:08 2005
+diff -Naur wl-2.14.0.orig/fink/wl-remove wl-2.14.0/fink/wl-remove
+--- wl-2.14.0.orig/fink/wl-remove      1970-01-01 09:00:00.000000000 +0900
++++ wl-2.14.0/fink/wl-remove   2006-03-23 11:46:58.000000000 +0900
 @@ -0,0 +1,25 @@
 +#!/bin/sh
 +# @PREFIX@/lib/emacsen-common/packages/remove/wl
@@ -273,10 +271,10 @@
 +echo " done."
 +
 +exit 0
-diff -Naur wl-2.12.2.orig/fink/wl-startup wl-2.12.2/fink/wl-startup
---- wl-2.12.2.orig/fink/wl-startup     Thu Jan  1 09:00:00 1970
-+++ wl-2.12.2/fink/wl-startup  Thu Mar 24 16:19:54 2005
-@@ -0,0 +1,90 @@
+diff -Naur wl-2.14.0.orig/fink/wl-startup wl-2.14.0/fink/wl-startup
+--- wl-2.14.0.orig/fink/wl-startup     1970-01-01 09:00:00.000000000 +0900
++++ wl-2.14.0/fink/wl-startup  2006-03-23 11:50:31.000000000 +0900
+@@ -0,0 +1,92 @@
 +;;; 65wl.el --- Fink wl startup file  -*-mode: emacs-lisp;-*-
 +
 +;;; Code:
@@ -306,6 +304,8 @@
 +    (autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
 +    (autoload 'wl-draft "wl" "Write draft with Wanderlust." t)
 +    (setq wl-icon-directory "@PREFIX@/share/pixmaps/wl/")
++    ;(setq ssl-certificate-directory "@PREFIX@/etc/ssl/certs")
++    ;(setq ssl-certificate-verification-policy 3)
 +    (setq elmo-archive-tar-method-alist
 +        '((ls    . ("tar" "-tf"))
 +          (cat   . ("tar" "-Oxf"))

Index: wl.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/wl.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- wl.info     23 May 2005 15:30:18 -0000      1.4
+++ wl.info     23 Mar 2006 03:45:16 -0000      1.5
@@ -1,6 +1,6 @@
 Package: wl
 Version: 2.14.0+cvs20050405
-Revision: 1
+Revision: 2
 Depends: emacsen, apel (>= 10.6-1), flim (>= 1.14.6-1) | limit (>= 1.14.6-1), 
semi (>= 1.14.6-1), make
 Suggests: gnupg, openssl, w3m-el, mhc, starttls
 Provides: imap-client, mail-reader, news-reader



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to