Skip site navigation (1)Skip section navigation (2)
Date:      7 Oct 2001 21:31:05 -0000
From:      Seamus Venasse <svenasse@polaris.ca>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31110: Updated port: sysutils/fcron from 1.1.1 to 2.0.0
Message-ID:  <20011007213105.94971.qmail@pris.polaris.ca>

next in thread | raw e-mail | index | archive | help

>Number:         31110
>Category:       ports
>Synopsis:       Updated port: sysutils/fcron from 1.1.1 to 2.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 07 14:30:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Seamus Venasse
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Polaris Computing
>Environment:
System: FreeBSD pris 4.3-STABLE FreeBSD 4.3-STABLE #3: Tue Sep 4 01:09:13 PDT 2001 root@kaiser-old.polaris.ca:/usr/obj/usr/src/sys/NEXUS7 i386


	
>Description:

This port does not have a maintainer and is rather old.  I have indicated in
the Makefile that I will maintain this port.

This port has been upgraded from 1.1.1 to 2.0.0.

Removed files/patch-Makefile.in
Removed files/patch-configure.in
Removed files/patch-script::boot-install

Added files/patch-aa
Added files/patch-ab
Added files/patch-ac

>How-To-Repeat:
	
>Fix:

diff -ruN /usr/ports/sysutils/fcron/Makefile fcron/Makefile
--- /usr/ports/sysutils/fcron/Makefile	Sun Sep 23 04:03:03 2001
+++ fcron/Makefile	Sun Oct  7 14:28:12 2001
@@ -6,33 +6,32 @@
 # $FreeBSD: ports/sysutils/fcron/Makefile,v 1.8 2001/09/21 15:47:27 sf Exp $
 #
 
-PORTNAME=	fcron
-PORTVERSION=	1.1.1
-PORTREVISION=	2
-CATEGORIES=	sysutils
-MASTER_SITES=	${MASTER_SITE_SUNSITE} \
-		http://fcron.free.fr/
-MASTER_SITE_SUBDIR=	system/daemons/cron
-DISTNAME=	${PORTNAME}-${PORTVERSION}.src
-
-MAINTAINER=	ports@FreeBSD.org
-
-USE_AUTOCONF=	yes
-CONFIGURE_ARGS=	--with-etcdir=${PREFIX}/etc --with-cflags="${CFLAGS}" \
-		--with-rootname=root --with-rootgroup=wheel \
-		--with-answer-all=yes
+PORTNAME=		fcron
+PORTVERSION=		2.0.0
+CATEGORIES=		sysutils
+MASTER_SITES=		http://fcron.free.fr/ \
+			ftp://ftp.seul.org/pub/fcron/
+DISTNAME=		${PORTNAME}-${PORTVERSION}.src
+
+MAINTAINER=		svenasse@polaris.ca
+
+USE_AUTOCONF=		yes
+CONFIGURE_ARGS=		--with-etcdir=${PREFIX}/etc --with-cflags="${CFLAGS}" \
+			--with-rootname=root --with-rootgroup=wheel \
+			--with-answer-all=yes
 
 .if !defined(NOPORTDOCS)
 CONFIGURE_ARGS+=	--with-docdir=${DOCSDIR}
