View | Details | Raw Unified | Return to bug 241434
Collapse All | Expand All

(-)net/corosync3/Makefile (-2 / +1 lines)
Lines 1-8 Link Here
1
# Created by: David Shane Holden <dpejesh@yahoo.com>
1
# Created by: David Shane Holden <dpejesh@yahoo.com>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTVERSION=		2.99.2
4
PORTVERSION=		2.99.5
5
PORTREVISION=	2
6
PKGNAMESUFFIX=		3
5
PKGNAMESUFFIX=		3
7
6
8
.include "${.CURDIR}/../corosync2/Makefile.common"
7
.include "${.CURDIR}/../corosync2/Makefile.common"
(-)net/corosync3/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1525106725
1
TIMESTAMP = 1571826514
2
SHA256 (corosync-2.99.2.tar.gz) = 4a15415d607362b74d969e191308afde7fcee2f9686eee385f9f2469c6c0ba56
2
SHA256 (corosync-2.99.5.tar.gz) = f65329afcff2908c8f23070d59fea15068ea60eccf2fbc3b5e6706eee29a77ab
3
SIZE (corosync-2.99.2.tar.gz) = 1066270
3
SIZE (corosync-2.99.5.tar.gz) = 1051014
(-)net/corosync3/pkg-plist (-13 / +3 lines)
Lines 1-6 Link Here
1
bin/corosync-blackbox
1
bin/corosync-blackbox
2
%%ETCDIR%%/corosync.conf.example
2
@sample %%ETCDIR%%/corosync.conf.example
3
%%ETCDIR%%/corosync.conf.example.udpu
4
etc/logrotate.d/corosync
3
etc/logrotate.d/corosync
5
include/corosync/cfg.h
4
include/corosync/cfg.h
6
include/corosync/cmap.h
5
include/corosync/cmap.h
Lines 10-24 Link Here
10
include/corosync/hdb.h
9
include/corosync/hdb.h
11
include/corosync/quorum.h
10
include/corosync/quorum.h
12
include/corosync/sam.h
11
include/corosync/sam.h
13
include/corosync/totem/totem.h
14
include/corosync/totem/totemip.h
15
include/corosync/totem/totempg.h
16
include/corosync/totem/totemstats.h
17
include/corosync/votequorum.h
12
include/corosync/votequorum.h
18
lib/libcfg.a
13
lib/libcfg.a
19
lib/libcfg.so
14
lib/libcfg.so
20
lib/libcfg.so.7
15
lib/libcfg.so.7
21
lib/libcfg.so.7.0.0
16
lib/libcfg.so.7.1.0
22
lib/libcmap.a
17
lib/libcmap.a
23
lib/libcmap.so
18
lib/libcmap.so
24
lib/libcmap.so.4
19
lib/libcmap.so.4
Lines 39-48 Link Here
39
lib/libsam.so
34
lib/libsam.so
40
lib/libsam.so.4
35
lib/libsam.so.4
41
lib/libsam.so.4.4.0
36
lib/libsam.so.4.4.0
42
lib/libtotem_pg.a
43
lib/libtotem_pg.so
44
lib/libtotem_pg.so.5
45
lib/libtotem_pg.so.5.0.0
46
lib/libvotequorum.a
37
lib/libvotequorum.a
47
lib/libvotequorum.so
38
lib/libvotequorum.so
48
lib/libvotequorum.so.8
39
lib/libvotequorum.so.8
Lines 54-60 Link Here
54
libdata/pkgconfig/libcpg.pc
45
libdata/pkgconfig/libcpg.pc
55
libdata/pkgconfig/libquorum.pc
46
libdata/pkgconfig/libquorum.pc
56
libdata/pkgconfig/libsam.pc
47
libdata/pkgconfig/libsam.pc
57
libdata/pkgconfig/libtotem_pg.pc
58
libdata/pkgconfig/libvotequorum.pc
48
libdata/pkgconfig/libvotequorum.pc
59
man/man3/cmap_context_get.3.gz
49
man/man3/cmap_context_get.3.gz
60
man/man3/cmap_context_set.3.gz
50
man/man3/cmap_context_set.3.gz
Lines 86-95 Link Here
86
man/man3/cpg_join.3.gz
76
man/man3/cpg_join.3.gz
87
man/man3/cpg_leave.3.gz
77
man/man3/cpg_leave.3.gz
88
man/man3/cpg_local_get.3.gz
78
man/man3/cpg_local_get.3.gz
89
man/man3/cpg_overview.3.gz
90
man/man3/cpg_mcast_joined.3.gz
79
man/man3/cpg_mcast_joined.3.gz
91
man/man3/cpg_membership_get.3.gz
80
man/man3/cpg_membership_get.3.gz
92
man/man3/cpg_model_initialize.3.gz
81
man/man3/cpg_model_initialize.3.gz
82
man/man3/cpg_overview.3.gz
93
man/man3/cpg_zcb_alloc.3.gz
83
man/man3/cpg_zcb_alloc.3.gz
94
man/man3/cpg_zcb_free.3.gz
84
man/man3/cpg_zcb_free.3.gz
95
man/man3/cpg_zcb_mcast_joined.3.gz
85
man/man3/cpg_zcb_mcast_joined.3.gz

Return to bug 241434