Created attachment 155416 [details] Ports for MooseFS Chunkserver 2.0.61-1 The port sysutils/moosefs-chunkserver update to latest stable MooseFS version 2.0.61-1. We created totally new (and official) ports and we want to become the ports maintainer. In attachment is a tarball containing ports tree for MooseFS Chunkserver.
Created attachment 155808 [details] Ports for MooseFS Chunkserver 2.0.63-1
On initial triage: * Updates must be provided in unified diff format (svn diff) not as archives * You'll want to run all of your patches/ports/PR's through: 1) portlint -AC (it can be found in ports-mgmt/portlint) 2) poudriere testport (or bulk -t) See: https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/testing-poudriere.html * I think a MASTER/SLAVE port setup might be better for the moosefs-* ports instead of including a Makefile.common. See: http://www2.au.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#makefile-masterdir * COMMENT should be a short description of the port, not just it's functionality: COMMENT= Managing the whole filesystem and storing metadata Says nothing about MooseFS or the component that is included. Something like the following may be better: COMMENT= Moose File System: Master & Metadata Server * The following look like workarounds for an issue elsewhere: DISTNAME= ${PORTNAME}-${PORTVERSION}-${PORTREVISION} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} In particular PORTREVISION shouldn't be a part of DISTNAME. See: http://www2.au.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#makefile-distfiles If you need assistance with any of this, we are available in #freebsd-ports on freenode or #bsdports on efnet
Created attachment 159524 [details] MooseFS Chunkserver Port 2.0.72-1
Created attachment 159804 [details] MooseFS Chunkserver Port 2.0.72-1 - update
A commit references this bug: Author: feld Date: Wed Aug 12 16:10:41 UTC 2015 New revision: 394023 URL: https://svnweb.freebsd.org/changeset/ports/394023 Log: sysutils/moosefs-* update to 2.0.72-1 The update to 2.0.72-1 includes splitting the sysutils/moosefs-master port into several new ports to achieve better modularization. This matches the approach upstream has taken with their own FreeBSD packages which they were distributing via their own pkgng repository. Further details are provided in the UPDATING entry. Upstream MooseFS team is now taking maintainership of these ports. PR: 199342 PR: 199343 PR: 199344 PR: 199345 PR: 199346 PR: 199347 PR: 199348 PR: 199349 Changes: head/UPDATING head/sysutils/Makefile head/sysutils/moosefs-cgi/ head/sysutils/moosefs-cgi/Makefile head/sysutils/moosefs-cgi/pkg-descr head/sysutils/moosefs-cgi/pkg-plist head/sysutils/moosefs-cgiserv/ head/sysutils/moosefs-cgiserv/Makefile head/sysutils/moosefs-cgiserv/pkg-descr head/sysutils/moosefs-cgiserv/pkg-plist head/sysutils/moosefs-chunkserver/Makefile head/sysutils/moosefs-chunkserver/distinfo head/sysutils/moosefs-chunkserver/files/ head/sysutils/moosefs-chunkserver/pkg-descr head/sysutils/moosefs-chunkserver/pkg-plist head/sysutils/moosefs-cli/ head/sysutils/moosefs-cli/Makefile head/sysutils/moosefs-cli/pkg-descr head/sysutils/moosefs-client/Makefile head/sysutils/moosefs-client/distinfo head/sysutils/moosefs-client/files/ head/sysutils/moosefs-client/pkg-descr head/sysutils/moosefs-client/pkg-plist head/sysutils/moosefs-master/Makefile head/sysutils/moosefs-master/distinfo head/sysutils/moosefs-master/files/mfscgiserv.in head/sysutils/moosefs-master/files/mfschunkserver.in head/sysutils/moosefs-master/files/mfsmaster.in head/sysutils/moosefs-master/files/mfsmetalogger.in head/sysutils/moosefs-master/files/patch-mfsdata_Makefile.in head/sysutils/moosefs-master/files/pkg-message-cgiserv.in head/sysutils/moosefs-master/files/pkg-message-chunkserver.in head/sysutils/moosefs-master/files/pkg-message-master.in head/sysutils/moosefs-master/files/pkg-message-metalogger.in head/sysutils/moosefs-master/files/pkg-message.in head/sysutils/moosefs-master/pkg-descr head/sysutils/moosefs-master/pkg-plist head/sysutils/moosefs-metalogger/ head/sysutils/moosefs-metalogger/Makefile head/sysutils/moosefs-metalogger/pkg-descr head/sysutils/moosefs-metalogger/pkg-plist head/sysutils/moosefs-netdump/ head/sysutils/moosefs-netdump/Makefile head/sysutils/moosefs-netdump/pkg-descr
Committed with minor changes, thanks!
Committed. Thanks!
Committed with minor changes. Thanks!
Committed with major changes. Thanks!
For anyone wondering about the additional noise in this ticket it was related to a bug I reported to Phillip regarding sysutils/freebsd-bugzilla-cli and he used this bug number which I provided in my example as his test case. Nothing to see here, move along :-)