[Midnightbsd-cvs] mports: security/sshguard: temporarily make path

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 8 11:04:18 EDT 2009


Log Message:
-----------
temporarily make path /usr/local/sbin/sshguard.  TRUE_PREFIX and LOCALBASE are not working and PREFIX points to the mports dir.

update to 1.3

Modified Files:
--------------
    mports/security/sshguard:
        Makefile (r1.5 -> r1.6)
        distinfo (r1.2 -> r1.3)
        pkg-install (r1.2 -> r1.3)

-------------- next part --------------
Index: pkg-install
===================================================================
RCS file: /home/cvs/mports/security/sshguard/pkg-install,v
retrieving revision 1.2
retrieving revision 1.3
diff -L security/sshguard/pkg-install -L security/sshguard/pkg-install -u -r1.2 -r1.3
--- security/sshguard/pkg-install
+++ security/sshguard/pkg-install
@@ -9,7 +9,7 @@
 # real syslog.conf configuration file path
 SYSLOGCONF=/etc/syslog.conf
 # configuration line to add
-SSHGUARDCONFLINE="auth.info;authpriv.info     |exec $TRUE_PREFIX/sbin/sshguard"
+SSHGUARDCONFLINE="auth.info;authpriv.info     |exec /usr/local/sbin/sshguard"
 
 case "$2" in
     "POST-INSTALL")
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/sshguard/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -L security/sshguard/Makefile -L security/sshguard/Makefile -u -r1.5 -r1.6
--- security/sshguard/Makefile
+++ security/sshguard/Makefile
@@ -1,13 +1,7 @@
-# New ports collection makefile for:	sshguard
-# Date created:		2007-02-22
-# Whom:			Mij <mij at bitchx.it>
-#
 # $MidnightBSD$
-# $FreeBSD: ports/security/sshguard/Makefile,v 1.7 2008/01/04 20:35:08 arved Exp $
-#
 
 PORTNAME=	sshguard
-DISTVERSION=	1.2
+DISTVERSION=	1.3
 CATEGORIES=	security
 MASTER_SITES=	SF
 
@@ -22,7 +16,7 @@
 
 MAN8=		sshguard.8
 MANCOMPRESSED=	no
-USE_AUTOTOOLS=	autoconf:261
+USE_AUTOTOOLS=	autoconf:262
 USE_BZIP2=	yes
 MAKE_ARGS+=     ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}"
 HAS_CONFIGURE=	yes
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/security/sshguard/distinfo,v
retrieving revision 1.2
retrieving revision 1.3
diff -L security/sshguard/distinfo -L security/sshguard/distinfo -u -r1.2 -r1.3
--- security/sshguard/distinfo
+++ security/sshguard/distinfo
@@ -1,3 +1,3 @@
-MD5 (sshguard-1.2.tar.bz2) = c4b6e4b2d33990f07a173142caa074f2
-SHA256 (sshguard-1.2.tar.bz2) = 985a8d96cd150dee0ef8f7c5fb7ec4ec66549fbbec38fc76446236f759eb5b2b
-SIZE (sshguard-1.2.tar.bz2) = 145258
+MD5 (sshguard-1.3.tar.bz2) = 0e4c82f3c3bfe0880cbb0cc43568f82c
+SHA256 (sshguard-1.3.tar.bz2) = 1ff0ea3349c67fdab8f8046eeae6a96046a752ae7458c2259cb31b78c2de08ac
+SIZE (sshguard-1.3.tar.bz2) = 140745


More information about the Midnightbsd-cvs mailing list