Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  3 Mar 2006 01:37:57 +0100 (CET)
From:      andilek@o-k.cz
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/94038: Port upgrade: Fixing badly defined cron jobs
Message-ID:  <20060303003757.BC27D1145F@bazalka.mediaturtle.com>
Resent-Message-ID: <200603030030.k230U9NI089334@freefall.freebsd.org>

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

>Number:         94038
>Category:       ports
>Synopsis:       Port upgrade: Fixing badly defined cron jobs
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 03 00:30:08 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ondra Koutek
>Release:        FreeBSD 6.0-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD bazalka.mediaturtle.com 6.0-RELEASE-p5 FreeBSD 6.0-RELEASE-p5 #10: Wed Mar 1 22:16:48 CET 2006 root@bazalka.mediaturtle.com:/usr/obj/usr/src/sys/S1 i386


	
>Description:
	Upgrade port: fixing cron jobs
>How-To-Repeat:
>Fix:

	

--- campsite.diff begins here ---
diff -ruN campsite.orig/Makefile campsite/Makefile
--- campsite.orig/Makefile	Mon Jan 16 22:13:48 2006
+++ campsite/Makefile	Fri Mar  3 01:28:15 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	campsite
 PORTVERSION=	2.4.1
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -16,7 +17,7 @@
 COMMENT=	The free and open multilingual web publishing tool for news sites
 
 LIB_DEPENDS=	Magick.9:${PORTSDIR}/graphics/ImageMagick \
-		idn.16:${PORTSDIR}/dns/libidn
+		idn:${PORTSDIR}/dns/libidn
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash \
 		gm4:${PORTSDIR}/devel/m4 \
 		pear:${PORTSDIR}/devel/pear
diff -ruN campsite.orig/files/crontab.in.in campsite/files/crontab.in.in
--- campsite.orig/files/crontab.in.in	Fri Jan 13 20:37:05 2006
+++ campsite/files/crontab.in.in	Fri Mar  3 01:12:55 2006
@@ -1,14 +1,14 @@
 
 #Campsite job sending expiration message to subscribers
-0 */8 * * * %%PREFIX%%/campsite/sbin/notifyendsubs
+0 */8 * * * %%PREFIX%%/campsite/sbin/campsite_notifyendsubs
 
 # Campsite job takes care about notifying editors/authors about changes
 # of their articles
-*/2 * * * * %%PREFIX%%/campsite/sbin/notifyevents
+*/2 * * * * %%PREFIX%%/campsite/sbin/campsite_notifyevents
 
 # Campsite job indexing database of articles.
 # it is used for both, search in site and in admin interface
-0 */4 * * * %%PREFIX%%/campsite/sbin/gather
+0 */4 * * * %%PREFIX%%/campsite/sbin/campsite_indexer
 
 # Campsite job takes care about scheduled publishing of articles
-* * * * * %%PREFIX%%/campsite/sbin/autopublish
+* * * * * %%PREFIX%%/campsite/sbin/campsite_autopublish
--- campsite.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:
 



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