diff options
author | VinÃcius Zavam <egypcio@FreeBSD.org> | 2018-12-17 17:57:50 +0800 |
---|---|---|
committer | VinÃcius Zavam <egypcio@FreeBSD.org> | 2018-12-17 17:57:50 +0800 |
commit | edf6110d7882629ef74fb24861ad354e07b84891 (patch) | |
tree | 1ececc79ddc55b84b3b4e8474b4503569115fc76 /net | |
parent | a6b9f4ba6e571fe217316f24f76a2c9820f01cdc (diff) | |
download | freebsd-ports-gnome-edf6110d7882629ef74fb24861ad354e07b84891.tar.gz freebsd-ports-gnome-edf6110d7882629ef74fb24861ad354e07b84891.tar.zst freebsd-ports-gnome-edf6110d7882629ef74fb24861ad354e07b84891.zip |
net/anet: update 0.4.0 to 0.4.1
- adopt the port;
- silent portlint.
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D18523
Diffstat (limited to 'net')
-rw-r--r-- | net/anet/Makefile | 5 | ||||
-rw-r--r-- | net/anet/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net/anet/Makefile b/net/anet/Makefile index 7cdec6c0a2fa..30f646305c96 100644 --- a/net/anet/Makefile +++ b/net/anet/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= anet -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 CATEGORIES= net MASTER_SITES= http://www.codelabs.ch/download/ DISTNAME= libanet-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= egypcio@FreeBSD.org COMMENT= Networking library for Ada LICENSE= GPLv2 GMGPL @@ -16,6 +16,7 @@ LICENSE_COMB= multi BUILD_DEPENDS= gprbuild:devel/gprbuild USES= ada tar:bzip2 + ALL_TARGET= build_lib MAKE_ARGS+= NUM_CPUS=${MAKE_JOBS_NUMBER} \ LIBRARY_KIND=static \ diff --git a/net/anet/distinfo b/net/anet/distinfo index 398583bc06aa..e68f5342ba74 100644 --- a/net/anet/distinfo +++ b/net/anet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1522495817 -SHA256 (libanet-0.4.0.tar.bz2) = e837dfe5d94e4d6ce9a821ab13df011820ebe8a237ffd001c1b01548dbde7080 -SIZE (libanet-0.4.0.tar.bz2) = 53374 +TIMESTAMP = 1544602181 +SHA256 (libanet-0.4.1.tar.bz2) = 8d53c3c922d1645c62cef34e39a633d4ed9c243c42d79e9cc9a0aac53e2b5871 +SIZE (libanet-0.4.1.tar.bz2) = 53485 |