Ticket #6113: Portfile.diff

File Portfile.diff, 895 bytes (added by jyrki.wahlstedt@…, 18 years ago)

Portfile diff

  • Portfile

    old new  
    22
    33PortSystem 1.0
    44name            pgAdmin3
    5 version         1.4.0
     5version         1.4.1
    66categories      aqua
    77maintainers     jyrki.wahlstedt@hut.fi
    88description     "An administration program to PostgreSQL"
     
    1717                http://www.postgresql.org/ftp/pgadmin3/release/v${version}/src/
    1818
    1919distname        pgadmin3-${portversion}
    20 checksums       md5 a0779079bf579b0cd5e132ac5372f7f3
     20checksums       md5 bf78696c72acd782d63feb2bd5ce6f48
    2121
    2222depends_lib     port:postgresql8\
    2323                port:wxWidgets\
     
    2727        file mkdir ${worksrcpath}/pgsql8
    2828        file link ${worksrcpath}/pgsql8/lib ${prefix}/lib/pgsql8
    2929        file link ${worksrcpath}/pgsql8/include ${prefix}/include/pgsql8
     30        file link ${worksrcpath}/pgsql8/bin ${prefix}/lib/pgsql8/bin
    3031}
    3132
    3233configure.args  --with-pgsql=${worksrcpath}/pgsql8 --with-wx=${prefix} --enable-appbundle