mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
*/*: Remove pointers to EOLed pgsql versions
- Remove dotted pgsql versions Approved by: portmgr
This commit is contained in:
parent
a88a2820cd
commit
a40c0e7d83
@ -5,13 +5,13 @@
|
||||
#
|
||||
# version Maintainer can set versions required. You can set this to
|
||||
# [min]-[max] or min+ or -max or as an explicit version
|
||||
# (eg. 9.3-9.6 for [min]-[max], 9.5+ or 9.6-
|
||||
# for min+ and max-, 9.4 for an explicit version). Example:
|
||||
# (eg. 11-14 for [min]-[max], 11+ or 12-
|
||||
# for min+ and max-, 13 for an explicit version). Example:
|
||||
#
|
||||
# USES=pgsql:9.4 # Only use PostgreSQL 9.4
|
||||
# USES=pgsql:9.3+ # Use PostgreSQL 9.3 or newer
|
||||
# USES=pgsql:9.3-9.6 # Use PostgreSQL between 9.3 & 9.6
|
||||
# USES=pgsql:9.6- # Use any PostgreSQL up to 9.6
|
||||
# USES=pgsql:13 # Only use PostgreSQL 13
|
||||
# USES=pgsql:11+ # Use PostgreSQL 11 or newer
|
||||
# USES=pgsql:11-14 # Use PostgreSQL between 11 & 14 inclusive
|
||||
# USES=pgsql:12- # Use any PostgreSQL up to 12
|
||||
# USES=pgsql # Use the default PostgreSQL
|
||||
#
|
||||
# WANT_PGSQL= server[:fetch] plperl plpython pltcl
|
||||
|
@ -9,7 +9,7 @@ WWW= https://github.com/arcapos/luapgsql
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= lua pgsql:9.5+
|
||||
USES= lua pgsql:11+
|
||||
WANT_PGSQL= client
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
@ -8,7 +8,7 @@ WWW= https://gitlab.com/dwagin/pg_ed25519
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= gmake pgsql:9.4+
|
||||
USES= gmake pgsql:11+
|
||||
LLD_UNSAFE= yes
|
||||
WANT_PGSQL= server
|
||||
|
||||
|
@ -8,7 +8,7 @@ WWW= https://github.com/iCyberon/pg_hashids
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= gmake pgsql:9.6+
|
||||
USES= gmake pgsql:11+
|
||||
WANT_PGSQL= server
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/psycopg2/__init__.py:databases/py-psycopg2
|
||||
|
||||
USES= cpe gmake pgsql:9.4+ python uidfix shebangfix
|
||||
USES= cpe gmake pgsql:11+ python uidfix shebangfix
|
||||
CPE_VENDOR= pgxn
|
||||
|
||||
USE_GITHUB= yes
|
||||
@ -25,16 +25,6 @@ LLD_UNSAFE= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# With PG11+ some scripts are only installed when they are common to
|
||||
# all PG versions.
|
||||
.if ${PGSQL_VER:R} < 11
|
||||
PLIST_SUB+= OLDPG=""
|
||||
.else
|
||||
PLIST_SUB+= OLDPG="@comment "
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pg_partman_bgw.so
|
||||
|
||||
@ -47,4 +37,4 @@ post-install-DOCS-on:
|
||||
post-install-DOCS-off:
|
||||
${RM} -r ${STAGEDIR}${PREFIX}/share/doc/postgresql
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,10 +1,10 @@
|
||||
bin/check_unique_constraint.py
|
||||
bin/dump_partition.py
|
||||
%%OLDPG%%bin/partition_data.py
|
||||
%%OLDPG%%bin/reapply_constraints.py
|
||||
%%OLDPG%%bin/reapply_foreign_keys.py
|
||||
bin/partition_data.py
|
||||
bin/reapply_constraints.py
|
||||
bin/reapply_foreign_keys.py
|
||||
bin/reapply_indexes.py
|
||||
%%OLDPG%%bin/undo_partition.py
|
||||
bin/undo_partition.py
|
||||
bin/vacuum_maintenance.py
|
||||
lib/postgresql/pg_partman_bgw.so
|
||||
%%PORTDOCS%%%%DOCSDIR%%/migrate_to_native.md
|
||||
|
@ -11,7 +11,7 @@ LICENSE= PostgreSQL
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= powa-team
|
||||
|
||||
USES= gmake pgsql:9.4+
|
||||
USES= gmake pgsql:11+
|
||||
LLD_UNSAFE= yes
|
||||
WANT_PGSQL= server
|
||||
|
||||
|
@ -10,7 +10,7 @@ WWW= https://github.com/reorg/pg_repack
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= gettext-runtime gmake pgsql:9.4+
|
||||
USES= gettext-runtime gmake pgsql:11+
|
||||
LLD_UNSAFE= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= reorg
|
||||
|
@ -10,7 +10,7 @@ WWW= http://pgsimilarity.projects.pgfoundry.org
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= gmake pgsql:9.1+
|
||||
USES= gmake pgsql:11+
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= eulerto
|
||||
GH_TAGNAME= be1a8b0
|
||||
|
@ -9,7 +9,7 @@ WWW= https://github.com/dalibo/pg_stat_kcache
|
||||
|
||||
LICENSE= PostgreSQL
|
||||
|
||||
USES= gmake pgsql:9.6+
|
||||
USES= gmake pgsql:11+
|
||||
LLD_UNSAFE= yes
|
||||
WANT_PGSQL= server contrib
|
||||
|
||||
|
@ -13,7 +13,7 @@ LICENSE= PostgreSQL
|
||||
|
||||
BUILD_DEPENDS= sphinx-build:textproc/py-sphinx
|
||||
|
||||
USES= compiler:c++11-lib gettext gmake gnome pgsql:9.0+ ssl
|
||||
USES= compiler:c++11-lib gettext gmake gnome pgsql:11+ ssl
|
||||
USE_GNOME= libxml2 libxslt
|
||||
USE_WX= 3.0
|
||||
USE_CXXSTD= c++11
|
||||
|
@ -11,7 +11,7 @@ WWW= https://pgpool.net/
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= gmake libtool pgsql:9.6+
|
||||
USES= gmake libtool pgsql:11+
|
||||
USE_LDCONFIG= yes
|
||||
USE_RC_SUBR= pgpool
|
||||
|
||||
|
@ -11,7 +11,7 @@ WWW= https://pgpool.net/
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= gmake libtool pgsql:9.6+
|
||||
USES= gmake libtool pgsql:11+
|
||||
USE_LDCONFIG= yes
|
||||
USE_RC_SUBR= pgpool
|
||||
|
||||
|
@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
PORTSCOUT= limit:^4.2.[0-9]*
|
||||
|
||||
USES= gmake libtool pgsql:9.6+
|
||||
USES= gmake libtool pgsql:11+
|
||||
USE_LDCONFIG= yes
|
||||
USE_RC_SUBR= pgpool
|
||||
|
||||
|
@ -11,7 +11,7 @@ WWW= https://pgpool.net/
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= gmake libtool pgsql:9.6+
|
||||
USES= gmake libtool pgsql:11+
|
||||
USE_LDCONFIG= yes
|
||||
USE_RC_SUBR= pgpool
|
||||
|
||||
|
@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
LIB_DEPENDS= libboost_system.so:devel/boost-libs
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/postgresql/extension/postgis.control:databases/postgis33
|
||||
|
||||
USES= compiler:c++14-lang cmake localbase perl5 pgsql:10+ pkgconfig
|
||||
USES= compiler:c++14-lang cmake localbase perl5 pgsql:11+ pkgconfig
|
||||
WANT_PGSQL= lib server
|
||||
USE_LDCONFIG= yes
|
||||
USE_GITHUB= yes
|
||||
|
@ -13,7 +13,7 @@ LICENSE_NAME= postcardware
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell
|
||||
|
||||
USES= compiler:c11 gmake pgsql:10+
|
||||
USES= compiler:c11 gmake pgsql:11+
|
||||
|
||||
LLD_UNSAFE= yes
|
||||
MAKE_ARGS= CC="${CC}"
|
||||
|
@ -18,7 +18,7 @@ LIB_DEPENDS= libproj.so:graphics/proj \
|
||||
libgdal.so:graphics/gdal
|
||||
|
||||
USES= alias compiler:c++11-lang cpe gmake gnome iconv:wchar_t libtool:keepla \
|
||||
localbase perl5 pkgconfig pgsql:9.5+ shebangfix
|
||||
localbase perl5 pkgconfig pgsql:11+ shebangfix
|
||||
USE_GNOME= libxml2
|
||||
USE_PERL5= build
|
||||
|
||||
|
@ -18,7 +18,7 @@ LIB_DEPENDS= libproj.so:graphics/proj \
|
||||
libgdal.so:graphics/gdal
|
||||
|
||||
USES= alias compiler:c++11-lang cpe gmake gnome iconv:wchar_t libtool:keepla \
|
||||
localbase perl5 pkgconfig pgsql:9.5+ shebangfix
|
||||
localbase perl5 pkgconfig pgsql:11+ shebangfix
|
||||
USE_GNOME= libxml2
|
||||
USE_PERL5= build
|
||||
|
||||
|
@ -18,7 +18,7 @@ LIB_DEPENDS= libproj.so:graphics/proj \
|
||||
libgdal.so:graphics/gdal
|
||||
|
||||
USES= alias compiler:c++11-lang cpe gmake gnome iconv:wchar_t libtool:keepla \
|
||||
localbase perl5 pkgconfig pgsql:9.5+ shebangfix
|
||||
localbase perl5 pkgconfig pgsql:11+ shebangfix
|
||||
USE_GNOME= libxml2
|
||||
USE_PERL5= build
|
||||
|
||||
|
@ -19,7 +19,7 @@ LIB_DEPENDS= libproj.so:graphics/proj \
|
||||
libpcre2-8.so:devel/pcre2
|
||||
|
||||
USES= alias compiler:c++11-lang cpe gmake gnome iconv:wchar_t libtool:keepla \
|
||||
localbase perl5 pkgconfig pgsql:9.5+ shebangfix
|
||||
localbase perl5 pkgconfig pgsql:11+ shebangfix
|
||||
USE_GNOME= libxml2
|
||||
USE_PERL5= build
|
||||
|
||||
|
@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c
|
||||
|
||||
USES= gmake pgsql:9.3+
|
||||
USES= gmake pgsql:11+
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
|
@ -11,7 +11,7 @@ WWW= https://github.com/EnterpriseDB/mysql_fdw
|
||||
LICENSE= PostgreSQL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= gmake mysql pgsql:10+
|
||||
USES= gmake mysql pgsql:11+
|
||||
WANT_PGSQL= server
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= EnterpriseDB
|
||||
|
@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
LIB_DEPENDS= libgdal.so:graphics/gdal
|
||||
|
||||
USES= gmake pgsql:9.3+
|
||||
USES= gmake pgsql:11+
|
||||
WANT_PGSQL= server
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= pramsey
|
||||
|
@ -13,7 +13,7 @@ LICENSE_NAME= Zero-Clause BSD / Free Public License 1.0.0
|
||||
LICENSE_FILE= ${WRKSRC}/COPYRIGHT.orafce
|
||||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
USES= gmake pgsql:9.5+
|
||||
USES= gmake pgsql:11+
|
||||
USE_GITHUB= yes
|
||||
LLD_UNSAFE= yes
|
||||
|
||||
|
@ -10,7 +10,7 @@ WWW= https://github.com/dimitri/prefix
|
||||
|
||||
LICENSE= PostgreSQL
|
||||
|
||||
USES= gmake pgsql:9.1+
|
||||
USES= gmake pgsql:11+
|
||||
WANT_PGSQL= server
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= dimitri
|
||||
|
@ -10,7 +10,7 @@ WWW= https://github.com/postgrespro/rum
|
||||
|
||||
LICENSE= PostgreSQL
|
||||
|
||||
USES= gmake pgsql:9.6+
|
||||
USES= gmake pgsql:11+
|
||||
|
||||
LLD_UNSAFE= yes
|
||||
USE_GITHUB= yes
|
||||
|
@ -12,7 +12,7 @@ LICENSE= PostgreSQL
|
||||
|
||||
LIB_DEPENDS= libsybdb.so:databases/freetds
|
||||
|
||||
USES= gmake pgsql:9.6+
|
||||
USES= gmake pgsql:11+
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= tds-fdw
|
||||
|
@ -13,7 +13,7 @@ LICENSE= PostgreSQL
|
||||
|
||||
LIB_DEPENDS= libscws.so:textproc/scws
|
||||
|
||||
USES= gmake pgsql:9.2+
|
||||
USES= gmake pgsql:11+
|
||||
LLD_UNSAFE= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= amutu
|
||||
|
@ -15,7 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/postgresql/pg_stat_kcache.so:databases/pg_stat_kca
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= powa-team
|
||||
|
||||
USES= gmake pgsql:9.4+
|
||||
USES= gmake pgsql:11+
|
||||
WANT_PGSQL= server contrib
|
||||
|
||||
pre-patch:
|
||||
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.7.0:databases/py-psycopg2@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}async_timeout>=3.0.0:devel/py-async_timeout@${PY_FLAVOR}
|
||||
|
||||
USES= pgsql:9.2+ python:3.4+
|
||||
USES= pgsql:11+ python:3.4+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
|
@ -11,7 +11,7 @@ WWW= https://github.com/MagicStack/asyncpg/
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cpe pgsql:9.2+ python:3.6+
|
||||
USES= cpe pgsql:11+ python:3.6+
|
||||
CPE_VENDOR= magic
|
||||
USE_PYTHON= autoplist concurrent cython distutils
|
||||
|
||||
|
@ -13,7 +13,7 @@ LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
|
||||
LICENSE_FILE_TSL= ${WRKSRC}/tsl/LICENSE-TIMESCALE
|
||||
LICENSE_PERMS_TSL= dist-mirror pkg-mirror auto-accept
|
||||
|
||||
USES= compiler:c11 cmake gettext-runtime cpe pgsql:12,13,14,15
|
||||
USES= compiler:c11 cmake gettext-runtime cpe pgsql:12-15
|
||||
|
||||
USE_GITHUB= YES
|
||||
GH_ACCOUNT= timescale
|
||||
|
@ -49,7 +49,7 @@ EMPTY_DIRS_LIST=data graphs contrib lib t xt
|
||||
MODPERL_USES= apache:run
|
||||
MYSQL_USES= mysql
|
||||
MYSQL_RUN_DEPENDS= p5-DBD-mysql>=4.0001:databases/p5-DBD-mysql
|
||||
PGSQL_USES= pgsql:9.1+
|
||||
PGSQL_USES= pgsql:11+
|
||||
PGSQL_RUN_DEPENDS= p5-DBD-Pg>=3.4.2:databases/p5-DBD-Pg
|
||||
SQLITE_USES= sqlite
|
||||
SQLITE_RUN_DEPENDS= p5-DBD-SQLite>=1.29:databases/p5-DBD-SQLite \
|
||||
|
@ -35,7 +35,7 @@ LIB_DEPENDS= libAfterImage.so:graphics/libafterimage \
|
||||
libzstd.so:archivers/zstd
|
||||
|
||||
USES= blaslapack:openblas cmake compiler:c++17-lang desktop-file-utils \
|
||||
gettext-runtime gl gnome iconv jpeg mysql:57 pgsql:13.0+ python:3.9+ \
|
||||
gettext-runtime gl gnome iconv jpeg mysql:57 pgsql:13+ python:3.9+ \
|
||||
shebangfix sqlite ssl xorg
|
||||
USE_GL= glew glu opengl
|
||||
USE_GNOME= cairo gdkpixbuf2 glib20 librsvg2 libxml2
|
||||
|
@ -17,7 +17,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
RUN_DEPENDS+= dtplite:devel/tcllib
|
||||
|
||||
NO_ARCH?= yes
|
||||
USES+= pgsql:9.1+ tcl
|
||||
USES+= pgsql:11+ tcl
|
||||
WANT_PGSQL+= pgtcl
|
||||
|
||||
SLAVEDIRS= net-mgmt/netmagis-common \
|
||||
|
Loading…
Reference in New Issue
Block a user