From owner-svn-ports-all@freebsd.org Thu Jun 9 19:50:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34013B7078F; Thu, 9 Jun 2016 19:50:42 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C0E51A77; Thu, 9 Jun 2016 19:50:41 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u59Jof4v020714; Thu, 9 Jun 2016 19:50:41 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u59JoeWA020710; Thu, 9 Jun 2016 19:50:40 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201606091950.u59JoeWA020710@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Thu, 9 Jun 2016 19:50:40 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2016 19:50:42 -0000 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