From owner-svn-ports-head@FreeBSD.ORG Sat Oct 20 05:10:27 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D6AD621A; Sat, 20 Oct 2012 05:10:27 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BEAC98FC08; Sat, 20 Oct 2012 05:10:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9K5ARKx054499; Sat, 20 Oct 2012 05:10:27 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9K5ARaS054497; Sat, 20 Oct 2012 05:10:27 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201210200510.q9K5ARaS054497@svn.freebsd.org> From: "Jason E. Hale" Date: Sat, 20 Oct 2012 05:10:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306159 - head/security/identify X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2012 05:10:27 -0000 Author: jhale Date: Sat Oct 20 05:10:27 2012 New Revision: 306159 URL: http://svn.freebsd.org/changeset/ports/306159 Log: - Update MASTER_SITES - Remove DEPRECATED/EXPIRATION_DATE since port fetches now - Convert to new options framework - Trim Makefile header PR: ports/172055 Submitted by: KATO Tsuguru Approved by: makc, avilla (mentors, implicit) Feature safe: yes Modified: head/security/identify/Makefile (contents, props changed) Modified: head/security/identify/Makefile ============================================================================== --- head/security/identify/Makefile Sat Oct 20 05:09:50 2012 (r306158) +++ head/security/identify/Makefile Sat Oct 20 05:10:27 2012 (r306159) @@ -1,30 +1,26 @@ -# New ports collection makefile for: identify -# Date created: 13 March 1999 -# Whom: nsayer@quack.kfu.com -# +# Created by: nsayer@quack.kfu.com # $FreeBSD$ -# 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 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