Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jun 2016 19:50:40 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416623 - in head: . databases databases/postgresql-repmgr2
Message-ID:  <201606091950.u59JoeWA020710@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Thu Jun  9 19:50:40 2016
New Revision: 416623
URL: https://svnweb.freebsd.org/changeset/ports/416623

Log:
  [NEW] databases/postgresql-repmgr2: 2.X version of postgresql-repmgr
  
  - postgresql-repmgr will be updated to 3.X branch
  
  PR:		201962
  Submitted by:	olgeni

Added:
  head/databases/postgresql-repmgr2/
     - copied from r416597, head/databases/postgresql-repmgr/
Modified:
  head/UPDATING
  head/databases/Makefile
  head/databases/postgresql-repmgr2/Makefile
  head/databases/postgresql-repmgr2/distinfo

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Thu Jun  9 19:46:49 2016	(r416622)
+++ head/UPDATING	Thu Jun  9 19:50:40 2016	(r416623)
@@ -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

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Thu Jun  9 19:46:49 2016	(r416622)
+++ head/databases/Makefile	Thu Jun  9 19:50:40 2016	(r416623)
@@ -653,6 +653,7 @@
     SUBDIR += postgresql-plv8js
     SUBDIR += postgresql-relay
     SUBDIR += postgresql-repmgr
+    SUBDIR += postgresql-repmgr2
     SUBDIR += postgresql90-client
     SUBDIR += postgresql90-pgtcl
     SUBDIR += postgresql90-plperl

Modified: head/databases/postgresql-repmgr2/Makefile
==============================================================================
--- head/databases/postgresql-repmgr/Makefile	Thu Jun  9 13:04:57 2016	(r416597)
+++ head/databases/postgresql-repmgr2/Makefile	Thu Jun  9 19:50:40 2016	(r416623)
@@ -2,10 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	postgresql-repmgr
-PORTVERSION=	2.0.2
+PORTVERSION=	2.0.3
 CATEGORIES=	databases
 MASTER_SITES=	http://www.repmgr.org/download/
 DISTNAME=	repmgr-${PORTVERSION}
+PKGNAMESUFFIX=	2
 
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	PostgreSQL replication manager
@@ -14,7 +15,7 @@ LICENSE=	GPLv3
 
 RUN_DEPENDS=	rsync:net/rsync
 
-USES+=		gmake pgsql:9.0+
+USES+=		gettext gmake pgsql:9.2-
 USE_RC_SUBR=	repmgrd
 WANT_PGSQL=	server
 MAKE_ENV=	USE_PGXS=1

Modified: head/databases/postgresql-repmgr2/distinfo
==============================================================================
--- head/databases/postgresql-repmgr/distinfo	Thu Jun  9 13:04:57 2016	(r416597)
+++ head/databases/postgresql-repmgr2/distinfo	Thu Jun  9 19:50:40 2016	(r416623)
@@ -1,2 +1,3 @@
-SHA256 (repmgr-2.0.2.tar.gz) = f563249e15b4c56b881bc25408ab934b74219d933fd493b65e1c485cfc2fe925
-SIZE (repmgr-2.0.2.tar.gz) = 75996
+TIMESTAMP = 1465474704
+SHA256 (repmgr-2.0.3.tar.gz) = b257921c74602c733f0ab39012160cbd36c1713f86b8d9ee957042d7ce006f19
+SIZE (repmgr-2.0.3.tar.gz) = 77172



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606091950.u59JoeWA020710>