pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/arping arping: Switch to libnet.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4398d5c75d7e
branches:  trunk
changeset: 445612:4398d5c75d7e
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Jan 26 11:22:13 2021 +0000

description:
arping: Switch to libnet.

Now works on SunOS.  Bump PKGREVISION.

diffstat:

 net/arping/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r d785fed42da3 -r 4398d5c75d7e net/arping/Makefile
--- a/net/arping/Makefile       Tue Jan 26 11:20:57 2021 +0000
+++ b/net/arping/Makefile       Tue Jan 26 11:22:13 2021 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2020/04/10 21:25:03 schwarz Exp $
+# $NetBSD: Makefile,v 1.30 2021/01/26 11:22:13 jperkin Exp $
 
 DISTNAME=      arping-2.21
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  http://www.habets.pp.se/synscan/files/
 
@@ -11,6 +12,6 @@
 
 GNU_CONFIGURE=         yes
 
-.include "../../devel/libnet11/buildlink3.mk"
+.include "../../devel/libnet/buildlink3.mk"
 .include "../../net/libpcap/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index