Ticket #14587: Portfile.diff
File Portfile.diff, 1.3 KB (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 17 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name gst 5 version 3.0. 15 version 3.0.2 6 6 categories lang 7 7 maintainers nomaintainer@macports.org 8 8 description free implementation of Smalltalk-80 … … 15 15 platforms darwin 16 16 master_sites gnu:smalltalk 17 17 distname smalltalk-${version} 18 checksums sha1 c9c62e71c9c2be810956f0027c16889882e04201 18 checksums md5 2c471da97c8a174d9b0f6586555ebb0c \ 19 sha1 c3fcb2d1f318221b3fc43372516bb6c6f3d20112 \ 20 rmd160 a69034f3d91d56c25430db193414bfefab8e79f4 19 21 20 22 depends_build port:zip 21 23 … … 28 30 port:tk 29 31 30 32 configure.args --infodir=${prefix}/share/info \ 31 --mandir=${prefix}/share/man 32 # --disable-generational-gc \ 33 # --disable-gtk \ 33 --mandir=${prefix}/share/man \ 34 --with-gmp=${prefix}/lib \ 35 --with-readline=${prefix}/lib \ 36 --with-tcl=${prefix}/lib \ 37 --with-tk=${prefix}/lib \ 38 --with-libiconv-prefix=${prefix} 34 39 35 40 test.run yes 36 41 test.target check … … 38 43 platform darwin 6 { 39 44 depends_lib-append port:dlcompat 40 45 } 46 47 livecheck.regex smalltalk-(\\d+(?:\\.\\d+)*)${extract.suffix}