aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/mcron/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/mcron/Makefile')
-rw-r--r--sysutils/mcron/Makefile8
1 files changed, 2 insertions, 6 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>