From owner-cvs-all@FreeBSD.ORG Thu Jun 16 15:51:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82DD416A41C; Thu, 16 Jun 2005 15:51:38 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66C9C43D53; Thu, 16 Jun 2005 15:51:38 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5GFpcu5028294; Thu, 16 Jun 2005 15:51:38 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5GFpcdE028293; Thu, 16 Jun 2005 15:51:38 GMT (envelope-from jylefort) Message-Id: <200506161551.j5GFpcdE028293@repoman.freebsd.org> From: Jean-Yves Lefort Date: Thu, 16 Jun 2005 15:51:38 +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/sysutils/anacron Makefile pkg-message pkg-plist ports/sysutils/anacron/files anacron.sh.in anacrontab.default patch-aa patch-gregor.c patch-matchrx.c patch-readtab.c patch-runjob.c 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: Thu, 16 Jun 2005 15:51:38 -0000 jylefort 2005-06-16 15:51:38 UTC FreeBSD ports repository Modified files: sysutils/anacron Makefile pkg-plist Added files: sysutils/anacron/files anacron.sh.in anacrontab.default patch-gregor.c patch-matchrx.c patch-readtab.c patch-runjob.c pkg-message.in Removed files: sysutils/anacron pkg-message sysutils/anacron/files patch-aa Log: [1]: - Add a rcNG startup script - Use mkstemp() instead of the insecure tempnam() Moreover: - Also create /var/spool/anacron when installed from a package - Try to remove /var/spool/anacron when deinstalling the package; if it fails, hint the user about removing it manually - Respect ${CC} - Install/deinstall ${PREFIX}/etc/anacrontab - Split the monolithic patch-aa into separate patches - Refactor some patches into ${REINPLACE_CMD} invocations - Install the program ourselves (it is more straightforward than fixing the vendor's Makefile) - Use SUB_FILES=pkg-message PR: ports/82168 [1] Submitted by: maintainer [1] Revision Changes Path 1.5 +20 -7 ports/sysutils/anacron/Makefile 1.1 +24 -0 ports/sysutils/anacron/files/anacron.sh.in (new) 1.1 +12 -0 ports/sysutils/anacron/files/anacrontab.default (new) 1.4 +0 -310 ports/sysutils/anacron/files/patch-aa (dead) 1.1 +11 -0 ports/sysutils/anacron/files/patch-gregor.c (new) 1.1 +10 -0 ports/sysutils/anacron/files/patch-matchrx.c (new) 1.1 +161 -0 ports/sysutils/anacron/files/patch-readtab.c (new) 1.1 +34 -0 ports/sysutils/anacron/files/patch-runjob.c (new) 1.1 +7 -0 ports/sysutils/anacron/files/pkg-message.in (new) 1.3 +0 -8 ports/sysutils/anacron/pkg-message (dead) 1.3 +5 -2 ports/sysutils/anacron/pkg-plist