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

Collapse All | Expand All

(-)net/net6/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	net6
8
PORTNAME=	net6
9
PORTVERSION=	1.1.0
9
PORTVERSION=	1.2.1
10
CATEGORIES=	net devel
10
CATEGORIES=	net devel
11
MASTER_SITES=	http://releases.0x539.de/net6/
11
MASTER_SITES=	http://releases.0x539.de/net6/
12
12
(-)net/net6/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
MD5 (net6-1.1.0.tar.gz) = 522229474ff554a4ce883002011d0fbb
1
MD5 (net6-1.2.1.tar.gz) = e5e22450144b7a788955164729ef5034
2
SIZE (net6-1.1.0.tar.gz) = 369898
2
SHA256 (net6-1.2.1.tar.gz) = 0f3f3db01ca3613f9e4f407eeb5395745df770a92eb654ce0c7c71c0322fa4fc
3
SIZE (net6-1.2.1.tar.gz) = 376538
(-)net/net6/pkg-plist (-4 / +11 lines)
Lines 1-20 Link Here
1
include/net6/address.hpp
1
include/net6/address.hpp
2
include/net6/client.hpp
2
include/net6/client.hpp
3
include/net6/connection.hpp
3
include/net6/connection.hpp
4
include/net6/common.hpp
4
include/net6/default_accumulator.hpp
5
include/net6/default_accumulator.hpp
5
include/net6/error.hpp
6
include/net6/error.hpp
7
include/net6/gettext_package.hpp
6
include/net6/host.hpp
8
include/net6/host.hpp
9
include/net6/local.hpp
7
include/net6/main.hpp
10
include/net6/main.hpp
8
include/net6/non_copyable.hpp
11
include/net6/non_copyable.hpp
12
include/net6/object.hpp
9
include/net6/packet.hpp
13
include/net6/packet.hpp
10
include/net6/peer.hpp
11
include/net6/select.hpp
14
include/net6/select.hpp
15
include/net6/serialise.hpp
12
include/net6/server.hpp
16
include/net6/server.hpp
13
include/net6/socket.hpp
17
include/net6/socket.hpp
14
lib/libnet6-1.1.so
18
include/net6/user.hpp
15
lib/libnet6-1.1.so.0
19
lib/libnet6-1.2.so
20
lib/libnet6-1.2.so.0
16
lib/libnet6.a
21
lib/libnet6.a
17
lib/libnet6.so
22
lib/libnet6.so
18
libdata/pkgconfig/net6-1.1.pc
23
libdata/pkgconfig/net6-1.2.pc
19
%%NLS%%share/locale/de/LC_MESSAGES/net6.mo
24
%%NLS%%share/locale/de/LC_MESSAGES/net6.mo
25
%%NLS%%share/locale/fr/LC_MESSAGES/net6.mo
26
%%NLS%%share/locale/sv/LC_MESSAGES/net6.mo
20
@dirrm include/net6
27
@dirrm include/net6

Return to bug 90520