View | Details | Raw Unified | Return to bug 225109 | Differences between
and this patch

Collapse All | Expand All

(-)databases/Makefile (+1 lines)
Lines 808-813 Link Here
808
    SUBDIR += py-pg8000
808
    SUBDIR += py-pg8000
809
    SUBDIR += py-pg_pqueue
809
    SUBDIR += py-pg_pqueue
810
    SUBDIR += py-pgcli
810
    SUBDIR += py-pgcli
811
    SUBDIR += py-pglite
811
    SUBDIR += py-pgspecial
812
    SUBDIR += py-pgspecial
812
    SUBDIR += py-pgxnclient
813
    SUBDIR += py-pgxnclient
813
    SUBDIR += py-pickledb
814
    SUBDIR += py-pickledb
(-)databases/postgresql-libpqxx/Makefile (-5 / +6 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	libpqxx
4
PORTNAME=	libpqxx
5
PORTVERSION=	4.0.1
5
PORTVERSION=	6.0.0
6
PORTREVISION=	1
7
CATEGORIES=	databases
6
CATEGORIES=	databases
8
MASTER_SITES=	http://pqxx.org/download/software/libpqxx/
9
PKGNAMEPREFIX=	postgresql-
7
PKGNAMEPREFIX=	postgresql-
10
DIST_SUBDIR=	postgresql
8
DIST_SUBDIR=	postgresql
11
9
Lines 17-27 Link Here
17
CONFLICTS=	postgresql-libpqxx-3.* postgresql-libpqxx3-3.*
15
CONFLICTS=	postgresql-libpqxx-3.* postgresql-libpqxx3-3.*
18
PORTSCOUT=	limit:^2\.
16
PORTSCOUT=	limit:^2\.
19
17
20
USES+=		gmake libtool pathfix pgsql python:2.7,build shebangfix
18
USES=		gmake libtool pathfix pgsql python:2.7,build shebangfix
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	jtv
21
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
SHEBANG_FILES=	${WRKSRC}/tools/splitconfig
24
INSTALL_TARGET=	install-strip
23
PLIST_SUB=	PORTVERSION=${PORTVERSION:R}
25
PLIST_SUB=	PORTVERSION=${PORTVERSION:R}
24
SHEBANG_FILES=	${WRKSRC}/tools/splitconfig
25
26
26
CONFIGURE_ARGS=	--enable-shared \
27
CONFIGURE_ARGS=	--enable-shared \
27
		--disable-dependency-tracking
28
		--disable-dependency-tracking
(-)databases/postgresql-libpqxx/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (postgresql/libpqxx-4.0.1.tar.gz) = 097ceda2797761ce517faa5bee186c883df1c407cb2aada613a16773afeedc38
1
TIMESTAMP = 1515770390
2
SIZE (postgresql/libpqxx-4.0.1.tar.gz) = 1582532
2
SHA256 (postgresql/jtv-libpqxx-6.0.0_GH0.tar.gz) = 81cac92458efd799fadb0374107464320d93eba71de05aedf21afb9c8dda7c3a
3
SIZE (postgresql/jtv-libpqxx-6.0.0_GH0.tar.gz) = 676528
(-)databases/postgresql-libpqxx/pkg-plist (-8 / +6 lines)
Lines 39-44 Link Here
39
include/pqxx/internal/gates/icursorstream-icursor_iterator.hxx
39
include/pqxx/internal/gates/icursorstream-icursor_iterator.hxx
40
include/pqxx/internal/gates/result-connection.hxx
40
include/pqxx/internal/gates/result-connection.hxx
41
include/pqxx/internal/gates/result-creation.hxx
41
include/pqxx/internal/gates/result-creation.hxx
42
include/pqxx/internal/gates/result-row.hxx
42
include/pqxx/internal/gates/result-sql_cursor.hxx
43
include/pqxx/internal/gates/result-sql_cursor.hxx
43
include/pqxx/internal/gates/transaction-subtransaction.hxx
44
include/pqxx/internal/gates/transaction-subtransaction.hxx
44
include/pqxx/internal/gates/transaction-tablereader.hxx
45
include/pqxx/internal/gates/transaction-tablereader.hxx
Lines 45-51 Link Here
45
include/pqxx/internal/gates/transaction-tablewriter.hxx
46
include/pqxx/internal/gates/transaction-tablewriter.hxx
46
include/pqxx/internal/gates/transaction-transactionfocus.hxx
47
include/pqxx/internal/gates/transaction-transactionfocus.hxx
47
include/pqxx/internal/libpq-forward.hxx
48
include/pqxx/internal/libpq-forward.hxx
48
include/pqxx/internal/result_data.hxx
49
include/pqxx/internal/statement_parameters.hxx
49
include/pqxx/internal/statement_parameters.hxx
50
include/pqxx/isolation
50
include/pqxx/isolation
51
include/pqxx/isolation.hxx
51
include/pqxx/isolation.hxx
Lines 55-63 Link Here
55
include/pqxx/nontransaction.hxx
55
include/pqxx/nontransaction.hxx
56
include/pqxx/notification
56
include/pqxx/notification
57
include/pqxx/notification.hxx
57
include/pqxx/notification.hxx
58
include/pqxx/notify-listen
59
include/pqxx/notify-listen.hxx
60
include/pqxx/performance.hxx
61
include/pqxx/pipeline
58
include/pqxx/pipeline
62
include/pqxx/pipeline.hxx
59
include/pqxx/pipeline.hxx
63
include/pqxx/pqxx
60
include/pqxx/pqxx
Lines 65-72 Link Here
65
include/pqxx/prepared_statement.hxx
62
include/pqxx/prepared_statement.hxx
66
include/pqxx/result
63
include/pqxx/result
67
include/pqxx/result.hxx
64
include/pqxx/result.hxx
65
include/pqxx/result_iterator.hxx
68
include/pqxx/robusttransaction
66
include/pqxx/robusttransaction
69
include/pqxx/robusttransaction.hxx
67
include/pqxx/robusttransaction.hxx
68
include/pqxx/row
69
include/pqxx/row.hxx
70
include/pqxx/strconv
70
include/pqxx/strconv
71
include/pqxx/strconv.hxx
71
include/pqxx/strconv.hxx
72
include/pqxx/subtransaction
72
include/pqxx/subtransaction
Lines 83-92 Link Here
83
include/pqxx/transaction_base.hxx
83
include/pqxx/transaction_base.hxx
84
include/pqxx/transactor
84
include/pqxx/transactor
85
include/pqxx/transactor.hxx
85
include/pqxx/transactor.hxx
86
include/pqxx/trigger
86
include/pqxx/types
87
include/pqxx/trigger.hxx
87
include/pqxx/types.hxx
88
include/pqxx/tuple
89
include/pqxx/tuple.hxx
90
include/pqxx/util
88
include/pqxx/util
91
include/pqxx/util.hxx
89
include/pqxx/util.hxx
92
include/pqxx/version
90
include/pqxx/version

Return to bug 225109