diff options
author | will <will@FreeBSD.org> | 2000-06-02 11:18:54 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-02 11:18:54 +0800 |
commit | 17d9aa2d9e9e756a7b932d582f78b15944ea1d08 (patch) | |
tree | 4415570fe36fa5c613af695904057b191af093e8 /security/pidentd | |
parent | 931df190e536b59669cc431ce53620dfa9a26b7c (diff) | |
download | freebsd-ports-gnome-17d9aa2d9e9e756a7b932d582f78b15944ea1d08.tar.gz freebsd-ports-gnome-17d9aa2d9e9e756a7b932d582f78b15944ea1d08.tar.zst freebsd-ports-gnome-17d9aa2d9e9e756a7b932d582f78b15944ea1d08.zip |
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 |