View | Details | Raw Unified | Return to bug 199300 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +4 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	keychain
4
PORTNAME=	keychain
5
PORTVERSION=	2.7.1
5
PORTVERSION=	2.8.0
6
PORTREVISION=	1
7
CATEGORIES=	security
6
CATEGORIES=	security
8
MASTER_SITES=	http://www.funtoo.org/archive/keychain/ \
7
MASTER_SITES=	http://www.funtoo.org/archive/keychain/ \
9
		GENTOO/distfiles
8
		GENTOO/distfiles
Lines 17-26 Link Here
17
USE_PERL5=	build
16
USE_PERL5=	build
18
OPTIONS_DEFINE=	DOCS
17
OPTIONS_DEFINE=	DOCS
19
18
19
NO_BUILD=	yes
20
20
PLIST_FILES=	bin/${PORTNAME} \
21
PLIST_FILES=	bin/${PORTNAME} \
21
		man/man1/keychain.1.gz
22
		man/man1/keychain.1.gz
22
23
23
PORTDOCS=	ChangeLog README.rst
24
PORTDOCS=	ChangeLog README.md
24
25
25
.if !exists(${LOCALBASE}/bin/ssh-agent) && !exists(/usr/bin/ssh-agent)
26
.if !exists(${LOCALBASE}/bin/ssh-agent) && !exists(/usr/bin/ssh-agent)
26
RUN_DEPENDS+=	ssh-agent:${PORTSDIR}/security/openssh-portable
27
RUN_DEPENDS+=	ssh-agent:${PORTSDIR}/security/openssh-portable
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (keychain-2.7.1.tar.bz2) = 1107fe3f78f6429d4861d64c5666f068f159326d22ab80a8ed0948cb25375191
1
SHA256 (keychain-2.8.0.tar.bz2) = 411bfe6a3ac9daca1c35f9a56828f03cc8474e8a668e122773397deb8f7a0799
2
SIZE (keychain-2.7.1.tar.bz2) = 51379
2
SIZE (keychain-2.8.0.tar.bz2) = 33727

Return to bug 199300