Ticket #40483: all-postgresql-darwin13.patch
File all-postgresql-darwin13.patch, 2.4 KB (added by larryv (Lawrence Velázquez), 11 years ago) |
---|
-
postgresql83/Portfile
65 65 66 66 livecheck.type none 67 67 68 platform darwin 12{68 if {${os.platform} eq {darwin} && ${os.major} >= 12} { 69 69 patchfiles-append postgresql-uuid-ossp.patch 70 70 } 71 71 -
postgresql84/Portfile
77 77 livecheck.url ${homepage} 78 78 livecheck.regex (8\\.4\\.\[0-9\]+) 79 79 80 platform darwin 12{80 if {${os.platform} eq {darwin} && ${os.major} >= 12} { 81 81 patchfiles-append postgresql-uuid-ossp.patch 82 82 } 83 83 -
postgresql90/Portfile
82 82 livecheck.url ${homepage} 83 83 livecheck.regex (9\\.0\\.\[.0-9\]+) 84 84 85 platform darwin 12{85 if {${os.platform} eq {darwin} && ${os.major} >= 12} { 86 86 patchfiles-append postgresql-uuid-ossp.patch 87 87 } 88 88 -
postgresql91/Portfile
82 82 livecheck.url ${homepage} 83 83 livecheck.regex (9\\.1\\.\[.0-9\]+) 84 84 85 platform darwin 12{85 if {${os.platform} eq {darwin} && ${os.major} >= 12} { 86 86 patchfiles-append postgresql-uuid-ossp.patch 87 87 } 88 88 -
postgresql92/Portfile
86 86 #livecheck.url ${homepage}/ftp/source/ 87 87 #livecheck.regex (9\\.2\[.0-9\]+\[a-z\]+\[0-9\]) 88 88 89 platform darwin 12{89 if {${os.platform} eq {darwin} && ${os.major} >= 12} { 90 90 patchfiles-append postgresql-uuid-ossp.patch 91 91 } 92 92 -
postgresql93/Portfile
86 86 livecheck.url ${homepage}/ftp/source/ 87 87 #livecheck.regex (9\\.3\[.0-9\]+\[a-z\]+\[0-9\]) 88 88 89 platform darwin 12{89 if {${os.platform} eq {darwin} && ${os.major} >= 12} { 90 90 patchfiles-append postgresql-uuid-ossp.patch 91 91 } 92 92