Commits
Jyrki Wahlstedt authored 4937683560a
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | # $Id$ |
3 3 | |
4 4 | PortSystem 1.0 |
5 5 | PortGroup select 1.0 |
6 6 | |
7 7 | name postgresql84 |
8 - | version 8.4.12 |
8 + | version 8.4.13 |
9 9 | categories databases |
10 10 | platforms darwin |
11 11 | maintainers mww jwa |
12 12 | license Permissive |
13 13 | description The most advanced open-source database available anywhere. |
14 14 | long_description PostgreSQL is Object-Relational Database Management System. \ |
15 15 | It supports almost all SQL constructs, including transactions, \ |
16 16 | subselects, and user-defined types and functions. Write-ahead \ |
17 17 | logging means increased performance while retaining data \ |
18 18 | integrity. |
19 19 | |
20 20 | homepage http://www.postgresql.org/ |
21 21 | master_sites http://ftp3.de.postgresql.org/pub/Mirrors/ftp.postgresql.org/source/v${version}/ \ |
22 22 | postgresql:source/v${version}/ |
23 23 | distname postgresql-${version} |
24 24 | |
25 - | checksums rmd160 2aa0da64dc3220497d510bd60a1abf0b68fd51ef \ |
26 - | sha256 99b7b330ec183828988c7e8ec1b675393f24b10017a2e1d03b8ff48c4dfc0f77 |
25 + | checksums rmd160 cd2bd8a0e24a0bda487afcecf4071b6a9f232b99 \ |
26 + | sha256 20dd3442a3fa3a4fb1813b58f969ce4bbc54d73194fd4fe20d6f1313edc48cb9 |
27 27 | |
28 28 | use_bzip2 yes |
29 29 | |
30 30 | depends_lib port:readline port:openssl port:zlib port:libxml2 port:libxslt port:ossp-uuid |
31 31 | depends_build port:bison |
32 32 | depends_run port:postgresql_select |
33 33 | |
34 34 | worksrcdir postgresql-${version} |
35 35 | |
36 36 | patchfiles src_pl_plpython_Makefile.patch |