Ticket #46593: Portfile-sqlite3.diff
File Portfile-sqlite3.diff, 1.2 KB (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name sqlite3 7 version 3.8. 7.47 version 3.8.8.1 8 8 categories databases 9 9 platforms darwin 10 10 license public-domain … … 22 22 an example of how to use the SQLite3 library. 23 23 24 24 homepage http://www.sqlite.org/ 25 master_sites ${homepage}201 425 master_sites ${homepage}2015 26 26 27 27 distname sqlite-autoconf-[string range [subst [regsub -all {\.([0-9]+)} "${version}.0.0" {[format %02d \1]}]] 0 6] 28 28 29 checksums rmd160 8a265def35641bc3b3e327c0ec3de352ddb1fb38 \30 sha256 86370f139405fdfe03334fd618171a74e50f589f17ccbe5933361ed1f58359ec29 checksums rmd160 7beacfc78ec928b1dde3fc7bfa55badf2b9e4f78 \ 30 sha256 2721361eb4a71d5f727dfa466bd910dadd5dbeb4d2d57b8b34205f7ce7e5b7f9 31 31 32 32 depends_lib port:libedit 33 33 34 34 patchfiles patch-configure.diff 35 #patch-shell.c.diff36 35 37 36 configure.args --enable-threadsafe \ 38 37 --enable-dynamic-extensions \