PR:
Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Upgrade ipcalc from 0.35 to 0.38, fixed a bug in 64bit architectures. maintainer timeout: 2+ weeks.
This commit is contained in:
parent
a4471ae836
commit
baeceea8c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121951
@ -6,13 +6,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ipcalc
|
||||
PORTVERSION= 0.35
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.38
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://jodies.de/
|
||||
DISTNAME= ipcalc.pl
|
||||
EXTRACT_SUFX= # empty
|
||||
EXTRACT_ONLY= # empty
|
||||
MASTER_SITES= http://jodies.de/ipcalc-archive/
|
||||
|
||||
MAINTAINER= petef@FreeBSD.org
|
||||
COMMENT= IP Calculator
|
||||
@ -22,6 +18,6 @@ NO_BUILD= yes
|
||||
USE_PERL5= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${DISTDIR}/${DISTFILES} ${PREFIX}/bin/${PORTNAME}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (ipcalc.pl) = e0321f2e796ba541c6afc0a8570f7d09
|
||||
SIZE (ipcalc.pl) = 13992
|
||||
MD5 (ipcalc-0.38.tar.gz) = 9b95b0b6b9425e78b08f648eefeb84e0
|
||||
SIZE (ipcalc-0.38.tar.gz) = 9758
|
||||
|
@ -9,4 +9,4 @@ Enter your netmask(s) in CIDR notation (/25) or dotted decimals
|
||||
WWW: http://jodies.de/ipcalc/
|
||||
|
||||
- Pete
|
||||
petef@databits.net
|
||||
petef@freebsd.org
|
||||
|
Loading…
Reference in New Issue
Block a user