From 9897b632b1033b25436d9582dacf257ade2838fa Mon Sep 17 00:00:00 2001 From: zuntum Date: Sun, 10 Feb 2002 21:50:49 +0000 Subject: Update ipcalc to 0.35 Changes: # 0.35 12/2/2001 Fixed big-endian bug in subnets(). This was reported # by Igor Zozulya and Steve Kent. Thank you for your help # and access to your sparc machine! Fixes pkg/15576, though in a different way than suggested by originator (distfile has been put into MASTER_SITE_LOCAL, so distinfo will never get broken again) --- net/ipcalc/Makefile | 11 +++++------ net/ipcalc/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 9 deletions(-) (limited to 'net') diff --git a/net/ipcalc/Makefile b/net/ipcalc/Makefile index 58f9a3466be..89e0726b110 100644 --- a/net/ipcalc/Makefile +++ b/net/ipcalc/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2001/12/23 07:57:43 zuntum Exp $ +# $NetBSD: Makefile,v 1.4 2002/02/10 21:50:49 zuntum Exp $ # -DISTNAME= ipcalc.pl -PKGNAME= ipcalc-0.34 +DISTNAME= ipcalc-0.35 CATEGORIES= net -MASTER_SITES= http://jodies.cx/ +MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= # MAINTAINER= zuntum@netbsd.org @@ -15,10 +14,10 @@ EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC} WRKSRC= ${WRKDIR} USE_PERL5= YES -REPLACE_PERL= ${WRKSRC}/ipcalc.pl +REPLACE_PERL= ${WRKSRC}/${DISTNAME} NO_BUILD= YES do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/ipcalc.pl ${PREFIX}/bin/ipcalc + ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/ipcalc .include "../../mk/bsd.pkg.mk" diff --git a/net/ipcalc/distinfo b/net/ipcalc/distinfo index b9b5f07dae7..2f703f88e38 100644 --- a/net/ipcalc/distinfo +++ b/net/ipcalc/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/07/04 21:43:15 zuntum Exp $ +$NetBSD: distinfo,v 1.3 2002/02/10 21:50:49 zuntum Exp $ -SHA1 (ipcalc.pl) = 0bc4392e6ecede85ce6c4f9a2d51b26138507998 -Size (ipcalc.pl) = 12999 bytes +SHA1 (ipcalc-0.35) = 9ed41594d999f68b28ac5b02602ce30c2ccfc0d3 +Size (ipcalc-0.35) = 13992 bytes -- cgit v1.2.3