aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2011-01-21 17:24:05 +0800
committerwen <wen@FreeBSD.org>2011-01-21 17:24:05 +0800
commitf6a24fc1f6743204979cc4bce5b5b668aa443a8f (patch)
tree596342d8f47d046ce4f91dbbaf376e4bd92e4596 /sysutils
parent97f7050754a5fe436a615096cd068f36a0ff3e9c (diff)
downloadfreebsd-ports-gnome-f6a24fc1f6743204979cc4bce5b5b668aa443a8f.tar.gz
freebsd-ports-gnome-f6a24fc1f6743204979cc4bce5b5b668aa443a8f.tar.zst
freebsd-ports-gnome-f6a24fc1f6743204979cc4bce5b5b668aa443a8f.zip
- Update to 1.6.20
PR: ports/154161 Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer) Feature safe: yes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/moosefs-master/Makefile2
-rw-r--r--sysutils/moosefs-master/distinfo4
-rw-r--r--sysutils/moosefs-master/pkg-plist6
3 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/moosefs-master/Makefile b/sysutils/moosefs-master/Makefile
index 62df51631735..6b15856207b2 100644
--- a/sysutils/moosefs-master/Makefile
+++ b/sysutils/moosefs-master/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= moosefs
-PORTVERSION= 1.6.19
+PORTVERSION= 1.6.20
CATEGORIES= sysutils
MASTER_SITES= SF/moosefs/moosefs/${PORTVERSION}/
PKGNAMESUFFIX= -master
diff --git a/sysutils/moosefs-master/distinfo b/sysutils/moosefs-master/distinfo
index 3522c9b7d1bd..d2d3d0ac055d 100644
--- a/sysutils/moosefs-master/distinfo
+++ b/sysutils/moosefs-master/distinfo
@@ -1,2 +1,2 @@
-SHA256 (mfs-1.6.19.tar.gz) = b86e44d09a2962223c3aebb9971de722754498a6c97be89bb22b5d3db45042ba
-SIZE (mfs-1.6.19.tar.gz) = 652489
+SHA256 (mfs-1.6.20.tar.gz) = a3bf6c992a9b5724c37dea6c76091072e22f00a749d6aecc61d8c885607246a1
+SIZE (mfs-1.6.20.tar.gz) = 657147
diff --git a/sysutils/moosefs-master/pkg-plist b/sysutils/moosefs-master/pkg-plist
index 74a09d2e0b5f..f5b66fe768c1 100644
--- a/sysutils/moosefs-master/pkg-plist
+++ b/sysutils/moosefs-master/pkg-plist
@@ -1,6 +1,6 @@
-@exec if [ ! -f %D/etc/mfsmaster.cfg ]; then /bin/cp %D/etc/mfsmaster.cfg.dist %D/etc/mfsmaster.cfg; fi
-@exec if [ ! -f %D/etc/mfsexports.cfg ]; then /bin/cp %D/etc/mfsexports.cfg.dist %D/etc/mfsexports.cfg; fi
-@exec if [ ! -f %D/etc/mfsmetalogger.cfg ]; then /bin/cp %D/etc/mfsmetalogger.cfg.dist %D/etc/mfsmetalogger.cfg; fi
+@exec if [ ! -f %D/etc/mfsmaster.cfg ]; then /bin/cp %D/%F %D/etc/mfsmaster.cfg; fi
+@exec if [ ! -f %D/etc/mfsexports.cfg ]; then /bin/cp %D/%F %D/etc/mfsexports.cfg; fi
+@exec if [ ! -f %D/etc/mfsmetalogger.cfg ]; then /bin/cp %D/%F %D/etc/mfsmetalogger.cfg; fi
@unexec if cmp -s %D/etc/mfsmaster.cfg.dist %D/etc/mfsmaster.cfg; then rm -f %D/etc/mfsmaster.cfg; fi
@unexec if cmp -s %D/etc/mfsexports.cfg.dist %D/etc/mfsexports.cfg; then rm -f %D/etc/mfsexports.cfg; fi
@unexec if cmp -s %D/etc/mfsmetalogger.cfg.dist %D/etc/mfsmetalogger.cfg; then rm -f %D/etc/mfsmetalogger.cfg; fi