aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mcron/Makefile
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/Makefile
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/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>