Created attachment 147547 [details] volman.patch Maintainer (and creator) has stepped down and passed (github) project over (original location https://github.com/jmptbl/volman/) You should be able to verify this with original maintainer as he still answers emails See conversation: https://github.com/uffejakobsen/volman/issues/1 The attached patch incorpotates new maintainer and download location into Makefile
Maintainer CC'd
Hi. Just confirming Uffe as the new maintainer of volman. Thanks, Uffe. :)
Please use USE_GITHUB - this provides correct distname and simplifies the port.
Well I tried and it did not work - and even if it worked the port got longer than the current. But maybe you can help me out here ? I did put this into the port: USE_GITHUB= yes GH_ACCOUNT= uffejakobsen GH_PROJECT= ${PORTNAME} GH_TAGNAME= ${PORTVERSION} GH_COMMIT= ee46108 the GH_COMMIT hash ee46108 is what github shows for the "0.7" tag - see url: https://github.com/uffejakobsen/volman/tags But that is not the hash found inside the downloaded zip (c420cd5) - in full length the dir below work dir is named "uffejakobsen-volman-c420cd5" Can you explain where that hash (c420cd5) is originating from ?
That is hash of tag object (as opposing to hash of commit tag points to). You can get it with `git show-ref`: % git show-ref 0.7 c420cd5d7fe1a1b0caccff7ead10ba66ed01f2bd refs/tags/0.7
Ok thanks - I'll take a look The description in porters handbook - is not at all clear (to me at least): https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-distfiles.html#makefile-master_sites-github-description
Created attachment 147705 [details] volman.patch
new patch attached patch also fixes nonworking service stop command: service volmand stop command above previously did not work
A commit references this bug: Author: amdmi3 Date: Tue Sep 30 02:13:59 UTC 2014 New revision: 369568 URL: https://svnweb.freebsd.org/changeset/ports/369568 Log: - Pass maintainership to submitter - Switch to USE_GITHUB - Switch to submitter's GH account as he's willing to maintain the project from now on PR: 193823 Submitted by: uffe@uffe.org Approved by: aragon@phat.za.net (old maintainer and original author) Changes: head/sysutils/volman/Makefile head/sysutils/volman/distinfo head/sysutils/volman/files/volmand.in
Committed with minor changes: - Fix (by not overriding default) distname - Remove some more useless assignments - Whitespace fix