ports/121323: [UPDATE PORT] sysutils/mcron: update to 1.0.4
Stefan Pauly
stefan at fh-mainz.de
Mon Mar 3 16:40:04 UTC 2008
>Number: 121323
>Category: ports
>Synopsis: [UPDATE PORT] sysutils/mcron: update to 1.0.4
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Mar 03 16:40:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Stefan Pauly
>Release: FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
FreeBSD gogs.example.net 7.0-STABLE FreeBSD 7.0-STABLE #0: Sun Mar 2 15:19:11 CET 2008 root at gogs.example.net:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Update to 1.0.4
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ruN --exclude=CVS /usr/ports/sysutils/mcron/Makefile ./mcron/Makefile
--- /usr/ports/sysutils/mcron/Makefile 2006-06-11 23:24:32.000000000 +0200
+++ ./mcron/Makefile 2008-03-03 13:47:05.000000000 +0100
@@ -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 @@
MAINTAINER= stefan at 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 @@
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 -ruN --exclude=CVS /usr/ports/sysutils/mcron/distinfo ./mcron/distinfo
--- /usr/ports/sysutils/mcron/distinfo 2006-06-11 23:24:32.000000000 +0200
+++ ./mcron/distinfo 2008-03-03 13:45:19.000000000 +0100
@@ -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 -ruN --exclude=CVS /usr/ports/sysutils/mcron/files/patch-makefile.in ./mcron/files/patch-makefile.in
--- /usr/ports/sysutils/mcron/files/patch-makefile.in 2006-06-11 23:24:33.000000000 +0200
+++ ./mcron/files/patch-makefile.in 2008-03-03 14:24:03.000000000 +0100
@@ -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 Mon Mar 3 14:13:46 2008
++++ makefile.in Mon Mar 3 14:14:09 2008
+@@ -874,9 +874,9 @@
install-exec-hook:
@if [ "`id -u`" -eq "0" ]; then \
rm -f $(fpp)cron$(EXEEXT) > /dev/null 2>&1; \
@@ -11,8 +11,4 @@
+ $(INSTALL) -m='u=rwxs,og=rx' mcron$(EXEEXT) $(fpp)crontab$(EXEEXT); \
./mkinstalldirs -m 'u=rwx' /var/cron; \
./mkinstalldirs -m 'u=rwx,og=rx' /var/run; \
-- ./mkinstalldirs -m 'u=rwx,og=rx' @GUILE_SITE@; \
-- ./mkinstalldirs -m 'u=rwx,og=rx' @GUILE_SITE@/mcron; \
- else \
- echo "+++ WARNING: NON-ROOT INSTALL: ONLY mcron WILL BE INSTALLED, NOT ANY OF THE VIXIE REPLACEMENT PROGRAMS"; \
- fi
+ ./mkinstalldirs -m 'u=rwx,og=rx' @GUILE_SITE@; \
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list