- update to 1.4.1;
- project has moved to github, so use USE_GITHUB and update WWW;
- remove EXAMPLES option and install cuetag.sh unconditionally;
- take maintainership.
Details
Details
- Reviewers
- None
- Group Reviewers
Ports Committers - Commits
- rP460181: audio/cuetools: update to 1.4.1
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Makefile | ||
---|---|---|
15 ↗ | (On Diff #36962) | Do you mean I should not use GNU_CONFIGURE at all, or that I should define it in some other place? I kept GNU_CONFIGURE because USES= autoreconf doesn't enable it automatically (not sure what are the reasons why it doesn't btw), and I placed it after USES because here USES and GNU_CONFIGURE are about building and USE_GITHUB and GH_ACCOUNT later are about fetching. I can group it some other way though. |
Makefile | ||
---|---|---|
15 ↗ | (On Diff #36962) | Mmmm, yes, it can go in this block, or in the next, I do not have strong feelings for GNU_CONFIGURE and HAS_CONFIGURE. |
Makefile | ||
---|---|---|
15 ↗ | (On Diff #36962) | Thanks, I'll leave it as is then. |