Created attachment 192920 [details] Some fixes. Hi. Attached a patch to - fix documentation being installed weirdly (replication of $PREFIX path inside $DOCSDIR) - switch to DISTVERSION - switch version number to use the format used for GITHUB when upstream does not use a version number (gYYYYMMDD) - set PORTEPOCH due to the version format change. Thanks! :)
A commit references this bug: Author: riggs Date: Mon Apr 30 13:34:38 UTC 2018 New revision: 468700 URL: https://svnweb.freebsd.org/changeset/ports/468700 Log: Fix install path for DOCS PR: 227858 Reported by: lebarondemerde@privacychain.ch MFH: 2018Q2 Changes: head/audio/pms-devel/Makefile
A commit references this bug: Author: riggs Date: Mon Apr 30 13:35:52 UTC 2018 New revision: 468701 URL: https://svnweb.freebsd.org/changeset/ports/468701 Log: MFH: r468700 Fix install path for DOCS PR: 227858 Reported by: lebarondemerde@privacychain.ch Approved by: ports-secteam (riggs) Changes: _U branches/2018Q2/ branches/2018Q2/audio/pms-devel/Makefile
Thanks for the patch! I imported the DOCS part but left out the parts dealing with the version numbering scheme, here's why: PORTEPOCH is really a last-resort kind of thing in case the upstream project screws up versioning at some point in time. Most importantly, once introduced we don't get rid of it, ever! Thus, I will stick with the current scheme until upstream decides on version numbering.