aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mcron
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2008-03-07 13:09:26 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2008-03-07 13:09:26 +0000
commitc4b00169462ae07b3494868a58a94e2d658b1eb9 (patch)
tree7905eca067f86cd257acd9eaa2cb4832028944d3 /sysutils/mcron
parent1b4b4edf42c84e1803cf51b8f97e53084a0fe3c4 (diff)
downloadports-c4b00169462ae07b3494868a58a94e2d658b1eb9.tar.gz
ports-c4b00169462ae07b3494868a58a94e2d658b1eb9.zip
- Update to 1.0.4
PR: ports/121323 Submitted by: Stefan Pauly <stefan@fh-mainz.de> (maintainer) Approved by: tabthorpe (co-mentor)
Notes
Notes: svn path=/head/; revision=208571
Diffstat (limited to 'sysutils/mcron')
-rw-r--r--sysutils/mcron/Makefile8
-rw-r--r--sysutils/mcron/distinfo6
-rw-r--r--sysutils/mcron/files/patch-makefile.in6
3 files changed, 8 insertions, 12 deletions
diff --git a/sysutils/mcron/Makefile b/sysutils/mcron/Makefile
index 4bd3931da300..1f61becc6a3d 100644
--- a/sysutils/mcron/Makefile
+++ b/sysutils/mcron/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= mcron
-PORTVERSION= 1.0.2
+PORTVERSION= 1.0.4
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= mcron
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= mcron
MAINTAINER= stefan@fh-mainz.de
COMMENT= A 100% compatible replacement for Vixie cron
-BUILD_DEPENDS= guile>=1.6.4:${PORTSDIR}/lang/guile
+BUILD_DEPENDS= guile>=1.8.0:${PORTSDIR}/lang/guile
RUN_DEPENDS= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
@@ -24,8 +24,4 @@ MAKEFILE= makefile
INFO= mcron
-# replacement only needed for 1.0.2 - 'mkinstalldirs' will be back in 1.0.3
-post-patch:
- @${REINPLACE_CMD} 's|./mkinstalldirs|${MKDIR}|g' ${WRKSRC}/makefile.in
-
.include <bsd.port.mk>
diff --git a/sysutils/mcron/distinfo b/sysutils/mcron/distinfo
index 261da5353b23..363c3b7c6a37 100644
--- a/sysutils/mcron/distinfo
+++ b/sysutils/mcron/distinfo
@@ -1,3 +1,3 @@
-MD5 (mcron-1.0.2.tar.gz) = c85b2bb3c0f63b31e4399d167785d06e
-SHA256 (mcron-1.0.2.tar.gz) = 10bdb0c416fbbf1a02ce29d28192def54e1d1391fbb9b1e4c926f456b6607b3b
-SIZE (mcron-1.0.2.tar.gz) = 294691
+MD5 (mcron-1.0.4.tar.gz) = c16cfb61ccb5f5da9addbf10b9efff44
+SHA256 (mcron-1.0.4.tar.gz) = b4132c69f43afc508500ea14ee20201d8f66b2aed35e45b5e3488122718a3773
+SIZE (mcron-1.0.4.tar.gz) = 244139
diff --git a/sysutils/mcron/files/patch-makefile.in b/sysutils/mcron/files/patch-makefile.in
index 1ecd651962c3..985a28822596 100644
--- a/sysutils/mcron/files/patch-makefile.in
+++ b/sysutils/mcron/files/patch-makefile.in
@@ -1,6 +1,6 @@
---- makefile.in.orig Mon Jan 2 13:09:32 2006
-+++ makefile.in Sun Jun 11 18:21:07 2006
-@@ -772,13 +772,11 @@
+--- makefile.in.orig 2008-03-03 14:13:46.000000000 +0100
++++ makefile.in 2008-03-07 09:31:12.000000000 +0100
+@@ -874,13 +874,11 @@
install-exec-hook:
@if [ "`id -u`" -eq "0" ]; then \
rm -f $(fpp)cron$(EXEEXT) > /dev/null 2>&1; \