Skip to content

Commit

Permalink
postgresql93: version bump to 9.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkiwahlstedt committed Feb 13, 2017
1 parent bfdd698 commit 7ba5640
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions databases/postgresql93-doc/Portfile
Expand Up @@ -5,10 +5,10 @@ PortSystem 1.0
name postgresql93-doc
conflicts postgresql90-doc postgresql91-doc postgresql92-doc \
postgresql94-doc postgresql95-doc postgresql96-doc
version 9.3.15
version 9.3.16
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 b1c613167aa612ab0ea9fd1d17d0a7570662d6a8 \
sha256 a9fcba1446a93aa95e3e1b6535756f0472d10b0f267a0845f8b2b29f89de5c4f
checksums rmd160 46ed5c3532ca7c62d9b12b54e2431c4e9d4e3359 \
sha256 845f5e4ac8cf026b6a77c5a180a2fe869f51e9d06acf8d0365b05505a2c66873

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

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

#remember to update the -doc and -server as well
name postgresql93
version 9.3.15
version 9.3.16

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 b1c613167aa612ab0ea9fd1d17d0a7570662d6a8 \
sha256 a9fcba1446a93aa95e3e1b6535756f0472d10b0f267a0845f8b2b29f89de5c4f
checksums rmd160 46ed5c3532ca7c62d9b12b54e2431c4e9d4e3359 \
sha256 845f5e4ac8cf026b6a77c5a180a2fe869f51e9d06acf8d0365b05505a2c66873

use_bzip2 yes

Expand Down

0 comments on commit 7ba5640

Please sign in to comment.