diff options
author | petef <petef@FreeBSD.org> | 2002-02-05 22:27:13 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-02-05 22:27:13 +0800 |
commit | 84e7756cad9ce5b7bef3c2b26bfa489b2a5a2158 (patch) | |
tree | 0c3e42403bbf251129f3a8d6933e3aef2481dc69 /net | |
parent | 197849a2c21fb0bb446786c5e210190d17f39096 (diff) | |
download | freebsd-ports-gnome-84e7756cad9ce5b7bef3c2b26bfa489b2a5a2158.tar.gz freebsd-ports-gnome-84e7756cad9ce5b7bef3c2b26bfa489b2a5a2158.tar.zst freebsd-ports-gnome-84e7756cad9ce5b7bef3c2b26bfa489b2a5a2158.zip |
The author made minor fixes without bumping the version number, so update
the checksum and increase PORTREVISION.
PR: 34542
Submitted by: Anders Andersson <anders@hack.org>
Don't use DISTFILES for a single distfile (portlint).
Diffstat (limited to 'net')
-rw-r--r-- | net/ipcalc/Makefile | 4 | ||||
-rw-r--r-- | net/ipcalc/distinfo | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net/ipcalc/Makefile b/net/ipcalc/Makefile index 0f0b2c3fdd93..6b556c2e4e24 100644 --- a/net/ipcalc/Makefile +++ b/net/ipcalc/Makefile @@ -7,9 +7,11 @@ PORTNAME= ipcalc PORTVERSION= 0.35 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://jodies.de/ -DISTFILES= ipcalc.pl +DISTNAME= ipcalc.pl +EXTRACT_SUFX= # empty EXTRACT_ONLY= # empty MAINTAINER= petef@FreeBSD.org diff --git a/net/ipcalc/distinfo b/net/ipcalc/distinfo index 22fccab6b713..5069d3dc8784 100644 --- a/net/ipcalc/distinfo +++ b/net/ipcalc/distinfo @@ -1 +1 @@ -MD5 (ipcalc.pl) = d402915448221675fb6bfc8bc2d3a9c8 +MD5 (ipcalc.pl) = e0321f2e796ba541c6afc0a8570f7d09 |