git: 8f01177ee5eb - main - security/identify: Remove sale MASTER_SITES

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Wed, 13 Mar 2024 22:42:24 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8f01177ee5ebe2fd7d1694f04fee43f3be7ce23f

commit 8f01177ee5ebe2fd7d1694f04fee43f3be7ce23f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-03-13 22:41:00 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-03-13 22:41:47 +0000

    security/identify: Remove sale MASTER_SITES
    
    - Add WWW
    - Pet portclippy
---
 security/identify/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/security/identify/Makefile b/security/identify/Makefile
index 5c423ec65411..ea5dea0ba368 100644
--- a/security/identify/Makefile
+++ b/security/identify/Makefile
@@ -1,18 +1,18 @@
 PORTNAME=	identify
 PORTVERSION=	0.7
 CATEGORIES=	security
-MASTER_SITES=	http://ftp.nluug.nl/ftp/pub/pub/security/coast/daemons/pidentd/tools/ \
-		http://www.scn.rain.com/pub/security/authent/
+MASTER_SITES=	http://ftp.nluug.nl/ftp/pub/pub/security/coast/daemons/pidentd/tools/
 
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Client side ident protocol daemon wrapper
+WWW=		http://ftp.nluug.nl/ftp/pub/pub/security/coast/daemons/pidentd/tools/
 
 LICENSE=	PD
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libident.a:security/libident
 
-PORTDOCS=	README
 PLIST_FILES=	libexec/identify
+PORTDOCS=	README
 
 OPTIONS_DEFINE=	DOCS