diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-11-22 09:32:45 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-11-22 09:32:45 +0000 |
commit | 83c4868df4d1e490b4861dc86268458e29b7f5a3 (patch) | |
tree | 195e97fdc0f9c712691261683be657f71ede1484 /databases | |
parent | 41d9048460761d6d3575b7d4a4761582ba8193c2 (diff) | |
download | ports-83c4868df4d1e490b4861dc86268458e29b7f5a3.tar.gz ports-83c4868df4d1e490b4861dc86268458e29b7f5a3.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pgpool-II-35/Makefile | 3 | ||||
-rw-r--r-- | databases/pgpool-II-36/Makefile | 3 | ||||
-rw-r--r-- | databases/pgpool-II-37/Makefile | 3 | ||||
-rw-r--r-- | databases/pgpool/Makefile | 3 |
4 files changed, 0 insertions, 12 deletions
diff --git a/databases/pgpool-II-35/Makefile b/databases/pgpool-II-35/Makefile index fbfa9a72f395..21a4761537a5 100644 --- a/databases/pgpool-II-35/Makefile +++ b/databases/pgpool-II-35/Makefile @@ -13,9 +13,6 @@ COMMENT= Connection pool server for PostgreSQL LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_SSL= openssl111 -BROKEN_SSL_REASON_openssl111= library 'ssl' is required for OpenSSL - PORTSCOUT= limit:^3.5.[0-9]* USES= gmake libtool pgsql:9.3+ diff --git a/databases/pgpool-II-36/Makefile b/databases/pgpool-II-36/Makefile index 4a9fe8c15507..2c05b19cbec8 100644 --- a/databases/pgpool-II-36/Makefile +++ b/databases/pgpool-II-36/Makefile @@ -12,9 +12,6 @@ COMMENT= Connection pool server for PostgreSQL LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_SSL= openssl111 -BROKEN_SSL_REASON_openssl111= library 'ssl' is required for OpenSSL - PORTSCOUT= limit:^3.6.[0-9]* USES= gmake libtool pgsql:9.3+ diff --git a/databases/pgpool-II-37/Makefile b/databases/pgpool-II-37/Makefile index 743678fd9f76..9294766eeeee 100644 --- a/databases/pgpool-II-37/Makefile +++ b/databases/pgpool-II-37/Makefile @@ -12,9 +12,6 @@ COMMENT= Connection pool server for PostgreSQL LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_SSL= openssl111 -BROKEN_SSL_REASON_openssl111= library 'ssl' is required for OpenSSL - PORTSCOUT= limit:^3.7.[0-9]* USES= gmake libtool pgsql:9.6+ diff --git a/databases/pgpool/Makefile b/databases/pgpool/Makefile index fa469c846993..609ac3374431 100644 --- a/databases/pgpool/Makefile +++ b/databases/pgpool/Makefile @@ -13,9 +13,6 @@ COMMENT= Connection pool server for PostgreSQL LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_SSL= openssl111 -BROKEN_SSL_REASON_openssl111= library 'ssl' is required for OpenSSL - PORTSCOUT= limit:^3.4.[0-9]* USES= gmake libtool pgsql:9.3+ |