diff options
author | clsung <clsung@FreeBSD.org> | 2006-10-31 17:00:08 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-10-31 17:00:08 +0800 |
commit | 2158fa4806aa186ba129a751d4262d3a5312f1d3 (patch) | |
tree | d6445e16857c16af13df8820df1fcfda1f44f424 /security | |
parent | 06d6b97977d7e79c758c7de6578839f18f9f463a (diff) | |
download | freebsd-ports-gnome-2158fa4806aa186ba129a751d4262d3a5312f1d3.tar.gz freebsd-ports-gnome-2158fa4806aa186ba129a751d4262d3a5312f1d3.tar.zst freebsd-ports-gnome-2158fa4806aa186ba129a751d4262d3a5312f1d3.zip |
- Update to 0.9
- Reset maintainership to ports@FreeBSD.org
PR: ports/104334
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Diffstat (limited to 'security')
-rw-r--r-- | security/blocksshd/Makefile | 5 | ||||
-rw-r--r-- | security/blocksshd/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/security/blocksshd/Makefile b/security/blocksshd/Makefile index 5e47b391ae2a..d16e342246ef 100644 --- a/security/blocksshd/Makefile +++ b/security/blocksshd/Makefile @@ -6,12 +6,12 @@ # PORTNAME= blocksshd -PORTVERSION= 0.8 +PORTVERSION= 0.9 CATEGORIES= security sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= blocksshd -MAINTAINER= gslin@gslin.org +MAINTAINER= ports@FreeBSD.org COMMENT= Protects computers from SSH brute force attacks RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS/Resolver.pm:${PORTSDIR}/dns/p5-Net-DNS \ @@ -27,6 +27,7 @@ MAN1= blocksshd.1 post-patch: @${CHMOD} 755 ${WRKSRC}/init + @${REINPLACE_CMD} -e 's|^MANCOMPRESS = .gz||g' ${WRKSRC}/Makefile post-install: ${INSTALL_DATA} ${WRKSRC}/blocksshd.conf ${TARGETDIR}/etc diff --git a/security/blocksshd/distinfo b/security/blocksshd/distinfo index 9acb12c761b8..7aa2c12e9ffb 100644 --- a/security/blocksshd/distinfo +++ b/security/blocksshd/distinfo @@ -1,3 +1,3 @@ -MD5 (blocksshd-0.8.tar.gz) = 0e92913e9f1014a7484a8c230b21637e -SHA256 (blocksshd-0.8.tar.gz) = 17763703be029249081fbfe6f0422a84900a4c6dc0d8d3894311aeda9b31585f -SIZE (blocksshd-0.8.tar.gz) = 9835 +MD5 (blocksshd-0.9.tar.gz) = 5d54ceb1fdf7bc59ca3c6236fad9732d +SHA256 (blocksshd-0.9.tar.gz) = 280bc57932bb6694d26202edab65679da9a925ca1e6d1ff891bcecd3f11ec360 +SIZE (blocksshd-0.9.tar.gz) = 9929 |