From owner-svn-ports-head@FreeBSD.ORG Thu Jul 18 21:53:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 66B22F99; Thu, 18 Jul 2013 21:53:30 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (mail1.sourcehosting.net [74.205.51.45]) by mx1.freebsd.org (Postfix) with ESMTP id 40FB4B5A; Thu, 18 Jul 2013 21:53:30 +0000 (UTC) Received: from 66-189-39-69.dhcp.oxfr.ma.charter.com ([66.189.39.69] helo=Gregory-Larkins-iMac.local) by mail1.sourcehosting.net with esmtp (Exim 4.73 (FreeBSD)) (envelope-from ) id 1Uzw8d-000Hj0-Fi; Thu, 18 Jul 2013 17:53:29 -0400 Received: from Gregory-Larkins-iMac.local (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by Gregory-Larkins-iMac.local (Postfix) with ESMTPS id 3A98622B10AA; Thu, 18 Jul 2013 17:53:24 -0400 (EDT) Message-ID: <51E863D1.3040500@FreeBSD.org> Date: Thu, 18 Jul 2013 17:53:21 -0400 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201307182152.r6ILqJXg084533@svn.freebsd.org> In-Reply-To: <201307182152.r6ILqJXg084533@svn.freebsd.org> X-Enigmail-Version: 1.5.1 X-SA-Exim-Connect-IP: 66.189.39.69 X-SA-Exim-Mail-From: glarkin@FreeBSD.org X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail1.sourcehosting.net X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00, RCVD_IN_SORBS_DUL,RDNS_DYNAMIC,TVD_RCVD_IP,URIBL_BLOCKED autolearn=no version=3.3.1 Subject: Re: svn commit: r323257 - in head: . security/logcheck Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on mail1.sourcehosting.net) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: glarkin@FreeBSD.org List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jul 2013 21:53:30 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 7/18/13 5:52 PM, Greg Larkin wrote: > Author: glarkin Date: Thu Jul 18 21:52:19 2013 New Revision: > 323257 URL: http://svnweb.freebsd.org/changeset/ports/323257 > > Log: - Only disable automatic cron job installation when installing > from the port, not the package. > > Modified: head/UPDATING head/security/logcheck/Makefile > > Modified: head/UPDATING > ============================================================================== > > - --- head/UPDATING Thu Jul 18 20:55:32 2013 (r323256) > +++ head/UPDATING Thu Jul 18 21:52:19 2013 (r323257) @@ -13,10 > +13,10 @@ you update your ports collection, before installation of > the crontab file. When installing the port interactively, the port > option is enabled by default to mimic previous behavior. > > - When the port is installed non-interactively (BATCH=yes or - > PACKAGE_BUILDING=yes), the crontab file *will not* be installed - > automatically. If the EXAMPLES port option is enabled, the crontab > file - can be installed manually at a later time from > EXAMPLESDIR/crontab.in. + When the port is installed > non-interactively (BATCH=yes) the crontab + file *will not* be > installed automatically. If the EXAMPLES port option + is enabled, > the crontab file can be installed manually at a later time + from > EXAMPLESDIR/crontab.in. > > 20130718: AFFECTS: users of www/zend-framework > > Modified: head/security/logcheck/Makefile > ============================================================================== > > - --- head/security/logcheck/Makefile Thu Jul 18 20:55:32 2013 (r323256) > +++ head/security/logcheck/Makefile Thu Jul 18 21:52:19 2013 > (r323257) @@ -3,7 +3,7 @@ > > PORTNAME= logcheck PORTVERSION= 1.3.15 -PORTREVISION= 1 > +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= > ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ > -28,7 +28,7 @@ RUNDIR= ${BASEDIR}/var/run/${PORTNAME} > > OPTIONS_DEFINE= CRON CRON_DESC= Install cron script automatically > -.if !defined(BATCH) && !defined(PACKAGE_BUILDING) +.if > !defined(BATCH) OPTIONS_DEFAULT=CRON .endif > > Noted by: eadler - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/ - Follow you, follow me -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlHoY9EACgkQ0sRouByUApBdzQCgjbEVmcD8l3u06F2F52GSMan6 2M0AoI3ywFx19SJz9/obTywHuEydJi/Y =wHDe -----END PGP SIGNATURE-----