Date: Mon, 21 Jan 2019 09:12:16 +0000 (UTC) From: Luca Pizzamiglio <pizzamig@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490839 - in head/sysutils: moosefs3-client moosefs3-master Message-ID: <201901210912.x0L9CGop020873@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pizzamig Date: Mon Jan 21 09:12:16 2019 New Revision: 490839 URL: https://svnweb.freebsd.org/changeset/ports/490839 Log: sysutils/moosefs3-master: Update to 3.0.103 The master port will upgrade all the moosefs3-* related ports as well. Changelog available in the PR. PR: 235028 Submitted by: maintaner Modified: head/sysutils/moosefs3-client/pkg-plist head/sysutils/moosefs3-master/Makefile head/sysutils/moosefs3-master/distinfo head/sysutils/moosefs3-master/pkg-plist Modified: head/sysutils/moosefs3-client/pkg-plist ============================================================================== --- head/sysutils/moosefs3-client/pkg-plist Mon Jan 21 09:09:07 2019 (r490838) +++ head/sysutils/moosefs3-client/pkg-plist Mon Jan 21 09:12:16 2019 (r490839) @@ -36,6 +36,11 @@ bin/mfssetarchive bin/mfsfilepaths bin/mfsscadmin bin/mfstools +include/mfsio.h +lib/libmfsio.a +lib/libmfsio.so +lib/libmfsio.so.1 +lib/libmfsio.so.1.0.0 man/man1/mfsappendchunks.1.gz man/man1/mfscheckfile.1.gz man/man1/mfsdirinfo.1.gz Modified: head/sysutils/moosefs3-master/Makefile ============================================================================== --- head/sysutils/moosefs3-master/Makefile Mon Jan 21 09:09:07 2019 (r490838) +++ head/sysutils/moosefs3-master/Makefile Mon Jan 21 09:12:16 2019 (r490839) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moosefs3 -PORTVERSION= 3.0.101 +PORTVERSION= 3.0.103 CATEGORIES= sysutils MASTER_SITES= http://ppa.moosefs.com/src/ PKGNAMESUFFIX?= -master @@ -74,7 +74,8 @@ CONFIGURE_ARGS+= --disable-mfscli .endif .if ${MFS_COMPONENT} == client -USES= fuse pkgconfig +USES= fuse pkgconfig libtool +USE_LDCONFIG= yes CONFIGURE_ARGS+= --enable-mfsmount .else CONFIGURE_ARGS+= --disable-mfsmount Modified: head/sysutils/moosefs3-master/distinfo ============================================================================== --- head/sysutils/moosefs3-master/distinfo Mon Jan 21 09:09:07 2019 (r490838) +++ head/sysutils/moosefs3-master/distinfo Mon Jan 21 09:12:16 2019 (r490839) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532378658 -SHA256 (moosefs-3.0.101-1.tar.gz) = f1dbf1d24f701d980631b0d394a3c951e7f45bcc3eff0c038e0ec4b23c746175 -SIZE (moosefs-3.0.101-1.tar.gz) = 1125156 +TIMESTAMP = 1547722128 +SHA256 (moosefs-3.0.103-1.tar.gz) = d8dc9fb7fb72b6f6991e422cbd32320811fa40207c5ced14aebb0ad89dd6af43 +SIZE (moosefs-3.0.103-1.tar.gz) = 1162613 Modified: head/sysutils/moosefs3-master/pkg-plist ============================================================================== --- head/sysutils/moosefs3-master/pkg-plist Mon Jan 21 09:09:07 2019 (r490838) +++ head/sysutils/moosefs3-master/pkg-plist Mon Jan 21 09:12:16 2019 (r490839) @@ -3,6 +3,7 @@ @sample etc/mfs/mfstopology.cfg.sample sbin/mfsmaster sbin/mfsmetadump +sbin/mfsmetadirinfo sbin/mfsmetarestore sbin/mfsstatsdump man/man5/mfsexports.cfg.5.gz @@ -11,6 +12,7 @@ man/man5/mfstopology.cfg.5.gz man/man8/mfsmaster.8.gz man/man8/mfsmetarestore.8.gz man/man8/mfsmetadump.8.gz +man/man8/mfsmetadirinfo.8.gz man/man8/mfsstatsdump.8.gz @owner mfs @group mfs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901210912.x0L9CGop020873>