Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Mar 2024 22:42:24 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8f01177ee5eb - main - security/identify: Remove sale MASTER_SITES
Message-ID:  <202403132242.42DMgODp025028@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403132242.42DMgODp025028>