Date: Thu, 18 Jul 2013 17:53:21 -0400 From: Greg Larkin <glarkin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r323257 - in head: . security/logcheck Message-ID: <51E863D1.3040500@FreeBSD.org> In-Reply-To: <201307182152.r6ILqJXg084533@svn.freebsd.org> References: <201307182152.r6ILqJXg084533@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
-----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-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51E863D1.3040500>