diff options
-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/ |