Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2013 21:52:19 +0000 (UTC)
From:      Greg Larkin <glarkin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323257 - in head: . security/logcheck
Message-ID:  <201307182152.r6ILqJXg084533@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307182152.r6ILqJXg084533>