Date: 24 Jan 2002 06:40:51 -0000 From: Seamus Venasse <svenasse@polaris.ca> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/34221: Updated port: sysutils/fcron from 2.0.0 to 2.1.0 Message-ID: <20020124064051.39674.qmail@pris.polaris.ca>
next in thread | raw e-mail | index | archive | help
>Number: 34221 >Category: ports >Synopsis: Updated port: sysutils/fcron from 2.0.0 to 2.1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jan 23 22:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 4.4-STABLE i386 >Organization: Polaris Computing >Environment: System: FreeBSD pitou.polaris.ca 4.4-STABLE FreeBSD 4.4-STABLE #1: Wed Nov 7 01:23:05 PST 2001 root@pitou.polaris.ca:/usr/obj/usr/src/sys/PITOU i386 >Description: >How-To-Repeat: >Fix: diff -ruN /usr/ports/sysutils/fcron/Makefile fcron/Makefile --- /usr/ports/sysutils/fcron/Makefile Sun Nov 11 10:25:28 2001 +++ fcron/Makefile Wed Jan 23 21:43:01 2002 @@ -7,7 +7,7 @@ # PORTNAME= fcron -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.0 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://fcron.free.fr/ @@ -34,10 +34,17 @@ MAN8= fcron.8 post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/doc/FAQ ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/files/fcron.pam ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/files/fcrontab.pam ${DOCSDIR} +.endif .for i in allow deny conf .if !exists(${PREFIX}/etc/fcron.$i) @${CP} -p ${PREFIX}/etc/fcron.$i.dist ${PREFIX}/etc/fcron.$i .endif .endfor + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff -ruN /usr/ports/sysutils/fcron/distinfo fcron/distinfo --- /usr/ports/sysutils/fcron/distinfo Tue Oct 9 00:54:23 2001 +++ fcron/distinfo Wed Jan 23 21:29:25 2002 @@ -1 +1 @@ -MD5 (fcron-2.0.0.src.tar.gz) = b20c6bc5d9435a790e5500ecb7990df8 +MD5 (fcron-2.1.0.src.tar.gz) = 054a21772e06ea9b37243c34d38fd9fb diff -ruN /usr/ports/sysutils/fcron/files/patch-Makefile.in fcron/files/patch-Makefile.in --- /usr/ports/sysutils/fcron/files/patch-Makefile.in Fri Sep 21 08:47:27 2001 +++ fcron/files/patch-Makefile.in Wed Jan 23 21:51:33 2002 @@ -1,14 +1,29 @@ ---- Makefile.in.orig Tue Jul 10 23:59:49 2001 -+++ Makefile.in Sat Sep 22 00:35:39 2001 -@@ -108,8 +108,9 @@ +--- Makefile.in.org Wed Jan 23 21:49:55 2002 ++++ Makefile.in Wed Jan 23 21:50:52 2002 +@@ -102,23 +102,20 @@ + if test ! -d $(DESTMAN)/man3; then $(INSTALL) -g $(ROOTGROUP) -o $(ROOTNAME) -m 755 -d $(DESTMAN)/man3 ; fi + if test ! -d $(DESTMAN)/man5; then $(INSTALL) -g $(ROOTGROUP) -o $(ROOTNAME) -m 755 -d $(DESTMAN)/man5 ; fi + if test ! -d $(DESTMAN)/man8; then $(INSTALL) -g $(ROOTGROUP) -o $(ROOTNAME) -m 755 -d $(DESTMAN)/man8 ; fi +- if test ! -d $(DESTDOC)/fcron-$(VERSION); then $(INSTALL) -g $(ROOTGROUP) -o $(ROOTNAME) -m 755 -d $(DESTDOC)/fcron-$(VERSION) ; fi + # create the spool dir (and change its mode if it already exists) + $(INSTALL) -g $(GROUPNAME) -o $(USERNAME) -m 770 -d $(FCRONTABS) + $(INSTALL) -g $(ROOTGROUP) -o $(ROOTNAME) -m 110 -s fcron $(DESTSBIN) $(INSTALL) -g $(GROUPNAME) -o $(USERNAME) -m 6111 -s fcrontab $(DESTBIN) $(INSTALL) -g $(ROOTGROUP) -o $(ROOTNAME) -m 6111 -s fcronsighup $(DESTBIN) - test -f $(ETC)/fcron.allow || test -f $(ETC)/fcron.deny || $(INSTALL) -m 640 -o $(ROOTNAME) -g $(GROUPNAME) $(SRCDIR)/files/fcron.allow $(SRCDIR)/files/fcron.deny $(ETC) - test -f $(ETC)/fcron.conf || $(INSTALL) -m 640 -o $(ROOTNAME) -g $(GROUPNAME) $(SRCDIR)/files/fcron.conf $(ETC) +- test "${USEPAM}" = "0" || $(SRCDIR)/script/install-pam-conf $(SRCDIR) $(ETC) $(ROOTNAME) $(ROOTGROUP) "$(INSTALL)" + $(INSTALL) -m 640 -o $(ROOTNAME) -g $(GROUPNAME) $(SRCDIR)/files/fcron.allow $(ETC)/fcron.allow.dist + $(INSTALL) -m 640 -o $(ROOTNAME) -g $(GROUPNAME) $(SRCDIR)/files/fcron.deny $(ETC)/fcron.deny.dist + $(INSTALL) -m 640 -o $(ROOTNAME) -g $(GROUPNAME) $(SRCDIR)/files/fcron.conf $(ETC)/fcron.conf.dist $(INSTALL) -m 644 -o $(ROOTNAME) $(SRCDIR)/doc/fcron.8 $(DESTMAN)/man8 $(INSTALL) -m 644 -o $(ROOTNAME) $(SRCDIR)/doc/fcrontab.1 $(DESTMAN)/man1 $(INSTALL) -m 644 -o $(ROOTNAME) $(SRCDIR)/doc/fcrontab.5 $(DESTMAN)/man5 + $(INSTALL) -m 644 -o $(ROOTNAME) $(SRCDIR)/doc/fcron.conf.5 $(DESTMAN)/man5 + $(INSTALL) -m 644 -o $(ROOTNAME) $(SRCDIR)/doc/bitstring.3 $(DESTMAN)/man3 +- $(INSTALL) -m 644 -o $(ROOTNAME) doc/README doc/LICENSE doc/CHANGES doc/*.html \ +- $(DESTDOC)/fcron-$(VERSION)/ + + # in order to get correct rights when upgrading : + find $(FCRONTABS) -type f \( -name "*.orig" -a ! -name "root.orig" \) -exec chown $(USERNAME):$(GROUPNAME) {} \; -exec chmod 640 {} \; diff -ruN /usr/ports/sysutils/fcron/pkg-message fcron/pkg-message --- /usr/ports/sysutils/fcron/pkg-message Wed Dec 31 16:00:00 1969 +++ fcron/pkg-message Wed Jan 23 21:44:13 2002 @@ -0,0 +1,3 @@ +This new version of fcron uses PAM support for authentication. Please +refer to the fcron.pam and fcrontab.pam files in the documentation directory +for configuring PAM. diff -ruN /usr/ports/sysutils/fcron/pkg-plist fcron/pkg-plist --- /usr/ports/sysutils/fcron/pkg-plist Fri Sep 21 08:47:27 2001 +++ fcron/pkg-plist Wed Jan 23 21:53:29 2002 @@ -11,12 +11,7 @@ etc/fcron.conf.dist @exec [ -f %B/fcron.conf ] || cp %B/%f %B/fcron.conf etc/rc.d/fcron.sh -%%PORTDOCS%%share/doc/fcron/fcron-%%PORTVERSION%%/CHANGES -%%PORTDOCS%%share/doc/fcron/fcron-%%PORTVERSION%%/LICENSE -%%PORTDOCS%%share/doc/fcron/fcron-%%PORTVERSION%%/README -%%PORTDOCS%%share/doc/fcron/fcron-%%PORTVERSION%%/fcron.8.html -%%PORTDOCS%%share/doc/fcron/fcron-%%PORTVERSION%%/fcrontab.1.html -%%PORTDOCS%%share/doc/fcron/fcron-%%PORTVERSION%%/fcrontab.5.html -%%PORTDOCS%%share/doc/fcron/fcron-%%PORTVERSION%%/fcron.conf.5.html -%%PORTDOCS%%@dirrm share/doc/fcron/fcron-%%PORTVERSION%% -%%PORTDOCS%%@dirrm share/doc/fcron +%%PORTDOCS%%share/doc/fcron/FAQ +%%PORTDOCS%%share/doc/fcron/fcron.pam +%%PORTDOCS%%share/doc/fcron/fcrontab.pam +%%PORTDOCS%%@unexec rmdir %D/share/doc/fcron 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020124064051.39674.qmail>