From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 25 18:20:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24DFA1065674 for ; Tue, 25 Sep 2012 18:20:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1DC038FC08 for ; Tue, 25 Sep 2012 18:20:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8PIKF66034826 for ; Tue, 25 Sep 2012 18:20:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8PIKFHN034816; Tue, 25 Sep 2012 18:20:15 GMT (envelope-from gnats) Resent-Date: Tue, 25 Sep 2012 18:20:15 GMT Resent-Message-Id: <201209251820.q8PIKFHN034816@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6BDA3106566C for ; Tue, 25 Sep 2012 18:10:45 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id 3C1DB8FC16 for ; Tue, 25 Sep 2012 18:10:45 +0000 (UTC) Received: from localhost.localdomain (ZT030063.ppp.dion.ne.jp [59.128.30.63]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id 94CB650036 for ; Wed, 26 Sep 2012 03:10:43 +0900 (JST) Message-Id: <20120926022624.c694763b8ca4c8625b69dee9@yahoo.com> Date: Wed, 26 Sep 2012 02:26:24 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/172055: security/identify: Update MASTER_SITES X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2012 18:20:18 -0000 >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 + 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: