diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-02 03:18:54 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-02 03:18:54 +0000 |
commit | 1dbf0287c0155ee6624c3b7ce4c2d3def90f9763 (patch) | |
tree | 299216dbd0334ce154f494ab12a32ec025698429 /security/pidentd | |
parent | Add security/lsh, which is export-controlled. (diff) |
Remove redundant/inappropriate CATEGORIES. People need to start reading
the Porter's Handbook. :-)
Diffstat (limited to 'security/pidentd')
-rw-r--r-- | security/pidentd/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile index 6d2f03f5e64f..4720e542b81e 100644 --- a/security/pidentd/Makefile +++ b/security/pidentd/Makefile @@ -6,14 +6,14 @@ # PORTNAME= pidentd -PORTVERSION= 2.8.5 -CATEGORIES= security net ipv6 +PORTVERSION= 3.0.10 +CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ \ ftp://ftp.fu-berlin.de/unix/security/ident/servers/ -PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/ -PATCHFILES= pidentd-2.8.5-ipv6-1.5.diff.gz -PATCH_DIST_STRIP= -p2 +#PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/ +#PATCHFILES= pidentd-2.8.5-ipv6-1.5.diff.gz +#PATCH_DIST_STRIP= -p2 MAINTAINER= torstenb@FreeBSD.org |