Ticket #16812: Portfile.diff

File Portfile.diff, 1.8 KB (added by cooljeanius (Eric Gallager), 11 years ago)

diff between old portfile and new one

  • Portfile

    old new  
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
    34PortSystem          1.0
    45
    56name                open-cobol
    6 version             1.0
     7version             1.1
    78categories          lang
    8 maintainers         nomaintainer
     9maintainers         gwmail.gwu.edu:egall openmaintainer
     10license             GPL-2+
    911description         OpenCOBOL
    1012long_description    OpenCOBOL is an open-source COBOL compiler.
    1113
     
    1416
    1517master_sites        sourceforge:open-cobol
    1618
    17 checksums           md5 947e0d9c4ee7fa8f077ea4bca2f894e5 \
    18                     sha1 4c0930a74e92014317b2f237aaedc90acc2b72df \
    19                     rmd160 28c666885e46aeaed0f12b425b1f11a5125db490
     19checksums           md5    e38c898e01d50a7ca6bb3e41cfcb0c64 \
     20                    sha1   a833f011cd0f56d0aa3d97a56258ddd5141b594c \
     21                    rmd160 931cd83d5ebbfae66b6e2601bb100e07a10d61a6
    2022
    21 depends_lib         port:gmp \
     23depends_lib-append  port:gmp \
    2224                    port:libtool \
    23                     port:db46 \
    24                     port:ncurses
     25                    port:db44 \
     26                    port:ncurses \
     27                    port:libgnugetopt \
     28                    port:libiconv \
     29                    port:gettext \
     30                    port:mpfr
     31
     32configure.args-append     --infodir=${prefix}/share/info
     33configure.cppflags-append -I${prefix}/include/gnugetopt -Wno-pointer-sign \
     34                          -I${prefix}/include/db44
     35configure.ldflags-append  -lgnugetopt -L${prefix}/lib/db44