Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2012 02:26:24 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/172055: security/identify: Update MASTER_SITES
Message-ID:  <20120926022624.c694763b8ca4c8625b69dee9@yahoo.com>
Resent-Message-ID: <201209251820.q8PIKFHN034816@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         172055
>Category:       ports
>Synopsis:       security/identify: Update MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 25 18:20:15 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/security/identify/Makefile security/identify/Makefile
--- /usr/ports/security/identify/Makefile	2012-09-21 19:07:33.000000000 +0900
+++ security/identify/Makefile	2012-09-25 03:41:10.000000000 +0900
@@ -1,30 +1,28 @@
-# New ports collection makefile for:	identify
-# Date created:		13 March 1999
-# Whom:			nsayer@quack.kfu.com
-#
+# Created by: nsayer@quack.kfu.com
 # $FreeBSD: ports/security/identify/Makefile,v 1.18 2012/09/21 10:07:33 bapt Exp $
-#
 
 PORTNAME=	identify
 PORTVERSION=	0.7
 CATEGORIES=	security
-MASTER_SITES=	http://www.scn.rain.com/pub/security/authent/
+MASTER_SITES=	http://ftp.nluug.nl/ftp/pub/pub/security/coast/daemons/pidentd/tools/ \
+		http://www.scn.rain.com/pub/security/authent/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Client side ident protocol daemon wrapper
 
-DEPRECATED=	No more public distfiles
-EXPIRATION_DATE=	2012-10-20
-
 BUILD_DEPENDS=	${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident
 
+OPTIONS_DEFINE=	DOCS
+
 PORTDOCS=	README
 PLIST_FILES=	libexec/identify
 
+.include <bsd.port.options.mk>
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/identify ${PREFIX}/libexec
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
+.if ${PORT_OPTIONS:MDOCS}
+	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
 .endif
 
>Release-Note:
>Audit-Trail:
>Unformatted:



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