X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fpostoffice.asd;h=de3614663676914aa2030d1d6d02629c4596b4f1;hb=922eb9604ed32d3412e71cb41530dfa8a0216ef0;hp=bbeaef20365d59e81024843581ad843bd7b155fa;hpb=3982daabce7eab2cac2fad524e3bae9c3fec3fef;p=postoffice.git diff --git a/debian/postoffice.asd b/debian/postoffice.asd index bbeaef2..de36146 100644 --- a/debian/postoffice.asd +++ b/debian/postoffice.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Sep 2002 ;;;; -;;;; $Id: postoffice.asd,v 1.1 2002/10/09 14:25:14 kevin Exp $ +;;;; $Id: postoffice.asd,v 1.3 2002/10/16 02:10:56 kevin Exp $ ;;;; ;;;; This file, part of cl-postoffice, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -18,10 +18,11 @@ (in-package :asdf) +#+(or allegro lispworks cmu openmcl) (defsystem :postoffice :name "cl-postoffice" - :author "Kevin Layer, Franz, Inc" - :version "2.2.12.2.6.1" + :author "Franz, Inc" + :version "CVS.2002.10.09" :maintainer "Kevin M. Rosenberg " :licence "GNU Lesser General Public License" :description "Franz's Post Office Package" @@ -31,11 +32,13 @@ (pushnew :postoffice cl:*features*)) :components - ((:file "smtp") - (:file "imap")) + ((:file "package") + (:file "smtp" :depends-on ("package")) + (:file "imap" :depends-on ("package"))) #-allegro :depends-on #-allegro (:acl-compat) ) +#+(or allegro lispworks cmu openmcl) (when (ignore-errors (find-class 'load-compiled-op)) (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :postoffice)))) (pushnew :postoffice cl:*features*)))