head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.01.22;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2011.10.18.22.35.18;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2011.04.03.07.39.01;	author culot;	state Exp;
branches;
next	1.2;

1.2
date	2010.03.17.07.29.51;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2010.01.19.14.52.14;	author glarkin;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	unssh
# Date created:				30 July 2009
# Whom:					Dax Labrador <semprix@@bsdmail.org>
#
# $FreeBSD: head/security/unssh/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	unssh
PORTVERSION=	1.5
CATEGORIES=	security
MASTER_SITES=	http://www.semprixd.com/shares/ports/

MAINTAINER=	semprix@@gmx.com
COMMENT=	Fast way to delete entries from OpenSSH known_hosts file

RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash

NO_BUILD=	yes
PLIST_FILES=	bin/unssh

do-install:
	@@${INSTALL} -d ${PREFIX}/bin
	@@${CP} ${WRKSRC}/unssh.sh ${PREFIX}/bin/unssh
	@@${CHMOD} ${BINMODE} ${PREFIX}/bin/unssh

.include <bsd.port.mk>
@


1.4
log
@- Update to 1.5

PR:		ports/161020
Submitted by:	Dax Labrador <semprix@@gmx.com> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Update maintainer's address [1]
- Remove MD5 checksum while I am here

PR:		ports/156141 [1]
Submitted by:	Dax Labrador <semprix AT gmx.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.4
a20 8
PATCH_LIST=	extra-patch-unssh.sh
EXTRA_PATCHES=	${PATCH_LIST:C|^|${WRKDIR}/|g}

pre-patch:
.for patch in ${PATCH_LIST}
	@@${SED} ${_SUB_LIST_TEMP} ${FILESDIR}/${patch}.in > ${WRKDIR}/${patch}
.endfor

@


1.2
log
@- Update MASTER_SITES

PR:		144693
Submitted by:	Dax Labrador <semprix@@bsdmail.org> (maintainer)
@
text
@d13 1
a13 1
MAINTAINER=	semprix@@bsdmail.org
@


1.1
log
@Provide a fast way to delete entries from OpenSSH's known_hosts
file. This is a simple automation of the things normally done by
the user when having an "offending key" in his/her known_hosts file
caused by a changing host key of the destination.

WWW:    http://unssh.sourceforge.net/

PR:		ports/137254
Submitted by:	Dax Labrador <semprix at bsdmail.org>
@
text
@d11 1
a11 2
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=	${PORTNAME:L}/${PORTNAME:L}/${PORTNAME:L}-${PORTVERSION}
@

