diff options
| author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-12 21:23:49 +0000 |
|---|---|---|
| committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-12 21:23:49 +0000 |
| commit | d1d2c30a56ac0be65b8d75919d69a35b099ecc7b (patch) | |
| tree | 23db5b66188fbadf8eaa6fb9c9e8240d69aeb562 /sysutils/fcron | |
| parent | - Submitter of the last PR kindly agrees to take the port (diff) | |
- Fix fcron crashing with disabling of fcrondyn
- Get rid of unnessesary patch
PR: ports/88883
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=148064
Diffstat (limited to 'sysutils/fcron')
| -rw-r--r-- | sysutils/fcron/Makefile | 9 | ||||
| -rw-r--r-- | sysutils/fcron/distinfo | 1 | ||||
| -rw-r--r-- | sysutils/fcron/files/patch-configure | 20 | ||||
| -rw-r--r-- | sysutils/fcron/pkg-plist | 1 |
4 files changed, 5 insertions, 26 deletions
diff --git a/sysutils/fcron/Makefile b/sysutils/fcron/Makefile index 106beb6cc7c8..5a9dd6aee8ae 100644 --- a/sysutils/fcron/Makefile +++ b/sysutils/fcron/Makefile @@ -8,7 +8,7 @@ PORTNAME= fcron PORTVERSION= 3.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://fcron.free.fr/ @@ -20,17 +20,17 @@ COMMENT= A periodic command scheduler GNU_CONFIGURE= yes USE_GMAKE= yes -USE_PERL5_BUILD= yes +USE_PERL5_BUILD=yes CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --with-cflags="${CFLAGS}" \ --with-rootname=root --with-rootgroup=wheel \ - --with-docdir=${DOCSDIR} + --with-docdir=${DOCSDIR} --with-fcrondyn=no WRKSRC= ${WRKDIR}/fcron-${PORTVERSION} USE_RC_SUBR= fcron SUB_FILES= pkg-message -MAN1= fcrondyn.1 fcrontab.1 +MAN1= fcrontab.1 MAN5= fcron.conf.5 fcrontab.5 MAN8= fcron.8 @@ -43,7 +43,6 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fcron ${PREFIX}/sbin ${INSTALL_PROGRAM} -g fcron -o fcron -m 6111 ${WRKSRC}/fcrontab ${PREFIX}/bin ${INSTALL_PROGRAM} -g fcron -m 4110 ${WRKSRC}/fcronsighup ${PREFIX}/bin - ${INSTALL_PROGRAM} -g fcron -o fcron -m 6111 ${WRKSRC}/fcrondyn ${PREFIX}/bin .for f in fcron.allow fcron.conf fcron.deny ${INSTALL_DATA} -g fcron -m 640 ${WRKSRC}/files/${f} ${PREFIX}/etc/${f}.dist .endfor diff --git a/sysutils/fcron/distinfo b/sysutils/fcron/distinfo index 6a1a86fca7ce..b79daca67320 100644 --- a/sysutils/fcron/distinfo +++ b/sysutils/fcron/distinfo @@ -1,2 +1,3 @@ MD5 (fcron-3.0.0.src.tar.gz) = 55e92f8536c8b52c9b73b96a6a3e0fe3 +SHA256 (fcron-3.0.0.src.tar.gz) = 861e0ea68525f960e512aaebbc09d5848a9862982038a14a3e65c9e74ff2650e SIZE (fcron-3.0.0.src.tar.gz) = 409015 diff --git a/sysutils/fcron/files/patch-configure b/sysutils/fcron/files/patch-configure deleted file mode 100644 index aeb8d51e9702..000000000000 --- a/sysutils/fcron/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Tue Oct 4 18:39:16 2005 -+++ configure Tue Oct 4 18:42:04 2005 -@@ -11767,17 +11767,9 @@ - fi - ;; - *) -- if test -d "$withval"; then - etcdir="$withval" - echo "$as_me:$LINENO: result: $withval" >&5 - echo "${ECHO_T}$withval" >&6 -- else -- { { echo "$as_me:$LINENO: error: --Directory $withval does not exist" >&5 --echo "$as_me: error: --Directory $withval does not exist" >&2;} -- { (exit 1); exit 1; }; } -- fi - ;; - esac - else diff --git a/sysutils/fcron/pkg-plist b/sysutils/fcron/pkg-plist index 4a545241d7ae..63fde4f87b16 100644 --- a/sysutils/fcron/pkg-plist +++ b/sysutils/fcron/pkg-plist @@ -1,4 +1,3 @@ -bin/fcrondyn bin/fcronsighup bin/fcrontab etc/fcron.allow.dist |
