Index: head/databases/pg_rman/Makefile =================================================================== --- head/databases/pg_rman/Makefile (revision 423075) +++ head/databases/pg_rman/Makefile (revision 423076) @@ -1,19 +1,19 @@ # $FreeBSD$ PORTNAME= pg_rman PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://pg-rman.googlecode.com/files/ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Online backup and restore tool for PostgreSQL BROKEN= Unfetchable (google code has gone away) -USES= gmake pgsql:9.2- +USES= gmake pgsql:9.2 WANT_PGSQL= client server MAKE_ARGS= USE_PGXS=1 PLIST_FILES= bin/pg_rman .include Index: head/databases/pg_statsinfo/Makefile =================================================================== --- head/databases/pg_statsinfo/Makefile (revision 423075) +++ head/databases/pg_statsinfo/Makefile (revision 423076) @@ -1,16 +1,17 @@ # $FreeBSD$ PORTNAME= pg_statsinfo PORTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://pgfoundry.org/frs/download.php/3429/ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Monitor statistics and activity of PostgreSQL -USES= gmake pgsql:9.2- +USES= gmake pgsql:9.2 WANT_PGSQL= server MAKE_ARGS= USE_PGXS=1 LDFLAGS=-lkvm .include Index: head/databases/pgpool-II/Makefile =================================================================== --- head/databases/pgpool-II/Makefile (revision 423075) +++ head/databases/pgpool-II/Makefile (revision 423076) @@ -1,79 +1,79 @@ # Created by: Choe, Cheng-Dae # $FreeBSD$ PORTNAME= pgpool-II PORTVERSION= 3.1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= LOCAL/kuriyama \ http://www.pgpool.net/mediawiki/images/ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Connection pool server for PostgreSQL LICENSE= MIT GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gmake pgsql:9.2- libtool +USES= gmake pgsql:9.2 libtool USE_LDCONFIG= yes USE_OPENSSL= yes CONFIGURE_ARGS= --with-openssl CONFLICTS= pgpool-3.* pgpool-II-22-* pgpool-II-23-* pgpool-II-23-* USE_RC_SUBR= pgpool PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README README.euc_jp PORTDOCS+= TODO PORTDOCShtml= pgpool-en.html pgpool-ja.html pgpool.css PORTDOCShtml+= tutorial-en.html tutorial-ja.html OPTIONS_DEFINE+= DOCS SSL SSL_DESC= Build with OpenSSL support .include .if ${PORT_OPTIONS:MSSL} USE_OPENSSL= yes CONFIGURE_ARGS+=--with-openssl .endif .if exists(${LOCALBASE}/include/postgresql/server/replication/walreceiver.h) FUNCTIONS= pgpool-recovery pgpool-regclass pgpool-walrecrunning PLIST_SUB= PGSQL9="" .else FUNCTIONS= pgpool-recovery pgpool-regclass PLIST_SUB= PGSQL9="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's| pg_config| ${LOCALBASE}/bin/pg_config|g' \ ${WRKSRC}/sql/pgpool-recovery/Makefile post-build: .for f in ${FUNCTIONS} @cd ${WRKSRC}/sql/${f} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} .endfor post-install: .for f in ${FUNCTIONS} @cd ${WRKSRC}/sql/${f} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} DESTDIR=${STAGEDIR} ${INSTALL_TARGET} .endfor ${INSTALL_DATA} ${WRKSRC}/sample/dist_def_pgbench.sql ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/sample/replicate_def_pgbench.sql ${STAGEDIR}${DATADIR} ${MKDIR} ${STAGEDIR}${DATADIR} ${STAGEDIR}${EXAMPLESDIR} .for f in pgpool_recovery pgpool_recovery_pitr pgpool_remote_start ${INSTALL_SCRIPT} ${WRKSRC}/sample/${f} ${STAGEDIR}${EXAMPLESDIR} .endfor .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_MAN} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR} .endfor .for f in ${PORTDOCShtml} ${INSTALL_MAN} ${WRKSRC}/doc/$f ${STAGEDIR}${DOCSDIR} .endfor PORTDOCS+= ${PORTDOCShtml} .endif .include Index: head/databases/pgpool-II-30/Makefile =================================================================== --- head/databases/pgpool-II-30/Makefile (revision 423075) +++ head/databases/pgpool-II-30/Makefile (revision 423076) @@ -1,58 +1,58 @@ # Created by: Choe, Cheng-Dae # $FreeBSD$ PORTNAME= pgpool-II PORTVERSION= 3.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://pgfoundry.org/frs/download.php/3076/ PKGNAMESUFFIX= 30 MAINTAINER= kuriyama@FreeBSD.org COMMENT= Connection pool server for PostgreSQL LICENSE= MIT GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gmake pgsql:9.2- libtool +USES= gmake pgsql:9.2 libtool USE_LDCONFIG= yes CONFLICTS= pgpool-3.* pgpool-II-3.* pgpool-II-22-* pgpool-II-23-* USE_RC_SUBR= pgpool PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README README.euc_jp PORTDOCS+= TODO PORTDOCShtml= pgpool-en.html pgpool-ja.html pgpool.css PORTDOCShtml+= tutorial-en.html tutorial-ja.html OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's| pg_config| ${LOCALBASE}/bin/pg_config|g' \ ${WRKSRC}/sql/pgpool-recovery/Makefile post-build: @cd ${WRKSRC}/sql/pgpool-recovery && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} post-install: echo "--- ===" -cat `pg_config --pgxs` echo "--- ===" @cd ${WRKSRC}/sql/pgpool-recovery && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} DESTDIR=${STAGEDIR} ${INSTALL_TARGET} ${INSTALL_DATA} ${WRKSRC}/sample/dist_def_pgbench.sql ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/sample/replicate_def_pgbench.sql ${STAGEDIR}${DATADIR} ${MKDIR} ${STAGEDIR}${DATADIR} ${STAGEDIR}${EXAMPLESDIR} .for f in pgpool_recovery pgpool_recovery_pitr pgpool_remote_start ${INSTALL_SCRIPT} ${WRKSRC}/sample/${f} ${STAGEDIR}${EXAMPLESDIR} .endfor @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_MAN} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR} .endfor .for f in ${PORTDOCShtml} ${INSTALL_MAN} ${WRKSRC}/doc/$f ${STAGEDIR}${DOCSDIR} .endfor PORTDOCS+= ${PORTDOCShtml} .include Index: head/databases/postgresql-repmgr2/Makefile =================================================================== --- head/databases/postgresql-repmgr2/Makefile (revision 423075) +++ head/databases/postgresql-repmgr2/Makefile (revision 423076) @@ -1,38 +1,39 @@ # Created by: alp@sfedu.ru # $FreeBSD$ PORTNAME= postgresql-repmgr PORTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.repmgr.org/download/ DISTNAME= repmgr-${PORTVERSION} PKGNAMESUFFIX= 2 MAINTAINER= bofh@FreeBSD.org COMMENT= PostgreSQL replication manager LICENSE= GPLv3 RUN_DEPENDS= rsync:net/rsync -USES+= gettext gmake pgsql:9.2- +USES+= gettext gmake pgsql:9.2 USE_RC_SUBR= repmgrd WANT_PGSQL= server MAKE_ENV= USE_PGXS=1 OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/repmgr ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/repmgrd ${STAGEDIR}${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/repmgr.conf.sample ${STAGEDIR}${PREFIX}/etc @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.rst ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/repmgr.sql ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/sql/repmgr_funcs.sql ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/sql/uninstall_repmgr_funcs.sql ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${PREFIX}/lib/postgresql ${INSTALL_LIB} ${WRKSRC}/sql/repmgr_funcs.so ${STAGEDIR}${PREFIX}/lib/postgresql .include