Ticket #16967: acl2-3.4.diff
File acl2-3.4.diff, 1.2 KB (added by dbueno@…, 16 years ago) |
---|
-
ports/math/acl2/Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name acl2 5 version 3. 26 set shortversion v3- 25 version 3.4 6 set shortversion v3-4 7 7 categories math 8 8 maintainers gwright@macports.org 9 9 platforms darwin … … 43 43 ${homepage}/distrib/acl2-sources/books:workshops \ 44 44 ${homepage}/distrib/acl2-sources/books:nonstd 45 45 46 checksums acl2.tar.gz md5 406a6349fb20483fd2b75f21f984157e\47 workshops.tar.gz md5 218a53abcbb53bac3c286c28df9ee0ad\48 nonstd.tar.gz md5 58b6f12ec3b68cf6c0ba30b8bd040d4b46 checksums acl2.tar.gz md5 00c210b69b585941d856616c7a66c463 \ 47 workshops.tar.gz md5 f7b5d5be32399d48407ec3a768d914b0 \ 48 nonstd.tar.gz md5 d5e664da07b1f12f98c90a161cc77701 49 49 50 50 post-extract { 51 51 file rename ${workpath}/${name}-sources ${workpath}/${name}-${version} … … 86 86 } else { 87 87 system "cd ${worksrcpath} && make large LISP=sbcl" 88 88 if {[variant_isset nonstd]} { 89 system " make large-acl2r LISP=sbcl"89 system "cd ${worksrcpath} && make large-acl2r LISP=sbcl" 90 90 } 91 91 } 92 92 }