diff options
author | wen <wen@FreeBSD.org> | 2018-04-02 19:44:13 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2018-04-02 19:44:13 +0800 |
commit | 601f6689c0c6b1350136f3d214948b2f5d84aad8 (patch) | |
tree | 92f6d6df35c3ad7d0c06d376c9da72fc706bd228 | |
parent | a8e568b644899ea7da59801029e2cf1692df9b42 (diff) | |
download | freebsd-ports-gnome-601f6689c0c6b1350136f3d214948b2f5d84aad8.tar.gz freebsd-ports-gnome-601f6689c0c6b1350136f3d214948b2f5d84aad8.tar.zst freebsd-ports-gnome-601f6689c0c6b1350136f3d214948b2f5d84aad8.zip |
- Update to 0.4.0
-rw-r--r-- | net/anet/Makefile | 5 | ||||
-rw-r--r-- | net/anet/distinfo | 6 | ||||
-rw-r--r-- | net/anet/pkg-plist | 9 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net/anet/Makefile b/net/anet/Makefile index 7c6c8730e6fd..7cdec6c0a2fa 100644 --- a/net/anet/Makefile +++ b/net/anet/Makefile @@ -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} \ diff --git a/net/anet/distinfo b/net/anet/distinfo index 391649a1c907..398583bc06aa 100644 --- a/net/anet/distinfo +++ b/net/anet/distinfo @@ -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 diff --git a/net/anet/pkg-plist b/net/anet/pkg-plist index 0699465043a6..ec076eeab366 100644 --- a/net/anet/pkg-plist +++ b/net/anet/pkg-plist @@ -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 |