[Midnightbsd-cvs] mports [17697] trunk/security/sshguard: gnu configure, fix man page install
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Oct 8 22:44:04 EDT 2014
Revision: 17697
http://svnweb.midnightbsd.org/mports/?rev=17697
Author: laffer1
Date: 2014-10-08 22:44:03 -0400 (Wed, 08 Oct 2014)
Log Message:
-----------
gnu configure, fix man page install
Modified Paths:
--------------
trunk/security/sshguard/Makefile
trunk/security/sshguard/pkg-plist
Modified: trunk/security/sshguard/Makefile
===================================================================
--- trunk/security/sshguard/Makefile 2014-10-04 14:19:39 UTC (rev 17696)
+++ trunk/security/sshguard/Makefile 2014-10-09 02:44:03 UTC (rev 17697)
@@ -2,23 +2,23 @@
PORTNAME= sshguard
DISTVERSION= 1.5
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= SF/sshguard/sshguard/sshguard-${PORTVERSION}
MAINTAINER= ports at MidnightBSD.org
COMMENT?= Protect hosts from brute force attacks against ssh and other services
+
LICENSE= gpl2
#author says bsdl on site, but can't find it. There seems to be GPL code.
CONFLICTS?= sshguard-ipfw-1.[0-9]* sshguard-pf-1.[0-9]* sshguard-ipfilter-1.[0-9]*
-MAN8= sshguard.8
-MANCOMPRESSED= no
USES= tar:bzip2
USE_AUTOTOOLS= autoconf
MAKE_ARGS+= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}"
USE_RC_SUBR= sshguard
-HAS_CONFIGURE= yes
+GNU_CONFIGURE= yes
# sublist will be set afterward
SUB_FILES= pkg-message
Modified: trunk/security/sshguard/pkg-plist
===================================================================
--- trunk/security/sshguard/pkg-plist 2014-10-04 14:19:39 UTC (rev 17696)
+++ trunk/security/sshguard/pkg-plist 2014-10-09 02:44:03 UTC (rev 17697)
@@ -1 +1,2 @@
+man/man8/sshguard.8.gz
sbin/sshguard
More information about the Midnightbsd-cvs
mailing list