aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2016-06-09 19:50:40 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2016-06-09 19:50:40 +0000
commit8070996ff0fb060c9c690e4b3be5e91df8dcad59 (patch)
tree6ff651ecb1830bbac7d040071f00f03336bec5ff /UPDATING
parentb0a1b69d0c73dd27b058b3178aa2229439822836 (diff)
downloadports-8070996ff0fb060c9c690e4b3be5e91df8dcad59.tar.gz
ports-8070996ff0fb060c9c690e4b3be5e91df8dcad59.zip
[NEW] databases/postgresql-repmgr2: 2.X version of postgresql-repmgr
- postgresql-repmgr will be updated to 3.X branch PR: 201962 Submitted by: olgeni
Notes
Notes: svn path=/head/; revision=416623
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING18
1 files changed, 18 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 18a3cdc862bb..94da1317a157 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,24 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20160610
+ AFFECTS: users of databases/postgresql-repmgr
+ AUTHOR: bofh@FreeBSD.org
+
+ The port has been repocopied to databases/postgresql-repmgr2 and current
+ post has been updated to 3.x series. If anyone is still looking forward
+ to use the 2.x please upgrade as following.
+
+ # portmaster -o databases/postgresql-repmgr2 databases/postgresql-repmgr
+ or
+ # portupgrade -o databases/postgresql-repmgr2 databases/postgresql-repmgr
+
+ Otherwise if you want to move on with 3.x series just use
+
+ # portmaster -r databases/postgresql-repmgr
+ or
+ # portupgrade -fr databases/postgresql-repmgr
+
20160605
AFFECTS: Users of www/h2o
AUTHOR: junovitch@FreeBSD.org