Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2013 22:45:22 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331337 - head/security/keychain
Message-ID:  <201310222245.r9MMjMqJ086258@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Tue Oct 22 22:45:22 2013
New Revision: 331337
URL: http://svnweb.freebsd.org/changeset/ports/331337

Log:
  - Fix WWW
  - Remove Author
  - Support staging

Modified:
  head/security/keychain/Makefile
  head/security/keychain/pkg-descr

Modified: head/security/keychain/Makefile
==============================================================================
--- head/security/keychain/Makefile	Tue Oct 22 22:45:00 2013	(r331336)
+++ head/security/keychain/Makefile	Tue Oct 22 22:45:22 2013	(r331337)
@@ -18,13 +18,11 @@ OPTIONS_DEFINE=	DOCS
 FETCH_ARGS?=	-Fpr
 USE_BZIP2=	yes
 
-MAN1=		keychain.1
-
-PLIST_FILES=	bin/${PORTNAME}
+PLIST_FILES=	bin/${PORTNAME} \
+		man/man1/keychain.1.gz
 
 PORTDOCS=	ChangeLog README.rst
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if !exists(${LOCALBASE}/bin/ssh-agent) && !exists(/usr/bin/ssh-agent)
@@ -32,12 +30,12 @@ RUN_DEPENDS+=	ssh-agent:${PORTSDIR}/secu
 .endif
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
+	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/keychain.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.post.mk>

Modified: head/security/keychain/pkg-descr
==============================================================================
--- head/security/keychain/pkg-descr	Tue Oct 22 22:45:00 2013	(r331336)
+++ head/security/keychain/pkg-descr	Tue Oct 22 22:45:22 2013	(r331337)
@@ -5,5 +5,4 @@ system rather than per login session.
 Please study the documentation on the keychain website carefully since
 incorrect usage of this script may have certain security implications.
 
-Author: Daniel Robbins <drobbins@funtoo.org>
-WWW: http://www.funtoo.org/wiki/Keychain
+WWW: http://www.funtoo.org/index.php?title=Keychain



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