Index: head/databases/postgresql-repmgr/Makefile =================================================================== --- head/databases/postgresql-repmgr/Makefile (revision 516197) +++ head/databases/postgresql-repmgr/Makefile (revision 516198) @@ -1,44 +1,43 @@ # Created by: alp@sfedu.ru # $FreeBSD$ PORTNAME= postgresql-repmgr -PORTVERSION= 4.4.0 -PORTREVISION= 1 +PORTVERSION= 5.0.0 CATEGORIES= databases MASTER_SITES= http://www.repmgr.org/download/ DISTNAME= repmgr-${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= PostgreSQL replication manager LICENSE= GPLv3 RUN_DEPENDS= rsync:net/rsync USES= gettext gmake pgsql:9.3+ GNU_CONFIGURE= yes LLD_UNSAFE= yes USE_RC_SUBR= repmgrd WANT_PGSQL= server MAKE_ENV= USE_PGXS=1 LIBS= -L${LOCALBASE}/lib -lintl OPTIONS_DEFINE= DOCS PORTDOCS= CONTRIBUTING.md COPYRIGHT CREDITS FAQ.md HISTORY LICENSE PACKAGES.md \ README.md post-install: ${INSTALL_DATA} ${WRKSRC}/repmgr.conf.sample ${STAGEDIR}${PREFIX}/etc ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/repmgr ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/repmgrd ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/repmgr.so do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/databases/postgresql-repmgr/distinfo =================================================================== --- head/databases/postgresql-repmgr/distinfo (revision 516197) +++ head/databases/postgresql-repmgr/distinfo (revision 516198) @@ -1,3 +1,3 @@ -TIMESTAMP = 1561629967 -SHA256 (repmgr-4.4.0.tar.gz) = bd1cf83f0790dbb133b653d123b4c7cba33fbed2be343c95163f84d1ec5c6a11 -SIZE (repmgr-4.4.0.tar.gz) = 416148 +TIMESTAMP = 1572013405 +SHA256 (repmgr-5.0.0.tar.gz) = cf7a6654abe72a639f7222c3082cc8a15a7f7a6ec95e1b7b381fc93a14d7fcc6 +SIZE (repmgr-5.0.0.tar.gz) = 428673 Index: head/databases/postgresql-repmgr/pkg-plist =================================================================== --- head/databases/postgresql-repmgr/pkg-plist (revision 516197) +++ head/databases/postgresql-repmgr/pkg-plist (revision 516198) @@ -1,15 +1,17 @@ bin/repmgr bin/repmgrd lib/postgresql/repmgr.so share/postgresql/extension/repmgr--4.0.sql share/postgresql/extension/repmgr--4.0--4.1.sql share/postgresql/extension/repmgr--4.1.sql share/postgresql/extension/repmgr--4.1--4.2.sql share/postgresql/extension/repmgr--4.2--4.3.sql share/postgresql/extension/repmgr--4.2.sql share/postgresql/extension/repmgr--4.3.sql share/postgresql/extension/repmgr--4.3--4.4.sql share/postgresql/extension/repmgr--4.4.sql +share/postgresql/extension/repmgr--4.4--5.0.sql +share/postgresql/extension/repmgr--5.0.sql share/postgresql/extension/repmgr--unpackaged--4.0.sql share/postgresql/extension/repmgr.control @sample etc/repmgr.conf.sample