ports/172055: security/identify: Update MASTER_SITES
KATO Tsuguru
tkato432 at yahoo.com
Tue Sep 25 18:20:18 UTC 2012
>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 at quack.kfu.com
-#
+# Created by: nsayer at 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 at 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:
More information about the freebsd-ports-bugs
mailing list