aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/moosefs-master
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2013-05-18 04:09:11 +0800
committermadpilot <madpilot@FreeBSD.org>2013-05-18 04:09:11 +0800
commit149b13c52a891fb4039621764ef6bb0d903ec5c9 (patch)
treedf4008f872da06fd74364ad48a787d796b0bb51b /sysutils/moosefs-master
parent145c6bcc57ff1c9239cb7dd33765708102f49117 (diff)
downloadfreebsd-ports-gnome-149b13c52a891fb4039621764ef6bb0d903ec5c9.tar.gz
freebsd-ports-gnome-149b13c52a891fb4039621764ef6bb0d903ec5c9.tar.zst
freebsd-ports-gnome-149b13c52a891fb4039621764ef6bb0d903ec5c9.zip
- Update to 1.6.27
- Trim Makefile headers - Use space in WWW Line PR: ports/178397, ports/178398, ports/178399 Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer)
Diffstat (limited to 'sysutils/moosefs-master')
-rw-r--r--sysutils/moosefs-master/Makefile10
-rw-r--r--sysutils/moosefs-master/bsd.port.moosefs.mk5
-rw-r--r--sysutils/moosefs-master/distinfo4
-rw-r--r--sysutils/moosefs-master/pkg-descr2
-rw-r--r--sysutils/moosefs-master/pkg-plist17
5 files changed, 18 insertions, 20 deletions
diff --git a/sysutils/moosefs-master/Makefile b/sysutils/moosefs-master/Makefile
index 0ed07186285e..1cf27616e3e0 100644
--- a/sysutils/moosefs-master/Makefile
+++ b/sysutils/moosefs-master/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: moosefs-master
-# Date created: 1 April 2010
-# Whom: Chifeng Qu <chifeng@gmail.com>
-#
+# Created by: Chifeng Qu <chifeng@gmail.com>
# $FreeBSD$
-#
PORTNAME= moosefs
PORTVERSION= #set via include
@@ -41,8 +37,8 @@ pre-install:
post-install:
.for FILE in mfsmaster mfsexports mfsmetalogger mfstopology
- @if [ ! -f ${PREFIX}/etc/${i}.cfg ]; then \
- ${CP} ${PREFIX}/etc/${FILE}.cfg.dist ${PREFIX}/etc/${FILE}.cfg ; \
+ @if [ ! -f ${PREFIX}/etc/${FILE}.cfg ]; then \
+ ${CP} ${PREFIX}/etc/mfs/${FILE}.cfg.dist ${PREFIX}/etc/${FILE}.cfg ; \
fi
.endfor
diff --git a/sysutils/moosefs-master/bsd.port.moosefs.mk b/sysutils/moosefs-master/bsd.port.moosefs.mk
index b86d95cfe065..d4748274daf1 100644
--- a/sysutils/moosefs-master/bsd.port.moosefs.mk
+++ b/sysutils/moosefs-master/bsd.port.moosefs.mk
@@ -1,9 +1,10 @@
-PORTVERSION= 1.6.26
+PORTVERSION= 1.6.27
PORTREVISION?= 0
MASTER_SITES= http://www.moosefs.org/tl_files/mfscode/ \
http://ports.quxingwen.com/dist/mfs/
-DISTNAME= mfs-${PORTVERSION}
+DISTNAME= mfs-${PORTVERSION}-1
+WRKSRC= ${WRKDIR}/mfs-${PORTVERSION}
LICENSE= GPLv3
diff --git a/sysutils/moosefs-master/distinfo b/sysutils/moosefs-master/distinfo
index 95cecb7eb769..6e6286eab5c6 100644
--- a/sysutils/moosefs-master/distinfo
+++ b/sysutils/moosefs-master/distinfo
@@ -1,2 +1,2 @@
-SHA256 (mfs-1.6.26.tar.gz) = f250f97c6f2a229277fdbf9fe96036873fd6c95a38f484f06e6b87a404c01885
-SIZE (mfs-1.6.26.tar.gz) = 754573
+SHA256 (mfs-1.6.27-1.tar.gz) = dfe682f0b184ed13e602274825148cd9a7ddfe4f0894e1ab9c1823f66208cb28
+SIZE (mfs-1.6.27-1.tar.gz) = 771983
diff --git a/sysutils/moosefs-master/pkg-descr b/sysutils/moosefs-master/pkg-descr
index ddbd7a3eebe9..d4f5766e20f5 100644
--- a/sysutils/moosefs-master/pkg-descr
+++ b/sysutils/moosefs-master/pkg-descr
@@ -6,4 +6,4 @@ attributes and file location(s), including all information
about non-regular files, i.e. directories, sockets, pipes and
devices).
-WWW: http://www.moosefs.org/
+WWW: http://www.moosefs.org/
diff --git a/sysutils/moosefs-master/pkg-plist b/sysutils/moosefs-master/pkg-plist
index 73061eb72c83..54c35df9cf1a 100644
--- a/sysutils/moosefs-master/pkg-plist
+++ b/sysutils/moosefs-master/pkg-plist
@@ -2,14 +2,14 @@
@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
@exec if [ ! -f %D/etc/mfstopology.cfg ]; then /bin/cp %D/%F %D/etc/mfstopology.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
-@unexec if cmp -s %D/etc/mfstopology.cfg.dist %D/etc/mfstopology.cfg; then rm -f %D/etc/mfstopology.cfg; fi
-etc/mfsmaster.cfg.dist
-etc/mfsexports.cfg.dist
-etc/mfsmetalogger.cfg.dist
-etc/mfstopology.cfg.dist
+@unexec if cmp -s %D/etc/mfs/mfsmaster.cfg.dist %D/etc/mfsmaster.cfg; then rm -f %D/etc/mfsmaster.cfg; fi
+@unexec if cmp -s %D/etc/mfs/mfsexports.cfg.dist %D/etc/mfsexports.cfg; then rm -f %D/etc/mfsexports.cfg; fi
+@unexec if cmp -s %D/etc/mfs/mfsmetalogger.cfg.dist %D/etc/mfsmetalogger.cfg; then rm -f %D/etc/mfsmetalogger.cfg; fi
+@unexec if cmp -s %D/etc/mfs/mfstopology.cfg.dist %D/etc/mfstopology.cfg; then rm -f %D/etc/mfstopology.cfg; fi
+etc/mfs/mfsmaster.cfg.dist
+etc/mfs/mfsexports.cfg.dist
+etc/mfs/mfsmetalogger.cfg.dist
+etc/mfs/mfstopology.cfg.dist
sbin/mfscgiserv
sbin/mfsmaster
sbin/mfsmetarestore
@@ -22,4 +22,5 @@ share/mfscgi/index.html
share/mfscgi/err.gif
share/mfscgi/chart.cgi
share/mfscgi/favicon.ico
+@dirrm etc/mfs
@dirrm share/mfscgi