Ticket #40483: all-postgresql-darwin13.patch

File all-postgresql-darwin13.patch, 2.4 KB (added by larryv (Lawrence Velázquez), 11 years ago)

patch handling postgresql83 through postgresql93

  • postgresql83/Portfile

     
    6565
    6666livecheck.type  none
    6767
    68 platform darwin 12 {
     68if {${os.platform} eq {darwin} && ${os.major} >= 12} {
    6969    patchfiles-append   postgresql-uuid-ossp.patch
    7070}
    7171
  • postgresql84/Portfile

     
    7777livecheck.url   ${homepage}
    7878livecheck.regex (8\\.4\\.\[0-9\]+)
    7979
    80 platform darwin 12 {
     80if {${os.platform} eq {darwin} && ${os.major} >= 12} {
    8181    patchfiles-append   postgresql-uuid-ossp.patch
    8282}
    8383
  • postgresql90/Portfile

     
    8282livecheck.url   ${homepage}
    8383livecheck.regex (9\\.0\\.\[.0-9\]+)
    8484
    85 platform darwin 12 {
     85if {${os.platform} eq {darwin} && ${os.major} >= 12} {
    8686    patchfiles-append   postgresql-uuid-ossp.patch
    8787}
    8888
  • postgresql91/Portfile

     
    8282livecheck.url   ${homepage}
    8383livecheck.regex (9\\.1\\.\[.0-9\]+)
    8484
    85 platform darwin 12 {
     85if {${os.platform} eq {darwin} && ${os.major} >= 12} {
    8686    patchfiles-append   postgresql-uuid-ossp.patch
    8787}
    8888
  • postgresql92/Portfile

     
    8686#livecheck.url  ${homepage}/ftp/source/
    8787#livecheck.regex        (9\\.2\[.0-9\]+\[a-z\]+\[0-9\])
    8888
    89 platform darwin 12 {
     89if {${os.platform} eq {darwin} && ${os.major} >= 12} {
    9090    patchfiles-append   postgresql-uuid-ossp.patch
    9191}
    9292
  • postgresql93/Portfile

     
    8686livecheck.url   ${homepage}/ftp/source/
    8787#livecheck.regex        (9\\.3\[.0-9\]+\[a-z\]+\[0-9\])
    8888
    89 platform darwin 12 {
     89if {${os.platform} eq {darwin} && ${os.major} >= 12} {
    9090    patchfiles-append   postgresql-uuid-ossp.patch
    9191}
    9292