-PLIST_SUB=	PORTVERSION=${PORTVERSION}
+PLIST_SUB=		PORTVERSION=${PORTVERSION}
 .endif
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+WRKSRC=			${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
 
-MAN1=	fcrontab.1
-MAN3=	bitstring.3
-MAN5=	fcrontab.5 fcron.conf.5
-MAN8=	fcron.8
+MAN1=			fcrontab.1
+MAN3=			bitstring.3
+MAN5=			fcrontab.5 fcron.conf.5
+MAN8=			fcron.8
 
 post-install:
 .for i in allow deny conf
diff -ruN /usr/ports/sysutils/fcron/distinfo fcron/distinfo
--- /usr/ports/sysutils/fcron/distinfo	Fri Jul 20 04:23:14 2001
+++ fcron/distinfo	Sun Oct  7 14:01:10 2001
@@ -1 +1 @@
-MD5 (fcron-1.1.1.src.tar.gz) = 38a3da60ca42e68ab8469e8360ebaeac
+MD5 (fcron-2.0.0.src.tar.gz) = b20c6bc5d9435a790e5500ecb7990df8
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 Dec 31 16:00:00 1969
@@ -1,14 +0,0 @@
---- Makefile.in.orig	Tue Jul 10 23:59:49 2001
-+++ Makefile.in	Sat Sep 22 00:35:39 2001
-@@ -108,8 +108,9 @@
- 	$(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)
-+	$(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
diff -ruN /usr/ports/sysutils/fcron/files/patch-aa fcron/files/patch-aa
--- /usr/ports/sysutils/fcron/files/patch-aa	Wed Dec 31 16:00:00 1969
+++ fcron/files/patch-aa	Sun Oct  7 14:10:21 2001
@@ -0,0 +1,14 @@
+--- Makefile.in-orig	Sun Oct  7 14:08:43 2001
++++ Makefile.in	Sun Oct  7 14:09:17 2001
+@@ -108,8 +108,9 @@
+ 	$(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)
++	$(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
diff -ruN /usr/ports/sysutils/fcron/files/patch-ab fcron/files/patch-ab
--- /usr/ports/sysutils/fcron/files/patch-ab	Wed Dec 31 16:00:00 1969
+++ fcron/files/patch-ab	Sun Oct  7 14:11:44 2001
@@ -0,0 +1,22 @@
+--- configure.in-orig	Sun Oct  7 14:10:33 2001
++++ configure.in	Sun Oct  7 14:11:20 2001
+@@ -202,13 +202,13 @@
+     fi
+     ;;
+   *)
+-    if test -d "$withval"; then
++#    if test -d "$withval"; then
+       etcdir="$withval"
+-      AC_MSG_RESULT($withval)
+-    else
+-      AC_MSG_ERROR([
+-Directory $withval does not exist])
+-    fi
++#      AC_MSG_RESULT($withval)
++#    else
++#      AC_MSG_ERROR([
++#Directory $withval does not exist])
++#    fi
+     ;;
+   esac ],
+   if test -d "/etc"; then
diff -ruN /usr/ports/sysutils/fcron/files/patch-ac fcron/files/patch-ac
--- /usr/ports/sysutils/fcron/files/patch-ac	Wed Dec 31 16:00:00 1969
+++ fcron/files/patch-ac	Sun Oct  7 14:13:20 2001
@@ -0,0 +1,11 @@
+--- script/boot-install.orig	Sun Oct  7 14:12:19 2001
++++ script/boot-install	Sun Oct  7 14:12:45 2001
+@@ -11,7 +11,7 @@
+ #                    the automatic answer
+ #                    the src dir
+ 
+-PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin"
++PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/sbin"
+ if test -d /usr/ucb; then
+     PATH=/usr/ucb:$PATH
+ fi
diff -ruN /usr/ports/sysutils/fcron/files/patch-configure.in fcron/files/patch-configure.in
--- /usr/ports/sysutils/fcron/files/patch-configure.in	Sat Aug 25 13:10:21 2001
+++ fcron/files/patch-configure.in	Wed Dec 31 16:00:00 1969
@@ -1,22 +0,0 @@
---- configure.in.orig	Sun Jul  8 07:32:17 2001
-+++ configure.in	Sat Aug 25 14:36:05 2001
-@@ -201,13 +201,13 @@
-     fi
-     ;;
-   *)
--    if test -d "$withval"; then
-+#    if test -d "$withval"; then
-       etcdir="$withval"
--      AC_MSG_RESULT($withval)
--    else
--      AC_MSG_ERROR([
--Directory $withval does not exist])
--    fi
-+#      AC_MSG_RESULT($withval)
-+#    else
-+#      AC_MSG_ERROR([
-+#Directory $withval does not exist])
-+#    fi
-     ;;
-   esac ],
-   if test -d "/etc"; then
diff -ruN /usr/ports/sysutils/fcron/files/patch-script::boot-install fcron/files/patch-script::boot-install
--- /usr/ports/sysutils/fcron/files/patch-script::boot-install	Thu Jul 19 23:47:57 2001
+++ fcron/files/patch-script::boot-install	Wed Dec 31 16:00:00 1969
@@ -1,11 +0,0 @@
---- script/boot-install.orig	Fri Jul 20 14:44:40 2001
-+++ script/boot-install	Fri Jul 20 14:44:48 2001
-@@ -11,7 +11,7 @@
- #                    the automatic answer
- #                    the src dir
- 
--PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin"
-+PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/sbin"
- if test -d /usr/ucb; then
-     PATH=/usr/ucb:$PATH
- fi
>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?20011007213105.94971.qmail>