diff options
-rw-r--r-- | doc/CHANGES-2016 | 3 | ||||
-rw-r--r-- | net/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2016 b/doc/CHANGES-2016 index 3adb6d031c3..b5eb57e133c 100644 --- a/doc/CHANGES-2016 +++ b/doc/CHANGES-2016 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2016,v 1.1790 2016/05/01 04:54:17 mef Exp $ +$NetBSD: CHANGES-2016,v 1.1791 2016/05/01 05:07:16 mef Exp $ Changes to the packages collection and infrastructure in 2016: @@ -2361,3 +2361,4 @@ Changes to the packages collection and infrastructure in 2016: Updated devel/java-subversion to 1.9.4 [ryoon 2016-05-01] Updated www/ap2-subversion to 1.9.4 [ryoon 2016-05-01] Updated mail/cue to 20151214 [mef 2016-05-01] + Added net/libasr version 1.0.2 [mef 2016-05-01] diff --git a/net/Makefile b/net/Makefile index 88a38410e38..098bd27faac 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1111 2016/04/29 11:54:19 wiz Exp $ +# $NetBSD: Makefile,v 1.1112 2016/05/01 05:07:16 mef Exp $ # COMMENT= Networking tools @@ -263,6 +263,7 @@ SUBDIR+= lft SUBDIR+= lftp SUBDIR+= libIDL SUBDIR+= libares +SUBDIR+= libasr SUBDIR+= libasyncns SUBDIR+= libbind SUBDIR+= libcares |