From owner-cvs-all@FreeBSD.ORG Sun Sep 7 01:31:56 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91A781065672; Sun, 7 Sep 2008 01:31:56 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 84B1B8FC12; Sun, 7 Sep 2008 01:31:56 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m871VuP1096566; Sun, 7 Sep 2008 01:31:56 GMT (envelope-from glarkin@repoman.freebsd.org) Received: (from glarkin@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m871Vubn096565; Sun, 7 Sep 2008 01:31:56 GMT (envelope-from glarkin) Message-Id: <200809070131.m871Vubn096565@repoman.freebsd.org> From: Greg Larkin Date: Sun, 7 Sep 2008 01:31:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/logcheck Makefile distinfo pkg-descr pkg-plist ports/security/logcheck/files patch-debian__logcheck.cron.d patch-etc__logcheck.conf patch-logcheck.sh patch-src__logcheck pkg-deinstall.in pkg-install.in pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2008 01:31:56 -0000 glarkin 2008-09-07 01:31:56 UTC FreeBSD ports repository Modified files: security/logcheck Makefile distinfo pkg-descr pkg-plist Added files: security/logcheck/files patch-debian__logcheck.cron.d patch-etc__logcheck.conf patch-src__logcheck pkg-deinstall.in pkg-install.in pkg-message.in Removed files: security/logcheck/files patch-logcheck.sh Log: - Updated to 1.2.54 - Replaced hard-coded paths in pkg-plist with variables - Cleaned up installation commands - Moved crontab file to EXAMPLESDIR and updated pkg-install.in to handle port knob NOPORTEXAMPLES - Regenerated patch files with "make makepatch" PR: ports/122842 Submitted by: Cezary Morga Approved by: beech (mentor, implicit) Revision Changes Path 1.21 +52 -29 ports/security/logcheck/Makefile 1.6 +3 -3 ports/security/logcheck/distinfo 1.1 +16 -0 ports/security/logcheck/files/patch-debian__logcheck.cron.d (new) 1.1 +16 -0 ports/security/logcheck/files/patch-etc__logcheck.conf (new) 1.2 +0 -10 ports/security/logcheck/files/patch-logcheck.sh (dead) 1.1 +142 -0 ports/security/logcheck/files/patch-src__logcheck (new) 1.1 +33 -0 ports/security/logcheck/files/pkg-deinstall.in (new) 1.1 +51 -0 ports/security/logcheck/files/pkg-install.in (new) 1.1 +13 -0 ports/security/logcheck/files/pkg-message.in (new) 1.3 +5 -8 ports/security/logcheck/pkg-descr 1.9 +184 -16 ports/security/logcheck/pkg-plist