pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/arping



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Jan 26 11:22:13 UTC 2021

Modified Files:
        pkgsrc/net/arping: Makefile

Log Message:
arping: Switch to libnet.

Now works on SunOS.  Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/arping/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/arping/Makefile
diff -u pkgsrc/net/arping/Makefile:1.29 pkgsrc/net/arping/Makefile:1.30
--- pkgsrc/net/arping/Makefile:1.29     Fri Apr 10 21:25:03 2020
+++ pkgsrc/net/arping/Makefile  Tue Jan 26 11:22:13 2021
@@ -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 @@ LICENSE=      gnu-gpl-v2
 
 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