Skip to content

Commit

Permalink
databases/pgpool-II-42: Update version 4.2.3=>4.2.12
Browse files Browse the repository at this point in the history
- Unbreak on HEAD

Changelog:
https://www.pgpool.net/docs/latest/en/html/release-4-2-11.html

Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed Apr 30, 2023
1 parent 871b2ee commit 7677a79
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
28 changes: 16 additions & 12 deletions databases/pgpool-II-42/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pgpool-II
PORTVERSION= 4.2.3
PORTVERSION= 4.2.12
CATEGORIES= databases
MASTER_SITES= http://www.pgpool.net/mediawiki/images/
PKGNAMESUFFIX= 42
Expand All @@ -11,8 +11,6 @@ WWW= https://pgpool.net/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING

PORTSCOUT= limit:^4.2.[0-9]*

USES= gmake libtool pgsql:11+
USE_LDCONFIG= yes
USE_RC_SUBR= pgpool
Expand All @@ -21,22 +19,28 @@ GNU_CONFIGURE= yes

CONFLICTS_INSTALL= pgpool-II-[0-9][0-9] pgpool-II[0-9][0-9] # etc/escalation.sh.sample etc/failover.sh.sample etc/pcp.conf.sample

PORTDOCS= *
PORTSCOUT= limit:^4.2.[0-9]*

PAM_DESC= Build with PAM support
SSL_DESC= Build with OpenSSL support
MEMCACHED_DESC= Use memcached for in memory query cache
PORTDOCS= *

OPTIONS_DEFINE= DOCS SSL PAM MEMCACHED
OPTIONS_DEFAULT= SSL

MEMCACHED_CONFIGURE_ON= --with-memcached=${LOCALBASE}/include
MEMCACHED_LIB_DEPENDS= libmemcached.so:databases/libmemcached
MEMCACHED_DESC= Use memcached for in memory query cache
PAM_DESC= Build with PAM support
SSL_DESC= Build with OpenSSL support

MEMCACHED_LIB_DEPENDS= libmemcached.so:databases/libmemcached
MEMCACHED_CONFIGURE_ON= --with-memcached=${LOCALBASE}/include
PAM_CONFIGURE_ON= --with-pam

SSL_CONFIGURE_WITH= openssl
SSL_USES= ssl
SSL_CONFIGURE_WITH= openssl

.include <bsd.port.pre.mk>

.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
CFLAGS+= -Wno-error=int-conversion
.endif

post-install:
@${MKDIR} ${STAGEDIR}/var/run/pgpool
Expand All @@ -49,4 +53,4 @@ post-install-DOCS-on:
${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}
.endfor

.include <bsd.port.mk>
.include <bsd.port.post.mk>
6 changes: 3 additions & 3 deletions databases/pgpool-II-42/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1621536839
SHA256 (pgpool-II-4.2.3.tar.gz) = 1cd3a9100aab6711050b291e94e4805287182054ce7811a697bc05723150d6cc
SIZE (pgpool-II-4.2.3.tar.gz) = 4751944
TIMESTAMP = 1682873414
SHA256 (pgpool-II-4.2.12.tar.gz) = 9f4a770aba2a60b047996bd5fd9ec6bf974560e73d483aff68d7a9455e93c5d0
SIZE (pgpool-II-4.2.12.tar.gz) = 4758162

0 comments on commit 7677a79

Please sign in to comment.