diff options
-rw-r--r-- | net/net6/Makefile | 10 | ||||
-rw-r--r-- | net/net6/distinfo | 6 | ||||
-rw-r--r-- | net/net6/pkg-plist | 11 |
3 files changed, 16 insertions, 11 deletions
diff --git a/net/net6/Makefile b/net/net6/Makefile index bcf37d146e93..ed0e4c369d2f 100644 --- a/net/net6/Makefile +++ b/net/net6/Makefile @@ -6,18 +6,18 @@ # PORTNAME= net6 -PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTVERSION= 1.3.2 CATEGORIES= net devel MASTER_SITES= http://releases.0x539.de/net6/ -MAINTAINER= andreas@syndrom23.de +MAINTAINER= wxs@atarininja.org COMMENT= Network access framework for IPv4/IPv6 -LIB_DEPENDS= sigc++-2.0.0:${PORTSDIR}/devel/libsigc++20 +LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \ + gnutls.13:${PORTSDIR}/security/gnutls USE_GCC= 3.4+ -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack diff --git a/net/net6/distinfo b/net/net6/distinfo index 62928d32f8e0..84270a1e25c2 100644 --- a/net/net6/distinfo +++ b/net/net6/distinfo @@ -1,3 +1,3 @@ -MD5 (net6-1.2.2.tar.gz) = 8a551a2d9785b2b0ed431bb9eeb6cfd6 -SHA256 (net6-1.2.2.tar.gz) = ccdf8bfec6098b9da9a82c8d3a4d85266a5c2fd8e0240bb9448448ea39f3a68a -SIZE (net6-1.2.2.tar.gz) = 377078 +MD5 (net6-1.3.2.tar.gz) = f6b1435ba0c47833855630ae2f045b40 +SHA256 (net6-1.3.2.tar.gz) = 2da8bf49ec9a6ff1052d1a1fc5ae7ffb0a910ae3b062a305a9440a1877907017 +SIZE (net6-1.3.2.tar.gz) = 422001 diff --git a/net/net6/pkg-plist b/net/net6/pkg-plist index 968bbc72541d..94bbbebb5723 100644 --- a/net/net6/pkg-plist +++ b/net/net6/pkg-plist @@ -3,6 +3,8 @@ include/net6/client.hpp include/net6/common.hpp include/net6/connection.hpp include/net6/default_accumulator.hpp +include/net6/encrypt.hpp +include/net6/enum_ops.hpp include/net6/error.hpp include/net6/gettext_package.hpp include/net6/host.hpp @@ -11,18 +13,21 @@ include/net6/main.hpp include/net6/non_copyable.hpp include/net6/object.hpp include/net6/packet.hpp +include/net6/queue.hpp include/net6/select.hpp include/net6/serialise.hpp include/net6/server.hpp include/net6/socket.hpp include/net6/user.hpp -lib/libnet6-1.2.so -lib/libnet6-1.2.so.0 +lib/libnet6-1.3.so +lib/libnet6-1.3.so.0 lib/libnet6.a lib/libnet6.la lib/libnet6.so -libdata/pkgconfig/net6-1.2.pc +libdata/pkgconfig/net6-1.3.pc %%NLS%%share/locale/de/LC_MESSAGES/net6.mo +%%NLS%%share/locale/es/LC_MESSAGES/net6.mo %%NLS%%share/locale/fr/LC_MESSAGES/net6.mo +%%NLS%%share/locale/nl/LC_MESSAGES/net6.mo %%NLS%%share/locale/sv/LC_MESSAGES/net6.mo @dirrm include/net6 |