Skip to content

Commit

Permalink
postgresql94: version bump to 9.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkiwahlstedt committed Feb 13, 2017
1 parent 7ba5640 commit ac4ec79
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions databases/postgresql94-doc/Portfile
Expand Up @@ -5,10 +5,10 @@ PortSystem 1.0
name postgresql94-doc
conflicts postgresql90-doc postgresql91-doc postgresql92-doc \
postgresql93-doc postgresql95-doc postgresql96-doc
version 9.4.10
version 9.4.11
categories databases
platforms darwin
maintainers jwa
maintainers {jwa @jyrkiwahlstedt}
license Permissive
description Documentation for the postgresql database BETA release.
long_description PostgreSQL is Object-Relational Database Management System. \
Expand All @@ -21,8 +21,8 @@ homepage http://www.postgresql.org/
master_sites postgresql:source/v${version}
distname postgresql-${version}

checksums rmd160 40d7b38f3bce9e5404825c653e9bb2b851f84374 \
sha256 7061678bed1981c681ce54c76b98b6ec17743f090a9775104a45e7e1a8826ecf
checksums rmd160 28bc7a27c07d97f83787c2cb273cb2f139670c27 \
sha256 e3eb51d045c180b03d2de1f0c3af9356e10be49448e966ca01dfc2c6d1cc9d23

use_bzip2 yes
dist_subdir postgresql94
Expand Down
4 changes: 2 additions & 2 deletions databases/postgresql94-server/Portfile
Expand Up @@ -3,10 +3,10 @@
PortSystem 1.0

name postgresql94-server
version 9.4.10
version 9.4.11
categories databases
platforms darwin
maintainers jwa
maintainers {jwa @jyrkiwahlstedt}
license Permissive
description run postgresql94 as server
long_description ${description}
Expand Down
8 changes: 4 additions & 4 deletions databases/postgresql94/Portfile
Expand Up @@ -6,11 +6,11 @@ PortGroup compiler_blacklist_versions 1.0

#remember to update the -doc and -server as well
name postgresql94
version 9.4.10
version 9.4.11

categories databases
platforms darwin
maintainers jwa
maintainers {jwa @jyrkiwahlstedt}
license Permissive
description The most advanced open-source database available anywhere.
long_description PostgreSQL is Object-Relational Database Management System. \
Expand All @@ -24,8 +24,8 @@ master_sites http://ftp3.de.postgresql.org/pub/Mirrors/ftp.postgresql.org/sourc
postgresql:source/v${version}/
distname postgresql-${version}

checksums rmd160 40d7b38f3bce9e5404825c653e9bb2b851f84374 \
sha256 7061678bed1981c681ce54c76b98b6ec17743f090a9775104a45e7e1a8826ecf
checksums rmd160 28bc7a27c07d97f83787c2cb273cb2f139670c27 \
sha256 e3eb51d045c180b03d2de1f0c3af9356e10be49448e966ca01dfc2c6d1cc9d23

use_bzip2 yes

Expand Down

0 comments on commit ac4ec79

Please sign in to comment.