[93071] trunk/dports/sysutils/fcron

ryandesign at macports.org ryandesign at macports.org
Mon May 14 12:21:18 PDT 2012


Revision: 93071
          https://trac.macports.org/changeset/93071
Author:   ryandesign at macports.org
Date:     2012-05-14 12:21:18 -0700 (Mon, 14 May 2012)
Log Message:
-----------
fcron: maintainer update to 3.0.6; add notes; see #34449

Modified Paths:
--------------
    trunk/dports/sysutils/fcron/Portfile

Removed Paths:
-------------
    trunk/dports/sysutils/fcron/files/

Modified: trunk/dports/sysutils/fcron/Portfile
===================================================================
--- trunk/dports/sysutils/fcron/Portfile	2012-05-14 18:52:06 UTC (rev 93070)
+++ trunk/dports/sysutils/fcron/Portfile	2012-05-14 19:21:18 UTC (rev 93071)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			fcron
-version			3.0.4
+version			3.0.6
 categories		sysutils
 platforms		darwin
 maintainers		yahoo.com:compconsultant
@@ -18,12 +18,10 @@
 homepage		http://fcron.free.fr
 master_sites		${homepage}/archives
 extract.suffix		.src.tar.gz
-checksums		md5 5a26a1dfd91fdc7e87401e98aef870e6 \
-			sha1 daaa5287be026a425ea5bb56959ad38b1b6d030a \
-			rmd160 2bb8eb489251eaa1380b4e37b6526d2040291313
+checksums		md5 69ebcb41921e2a282f41ebecb3a27053 \
+			sha1 6b0a886931d9a89c65df33228384b07d672238bf \
+			rmd160 fadcb39ce106dcd61f31e1d4d6ab7c2d1149b36b
 
-patchfiles		patch-fcrontab.c.diff
-
 configure.args		--with-boot-install=no \
 			--with-pam=no \
 			--with-selinux=no
@@ -31,8 +29,8 @@
 startupitem.create	yes
 startupitem.name	fcron
 startupitem.start	"\[ -x ${prefix}/sbin/fcron \] && ${prefix}/sbin/fcron -b"
-startupitem.stop	"\[ -r ${prefix}/var/run/fcron/fcron.pid \] \\" \
-					"&& kill -KILL `cat ${prefix}/var/run/fcron/fcron.pid`"
+startupitem.stop	"\[ -r ${prefix}/var/run/fcron.pid \] \\" \
+					"&& kill -KILL `cat ${prefix}/var/run/fcron.pid`"
 
 destroot.keepdirs	${destroot}${prefix}/var/spool/fcron \
 			${destroot}${prefix}/var/run/fcron
@@ -45,7 +43,11 @@
 post-destroot {
 	set dp ${destroot}${prefix}
 	foreach file [glob ${dp}/etc/fcron*] {
-		file rename ${file} ${file}-default
+		file rename ${file} ${file}.sample
 	}
 }
 
+notes "
+Please create the fcron configuration file $prefix/etc/fcron.conf\
+by using the sample file $prefix/etc/fcron.conf.sample as a reference
+"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120514/d103d65e/attachment.html>


More information about the macports-changes mailing list