Ticket #14587: Portfile.diff

File Portfile.diff, 1.3 KB (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago)
  • Portfile

    old new  
    22
    33PortSystem 1.0
    44name             gst
    5 version          3.0.1
     5version          3.0.2
    66categories       lang
    77maintainers      nomaintainer@macports.org
    88description      free implementation of Smalltalk-80
     
    1515platforms        darwin
    1616master_sites     gnu:smalltalk
    1717distname         smalltalk-${version}
    18 checksums        sha1 c9c62e71c9c2be810956f0027c16889882e04201
     18checksums        md5 2c471da97c8a174d9b0f6586555ebb0c \
     19                 sha1 c3fcb2d1f318221b3fc43372516bb6c6f3d20112 \
     20                 rmd160 a69034f3d91d56c25430db193414bfefab8e79f4
    1921
    2022depends_build    port:zip
    2123
     
    2830                 port:tk
    2931
    3032configure.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}
    3439
    3540test.run         yes
    3641test.target      check
     
    3843platform darwin 6 {
    3944    depends_lib-append port:dlcompat
    4045}
     46
     47livecheck.regex smalltalk-(\\d+(?:\\.\\d+)*)${extract.suffix}