FreeBSD Bugzilla – Attachment 162038 Details for
Bug 203769
[patch] databases/pgpool: Update to 3.4.3, Take MAINTAINER'ship
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
path with update pgpool to 3.4.3
pgpool-3.4.3.diff (text/plain), 2.78 KB, created by
Torsten Zühlsdorff
on 2015-10-14 13:50:15 UTC
(
hide
)
Description:
path with update pgpool to 3.4.3
Filename:
MIME Type:
Creator:
Torsten Zühlsdorff
Created:
2015-10-14 13:50:15 UTC
Size:
2.78 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (Revision 399260) >+++ Makefile (Arbeitskopie) >@@ -2,28 +2,32 @@ > # $FreeBSD$ > > PORTNAME= pgpool >-PORTVERSION= 3.4.1 >-PORTREVISION= 1 >+PORTVERSION= 3.4.3 > CATEGORIES= databases >-MASTER_SITES= http://pgfoundry.org/frs/download.php/1446/ >+MASTER_SITES= http://www.pgpool.net/mediawiki/images/ >+DISTNAME= ${PORTNAME}-II-${PORTVERSION} > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= ports@toco-domains.de > COMMENT= Connection pool server for PostgreSQL > > LICENSE= MIT > >-USES= gmake >+LIB_DEPENDS= libpq.so:${PORTSDIR}/databases/postgresql93-client >+ >+USES= gmake libtool > GNU_CONFIGURE= yes >+USE_LDCONFIG= yes > > USE_RC_SUBR= pgpool > CONFLICTS= pgpool-II-* > >-PORTDOCS= README AUTHORS COPYING ChangeLog INSTALL NEWS TODO README.euc_jp >+PORTDOCS= README AUTHORS COPYING ChangeLog INSTALL NEWS TODO > > OPTIONS_DEFINE= DOCS > > post-install: > @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_LIB} ${WRKSRC}/src/libs/pcp/.libs/libpcp.so.0.0.0 ${STAGEDIR}${PREFIX}/lib > .for f in ${PORTDOCS} > ${INSTALL_MAN} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR} > .endfor >Index: distinfo >=================================================================== >--- distinfo (Revision 399260) >+++ distinfo (Arbeitskopie) >@@ -1,2 +1,2 @@ >-SHA256 (pgpool-3.4.1.tar.gz) = 39d6229acfdd30616207de997ac2a221dd962361bb0bd532ddb15ecc3f04118d >-SIZE (pgpool-3.4.1.tar.gz) = 201509 >+SHA256 (pgpool-II-3.4.3.tar.gz) = b030d1a0dfb919dabb90987f429b03a67b22ecdbeb0ec1bd969ebebe690006e4 >+SIZE (pgpool-II-3.4.3.tar.gz) = 2152319 >Index: pkg-descr >=================================================================== >--- pkg-descr (Revision 399260) >+++ pkg-descr (Arbeitskopie) >@@ -5,4 +5,4 @@ > pgpool caches the connection to PostgreSQL server to reduce the overhead to > establish the connection to it. > >-WWW: http://pgpool.projects.postgresql.org/ >+WWW: http://pgpool.net/ >Index: pkg-plist >=================================================================== >--- pkg-plist (Revision 399260) >+++ pkg-plist (Arbeitskopie) >@@ -1,5 +1,32 @@ >+bin/pcp_attach_node >+bin/pcp_detach_node >+bin/pcp_node_count >+bin/pcp_node_info >+bin/pcp_pool_status >+bin/pcp_proc_count >+bin/pcp_proc_info >+bin/pcp_promote_node >+bin/pcp_recovery_node >+bin/pcp_stop_pgpool >+bin/pcp_systemdb_info >+bin/pcp_watchdog_info >+bin/pg_md5 > bin/pgpool >-etc/pgpool.conf.sample >+etc/pcp.conf.sample >+%%ETCDIR%%.conf.sample >+%%ETCDIR%%.conf.sample-master-slave >+%%ETCDIR%%.conf.sample-replication >+%%ETCDIR%%.conf.sample-stream > etc/pool_hba.conf.sample >+include/libpcp_ext.h >+include/pcp.h >+include/pool_process_reporting.h >+include/pool_type.h >+lib/libpcp.a >+lib/libpcp.so >+lib/libpcp.so.0 >+lib/libpcp.so.0.0.0 > man/man8/pgpool.8.gz >-share/pgpool/pgpool.pam >+%%DATADIR%%-II/insert_lock.sql >+%%DATADIR%%-II/pgpool.pam >+%%DATADIR%%-II/system_db.sql
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203769
:
162038
|
162039
|
162283
|
162284