net/anet: Upgrade version 0.3.0 => 0.3.1
This commit is contained in:
parent
d4a2f82958
commit
e8fb85db50
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366750
3 changed files with 5 additions and 4 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= anet
|
||||
PORTVERSION= 0.3.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.3.1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.codelabs.ch/download/
|
||||
DISTNAME= libanet-${PORTVERSION}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (libanet-0.3.0.tar.bz2) = a183dc7c11bac77bd30e8f23cb4b3aec693ac512c837a6061fa4f8e7f3d49e92
|
||||
SIZE (libanet-0.3.0.tar.bz2) = 48860
|
||||
SHA256 (libanet-0.3.1.tar.bz2) = 6366f4cfe3be0e61e319d0dad2018f61eb0437b4d551587e10cc6b8ab276fb93
|
||||
SIZE (libanet-0.3.1.tar.bz2) = 49100
|
||||
|
|
|
@ -34,6 +34,7 @@ include/anet/anet-sockets.adb
|
|||
include/anet/anet-sockets.ads
|
||||
include/anet/anet-streams.adb
|
||||
include/anet/anet-streams.ads
|
||||
include/anet/anet-thin.ads
|
||||
include/anet/anet-types.adb
|
||||
include/anet/anet-types.ads
|
||||
include/anet/anet-udp.adb
|
||||
|
@ -64,6 +65,7 @@ lib/anet/anet-sockets-thin.ali
|
|||
lib/anet/anet-sockets-unix.ali
|
||||
lib/anet/anet-sockets.ali
|
||||
lib/anet/anet-streams.ali
|
||||
lib/anet/anet-thin.ali
|
||||
lib/anet/anet-types.ali
|
||||
lib/anet/anet-udp.ali
|
||||
lib/anet/anet-util.ali
|
||||
|
|
Loading…
Reference in a new issue