Ticket #50252: Portfile-sqlite3.diff

File Portfile-sqlite3.diff, 1.0 KB (added by Schamschula (Marius Schamschula), 8 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                sqlite3
    7 version             3.9.2
     7version             3.10.0
    88categories          databases
    99platforms           darwin
    1010license             public-domain
     
    2222                    an example of how to use the SQLite3 library.
    2323
    2424homepage            http://www.sqlite.org/
    25 master_sites        ${homepage}2015
     25master_sites        ${homepage}2016
    2626
    2727distname            sqlite-autoconf-[string range [subst [regsub -all {\.([0-9]+)} "${version}.0.0" {[format %02d \1]}]] 0 6]
    2828
    29 checksums           rmd160  6dd6e0779b1cea20141ed4659311461e125b73bf \
    30                     sha256  064c0abe9c9177534d4c770bca7a5902f9924b629ac886b4c08956be6dfbc36b
     29checksums           rmd160  a260df17ef61d60701d82d5df44d9186fc34fd4f \
     30                    sha256  43cc292d70711fa7580250c8a1cd7c64813a4a0a479dbd502cce5f10b5d91042
    3131
    3232depends_lib         port:libedit \
    3333                    port:ncurses