diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-02 22:06:20 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-02 22:06:20 +0000 |
commit | 7aa181455dd981b937bad7ca164d85a3bf8c3b19 (patch) | |
tree | 051e4337931d457cc75d188551c5fb953530ae03 /security/pidentd | |
parent | 5f8bbbc426f3dc1a244341d58aa397d5093db7fc (diff) | |
download | ports-7aa181455dd981b937bad7ca164d85a3bf8c3b19.tar.gz ports-7aa181455dd981b937bad7ca164d85a3bf8c3b19.zip |
Oops, local changes were added to the repository in the last commit.
Unfortunately, since the newer version (3.0.11) has a lot of FreeBSD
unfriendly code, we can't upgrade at this time. :-(
Submitted by: jim
Notes
Notes:
svn path=/head/; revision=29119
Diffstat (limited to 'security/pidentd')
-rw-r--r-- | security/pidentd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile index 4720e542b81e..7fbf5331a909 100644 --- a/security/pidentd/Makefile +++ b/security/pidentd/Makefile @@ -6,14 +6,14 @@ # PORTNAME= pidentd -PORTVERSION= 3.0.10 +PORTVERSION= 2.8.5 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 |