Date: Sat, 20 Oct 2012 05:10:27 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306159 - head/security/identify Message-ID: <201210200510.q9K5ARaS054497@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <tkato432@yahoo.com> 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 <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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210200510.q9K5ARaS054497>