- Update to 1.3.2
- Pass maintainership to submitter PR: ports/104935 Submitted by: Wesley Shields <wxs@atarininja.org> Approved by: Andreas Kohn (old maintainer)
This commit is contained in:
parent
23eab7ea75
commit
15a9fb5cb7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176214
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user