diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-11-05 07:59:34 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-11-05 07:59:34 +0000 |
commit | 34f42aea21c1f0388e8f2c42b94fe55f587a783e (patch) | |
tree | 87fba5a33caaf5f18bfb7076e364cbc0a9c5bbf3 /security/libident | |
parent | 734bfa5bc425357c2148bd55f8669286818ec2e7 (diff) |
Notes
Diffstat (limited to 'security/libident')
-rw-r--r-- | security/libident/Makefile | 2 | ||||
-rw-r--r-- | security/libident/pkg-descr | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile index 96e239f0f28a..745fda6de806 100644 --- a/security/libident/Makefile +++ b/security/libident/Makefile @@ -9,7 +9,7 @@ PORTNAME= libident PORTVERSION= 0.32 PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= http://people.via.ecp.fr/~rem/libident/ +MASTER_SITES= http://www.remlab.net/files/libident/ MAINTAINER= ports@FreeBSD.org COMMENT= A small library to interface the ident protocol server (rfc1413) diff --git a/security/libident/pkg-descr b/security/libident/pkg-descr index c4876fa449a0..720d3725b6a3 100644 --- a/security/libident/pkg-descr +++ b/security/libident/pkg-descr @@ -19,3 +19,5 @@ to verify that your Ident server is working correctly. I'm currently running this "ident-tester" on port 114 at lysator.liu.se (130.236.254.1) if you wish to test your server. + +WWW: http://www.simphalempin.com/dev/libident/ |