- Update to 0.4.0

This commit is contained in:
Wen Heping 2018-04-02 11:44:13 +00:00
parent 9076ac9e3f
commit 68d4926290
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466217
3 changed files with 12 additions and 8 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= anet
PORTVERSION= 0.3.4
PORTREVISION= 1
PORTVERSION= 0.4.0
CATEGORIES= net
MASTER_SITES= http://www.codelabs.ch/download/
DISTNAME= libanet-${PORTVERSION}
@ -14,6 +13,8 @@ COMMENT= Networking library for Ada
LICENSE= GPLv2 GMGPL
LICENSE_COMB= multi
BUILD_DEPENDS= gprbuild:devel/gprbuild
USES= ada tar:bzip2
ALL_TARGET= build_lib
MAKE_ARGS+= NUM_CPUS=${MAKE_JOBS_NUMBER} \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1476093104
SHA256 (libanet-0.3.4.tar.bz2) = 7462a5530fe0b8ff9dbf20a2f0a2dd0bf55e7f0c322bc10f9f0327f971706e07
SIZE (libanet-0.3.4.tar.bz2) = 50996
TIMESTAMP = 1522495817
SHA256 (libanet-0.4.0.tar.bz2) = e837dfe5d94e4d6ce9a821ab13df011820ebe8a237ffd001c1b01548dbde7080
SIZE (libanet-0.4.0.tar.bz2) = 53374

View File

@ -1,3 +1,5 @@
include/anet/anet-arp.adb
include/anet/anet-arp.ads
include/anet/anet-byte_swapping.adb
include/anet/anet-byte_swapping.ads
include/anet/anet-constants.ads
@ -5,8 +7,6 @@ include/anet/anet-errno.adb
include/anet/anet-errno.ads
include/anet/anet-ipv4.adb
include/anet/anet-ipv4.ads
include/anet/anet-net_ifaces.adb
include/anet/anet-net_ifaces.ads
include/anet/anet-os.adb
include/anet/anet-os.ads
include/anet/anet-os_constants.ads
@ -23,6 +23,8 @@ include/anet/anet-sockets-inet-iface.adb
include/anet/anet-sockets-inet-iface.ads
include/anet/anet-sockets-inet.adb
include/anet/anet-sockets-inet.ads
include/anet/anet-sockets-net_ifaces.adb
include/anet/anet-sockets-net_ifaces.ads
include/anet/anet-sockets-thin-inet.adb
include/anet/anet-sockets-thin-inet.ads
include/anet/anet-sockets-thin-netdev-requests.ads
@ -45,11 +47,11 @@ include/anet/anet-util.adb
include/anet/anet-util.ads
include/anet/anet.adb
include/anet/anet.ads
lib/anet/anet-arp.ali
lib/anet/anet-byte_swapping.ali
lib/anet/anet-constants.ali
lib/anet/anet-errno.ali
lib/anet/anet-ipv4.ali
lib/anet/anet-net_ifaces.ali
lib/anet/anet-os.ali
lib/anet/anet-os_constants.ali
lib/anet/anet-receivers-datagram.ali
@ -59,6 +61,7 @@ lib/anet/anet-socket_families.ali
lib/anet/anet-sockets-filters.ali
lib/anet/anet-sockets-inet-iface.ali
lib/anet/anet-sockets-inet.ali
lib/anet/anet-sockets-net_ifaces.ali
lib/anet/anet-sockets-thin-inet.ali
lib/anet/anet-sockets-thin-netdev-requests.ali
lib/anet/anet-sockets-thin-netdev.ali