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

Collapse All | Expand All

(-)Makefile (-4 / +4 lines)
Lines 6-23 Link Here
6
#
6
#
7
7
8
PORTNAME=	net6
8
PORTNAME=	net6
9
PORTVERSION=	1.2.2
9
PORTVERSION=	1.3.2
10
PORTREVISION=	1
11
CATEGORIES=	net devel
10
CATEGORIES=	net devel
12
MASTER_SITES=	http://releases.0x539.de/net6/
11
MASTER_SITES=	http://releases.0x539.de/net6/
13
12
14
MAINTAINER=	andreas@syndrom23.de
13
MAINTAINER=	andreas@syndrom23.de
15
COMMENT=	Network access framework for IPv4/IPv6
14
COMMENT=	Network access framework for IPv4/IPv6
16
15
17
LIB_DEPENDS=	sigc++-2.0.0:${PORTSDIR}/devel/libsigc++20
16
LIB_DEPENDS=	sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \
17
		gnutls.13:${PORTSDIR}/security/gnutls
18
18
19
USE_GCC=	3.4+
19
USE_GCC=	3.4+
20
INSTALLS_SHLIB=	yes
20
USE_LDCONFIG=	yes
21
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
22
USE_GNOME=	gnomehack
22
USE_GNOME=	gnomehack
23
23
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (net6-1.2.2.tar.gz) = 8a551a2d9785b2b0ed431bb9eeb6cfd6
1
MD5 (net6-1.3.2.tar.gz) = f6b1435ba0c47833855630ae2f045b40
2
SHA256 (net6-1.2.2.tar.gz) = ccdf8bfec6098b9da9a82c8d3a4d85266a5c2fd8e0240bb9448448ea39f3a68a
2
SHA256 (net6-1.3.2.tar.gz) = 2da8bf49ec9a6ff1052d1a1fc5ae7ffb0a910ae3b062a305a9440a1877907017
3
SIZE (net6-1.2.2.tar.gz) = 377078
3
SIZE (net6-1.3.2.tar.gz) = 422001
(-)pkg-plist (-3 / +8 lines)
Lines 3-8 Link Here
3
include/net6/common.hpp
3
include/net6/common.hpp
4
include/net6/connection.hpp
4
include/net6/connection.hpp
5
include/net6/default_accumulator.hpp
5
include/net6/default_accumulator.hpp
6
include/net6/encrypt.hpp
7
include/net6/enum_ops.hpp
6
include/net6/error.hpp
8
include/net6/error.hpp
7
include/net6/gettext_package.hpp
9
include/net6/gettext_package.hpp
8
include/net6/host.hpp
10
include/net6/host.hpp
Lines 11-28 Link Here
11
include/net6/non_copyable.hpp
13
include/net6/non_copyable.hpp
12
include/net6/object.hpp
14
include/net6/object.hpp
13
include/net6/packet.hpp
15
include/net6/packet.hpp
16
include/net6/queue.hpp
14
include/net6/select.hpp
17
include/net6/select.hpp
15
include/net6/serialise.hpp
18
include/net6/serialise.hpp
16
include/net6/server.hpp
19
include/net6/server.hpp
17
include/net6/socket.hpp
20
include/net6/socket.hpp
18
include/net6/user.hpp
21
include/net6/user.hpp
19
lib/libnet6-1.2.so
22
lib/libnet6-1.3.so
20
lib/libnet6-1.2.so.0
23
lib/libnet6-1.3.so.0
21
lib/libnet6.a
24
lib/libnet6.a
22
lib/libnet6.la
25
lib/libnet6.la
23
lib/libnet6.so
26
lib/libnet6.so
24
libdata/pkgconfig/net6-1.2.pc
27
libdata/pkgconfig/net6-1.3.pc
25
%%NLS%%share/locale/de/LC_MESSAGES/net6.mo
28
%%NLS%%share/locale/de/LC_MESSAGES/net6.mo
29
%%NLS%%share/locale/es/LC_MESSAGES/net6.mo
26
%%NLS%%share/locale/fr/LC_MESSAGES/net6.mo
30
%%NLS%%share/locale/fr/LC_MESSAGES/net6.mo
31
%%NLS%%share/locale/nl/LC_MESSAGES/net6.mo
27
%%NLS%%share/locale/sv/LC_MESSAGES/net6.mo
32
%%NLS%%share/locale/sv/LC_MESSAGES/net6.mo
28
@dirrm include/net6
33
@dirrm include/net6

Return to bug 104935