| Summary: | sysutils/volman: new maintainer - new download location | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Uffe Jakobsen <uffe> | ||||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | CC: | amdmi3, aragon | ||||||
| Priority: | --- | Flags: | amdmi3:
maintainer-feedback+
|
||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Uffe Jakobsen
2014-09-22 02:17:43 UTC
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 |