diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-06-10 07:13:35 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-06-10 07:13:35 +0800 |
commit | 53a4ddbf0dc84bcea819c4a28117ab3ddebb8487 (patch) | |
tree | 72e47b899228bd0e1d2caacdb95ca910d3403810 /security/ident2/Makefile | |
parent | 0da3445e828237396c2cda494795abf4e17df005 (diff) | |
download | freebsd-ports-graphics-53a4ddbf0dc84bcea819c4a28117ab3ddebb8487.tar.gz freebsd-ports-graphics-53a4ddbf0dc84bcea819c4a28117ab3ddebb8487.tar.zst freebsd-ports-graphics-53a4ddbf0dc84bcea819c4a28117ab3ddebb8487.zip |
Bump PORTVERSION and checksum
PR: 27997
Submitted by: Jeff Palmer <scorpio@drkshdw.org>
Reviewed by: will
Diffstat (limited to 'security/ident2/Makefile')
-rw-r--r-- | security/ident2/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/security/ident2/Makefile b/security/ident2/Makefile index d136235a150..698525e92fb 100644 --- a/security/ident2/Makefile +++ b/security/ident2/Makefile @@ -6,13 +6,12 @@ # PORTNAME= ident2 -PORTVERSION= 1.0 +PORTVERSION= 1.02 CATEGORIES= security net -MASTER_SITES= http://www.nyct.net/~defile/programs/ident2/ \ - http://www.oscentral.org/files/software/ -DISTNAME= ident2-v1.0_FINAL +MASTER_SITES= http://netgraft.com/downloads/ident2/ +DISTNAME= ident2-v1.02_FINAL -MAINTAINER= ports@freebsd.org +MAINTAINER= scorpio@drkshdw.org GNU_CONFIGURE= yes MAN8= ident2.8 |