Date: Wed, 19 May 2021 20:28:32 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 0d29522dec7d - 2021Q2 - databases/pgpool-II-41: Update version 4.1.2=>4.1.6 Message-ID: <202105192028.14JKSWfH022393@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0d29522dec7d56f6ee0ea5b5b7c620ed3247c672 commit 0d29522dec7d56f6ee0ea5b5b7c620ed3247c672 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2021-05-11 16:35:51 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2021-05-19 20:23:39 +0000 databases/pgpool-II-41: Update version 4.1.2=>4.1.6 - Pet portlint - Fix pkg-plist. Except the default pgpool.conf.sample other pgpool.conf.sample* represents different configurations for different scenario. Only the pgpool.conf.sample should create a corresponding pgpool.conf file. Hence removing the @sample directive for the other pgpool.conf.sample* Approved by: tz Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-1-6.html Sponsored by: Bounce Experts (cherry picked from commit 45438e74330c2c62867565587c569d893fbff3e3) --- databases/pgpool-II-41/Makefile | 7 ++++--- databases/pgpool-II-41/distinfo | 6 +++--- databases/pgpool-II-41/pkg-plist | 8 ++++---- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/databases/pgpool-II-41/Makefile b/databases/pgpool-II-41/Makefile index bb88f26d73ca..e939cdf845b0 100644 --- a/databases/pgpool-II-41/Makefile +++ b/databases/pgpool-II-41/Makefile @@ -1,6 +1,6 @@ PORTNAME= pgpool-II -PORTVERSION= 4.1.2 +PORTVERSION= 4.1.6 CATEGORIES= databases MASTER_SITES= http://www.pgpool.net/mediawiki/images/ PKGNAMESUFFIX= 41 @@ -14,10 +14,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING PORTSCOUT= limit:^4.1.[0-9]* USES= gmake libtool pgsql:9.6+ -GNU_CONFIGURE= yes USE_LDCONFIG= yes - USE_RC_SUBR= pgpool + +GNU_CONFIGURE= yes + CONFLICTS= pgpool-II-[0-9]* PORTDOCS= * diff --git a/databases/pgpool-II-41/distinfo b/databases/pgpool-II-41/distinfo index db5e018fd150..fe02ee957ebe 100644 --- a/databases/pgpool-II-41/distinfo +++ b/databases/pgpool-II-41/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1594799375 -SHA256 (pgpool-II-4.1.2.tar.gz) = d13b587c1268fadb687adc1a2255cf573f9eaea511a9661955ceb7deb6821811 -SIZE (pgpool-II-4.1.2.tar.gz) = 4263292 +TIMESTAMP = 1620558382 +SHA256 (pgpool-II-4.1.6.tar.gz) = 9a94d92fbcbc33eb48814341faad0a19607f54ed174561f07846a143ab35c9e1 +SIZE (pgpool-II-4.1.6.tar.gz) = 4301444 diff --git a/databases/pgpool-II-41/pkg-plist b/databases/pgpool-II-41/pkg-plist index 84c4614cf18c..f2d90af0724e 100644 --- a/databases/pgpool-II-41/pkg-plist +++ b/databases/pgpool-II-41/pkg-plist @@ -19,10 +19,10 @@ bin/watchdog_setup @sample etc/follow_master.sh.sample @sample etc/pcp.conf.sample @sample etc/pgpool.conf.sample -@sample etc/pgpool.conf.sample-logical -@sample etc/pgpool.conf.sample-master-slave -@sample etc/pgpool.conf.sample-replication -@sample etc/pgpool.conf.sample-stream +etc/pgpool.conf.sample-logical +etc/pgpool.conf.sample-master-slave +etc/pgpool.conf.sample-replication +etc/pgpool.conf.sample-stream @sample etc/pgpool_remote_start.sample @sample etc/pool_hba.conf.sample etc/recovery_1st_stage.sample
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105192028.14JKSWfH022393>