mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Update databases/erlang-epgsql to version 4.1.0.
This commit is contained in:
parent
5a98519f77
commit
e01017551f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474121
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= epgsql
|
||||
PORTVERSION= 3.4.0
|
||||
PORTVERSION= 4.1.0
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= erlang-
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1507725477
|
||||
SHA256 (epgsql-epgsql-3.4.0_GH0.tar.gz) = e022e2da0d0c0043a37f2a1506b0d3245f6d49a4f231599936c2cb36dceb59f8
|
||||
SIZE (epgsql-epgsql-3.4.0_GH0.tar.gz) = 55422
|
||||
TIMESTAMP = 1530990701
|
||||
SHA256 (epgsql-epgsql-4.1.0_GH0.tar.gz) = f6e01b26367846d2bca1c7f24205ed548bb2a5e97d0d06f7a66af4abad981970
|
||||
SIZE (epgsql-epgsql-4.1.0_GH0.tar.gz) = 80293
|
||||
|
@ -1,26 +1,89 @@
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql.app
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_binary.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_cmd_batch.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_cmd_bind.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_cmd_close.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_cmd_connect.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_cmd_describe_portal.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_cmd_describe_statement.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_cmd_equery.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_cmd_execute.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_cmd_parse.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_cmd_prepared_query.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_cmd_squery.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_cmd_start_replication.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_cmd_sync.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_cmd_update_type_cache.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_codec.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_codec_boolean.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_codec_bpchar.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_codec_datetime.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_codec_float.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_codec_geometric.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_codec_hstore.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_codec_integer.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_codec_intrange.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_codec_json.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_codec_net.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_codec_noop.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_codec_postgis.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_codec_text.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_codec_uuid.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_command.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_errcodes.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_fdatetime.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_idatetime.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_oid_db.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_scram.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_sock.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_types.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsql_wire.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsqla.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/epgsqli.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/ebin/ewkb.beam
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/include/epgsql.hrl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/include/epgsql_binary.hrl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/include/epgsql_geometry.hrl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/include/protocol.hrl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/commands/epgsql_cmd_batch.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/commands/epgsql_cmd_bind.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/commands/epgsql_cmd_close.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/commands/epgsql_cmd_connect.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/commands/epgsql_cmd_describe_portal.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/commands/epgsql_cmd_describe_statement.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/commands/epgsql_cmd_equery.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/commands/epgsql_cmd_execute.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/commands/epgsql_cmd_parse.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/commands/epgsql_cmd_prepared_query.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/commands/epgsql_cmd_squery.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/commands/epgsql_cmd_start_replication.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/commands/epgsql_cmd_sync.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/commands/epgsql_cmd_update_type_cache.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/datatypes/epgsql_codec_boolean.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/datatypes/epgsql_codec_bpchar.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/datatypes/epgsql_codec_datetime.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/datatypes/epgsql_codec_float.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/datatypes/epgsql_codec_geometric.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/datatypes/epgsql_codec_hstore.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/datatypes/epgsql_codec_integer.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/datatypes/epgsql_codec_intrange.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/datatypes/epgsql_codec_json.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/datatypes/epgsql_codec_net.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/datatypes/epgsql_codec_noop.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/datatypes/epgsql_codec_postgis.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/datatypes/epgsql_codec_text.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/datatypes/epgsql_codec_uuid.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/epgsql.app.src
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/epgsql.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/epgsql_binary.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/epgsql_codec.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/epgsql_command.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/epgsql_errcodes.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/epgsql_fdatetime.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/epgsql_idatetime.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/epgsql_oid_db.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/epgsql_replication.hrl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/epgsql_scram.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/epgsql_sock.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/epgsql_types.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/epgsql_wire.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/epgsqla.erl
|
||||
lib/erlang/lib/epgsql-%%VERSION%%/src/epgsqli.erl
|
||||
|
Loading…
Reference in New Issue
Block a user