Show
Ignore:
Timestamp:
04/03/08 06:15:06 (8 months ago)
Author:
hans
Message:

update cl-smtp from trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/thirdparty/cl-smtp/cl-smtp.asd

    r2790 r2855  
    1818 
    1919(asdf:defsystem :cl-smtp 
    20   :version "20071113.1" 
     20  :version "20080202.1" 
    2121  :perform (load-op :after (op webpage) 
    2222                    (pushnew :cl-smtp cl:*features*)) 
    23   :depends-on (:usocket #-allegro :cl-base64  
    24                         #-allegro :flexi-streams 
    25                         #-allegro :cl+ssl) 
     23  :depends-on (:usocket  
     24               :trivial-gray-streams 
     25               :flexi-streams 
     26               #-allegro :cl-base64  
     27               #-allegro :cl+ssl) 
    2628  :serial t 
    2729  :components ((:file "package")