games/devilutionX: update to 1.2.0 While here: - set version correctly with -DVERSION_NUM=${PORTVERSION} (cmake) - pet portclippy by using "_" prefix in local variable "MY_DEPENDS" Changes: https://github.com/diasurgical/devilutionX/releases/tag/1.2.0 Approved by: dbaio, garga (mentors) Differential Revision: https://reviews.freebsd.org/D29638
Details
- Reviewers
dbaio garga - Commits
- R11:f12a83266693: games/devilutionX: update to 1.2.0
portlint -C FATAL: Makefile: [1]: incorrect header; simply use $FreeBSD$. FATAL: Makefile: non-comment line in comment section. FATAL: Makefile: no $FreeBSD$ line in comment section. FATAL: Makefile: extra item "MAINTAINER" placed in the PORTNAME section. FATAL: Makefile: extra item "COMMENT" placed in the PORTNAME section. FATAL: Makefile: PORTNAME has to be there. WARN: Makefile: PORTVERSION/DISTVERSION is set externally to this port's Makefile, but this port is not configured as a slave port. WARN: Makefile: CATEGORIES is set externally to this port's Makefile, but this port is not configured as a slave port. FATAL: Makefile: extra item "LICENSE" placed in the MAINTAINER section. FATAL: Makefile: extra item "LICENSE_FILE" placed in the MAINTAINER section. WARN: Makefile: COMMENT is set externally to this port's Makefile, but this port is not configured as a slave port. FATAL: Makefile: extra item "_MY_DEPENDS" placed in the LICENSE section. FATAL: Makefile: extra item "BUILD_DEPENDS" placed in the LICENSE section. FATAL: Makefile: extra item "LIB_DEPENDS" placed in the LICENSE section. FATAL: Makefile: extra item "RUN_DEPENDS" placed in the LICENSE section. FATAL: /work/freebsd/ports/MOVED: malformed line at 16277. => WARN: /work/freebsd/ports/MOVED: seems to have unnecessary blank lines at the last part. 13 fatal errors and 4 warnings found.
Getting lot of portlint errors since we moved to git, can this be ignored?
poudriere testports logs:
114amd64 11.4-RELEASE-p8 amd64 2021-04-04
114i386 11.4-RELEASE-p8 i386 2021-04-04
122amd64 12.2-RELEASE-p5 amd64 2021-04-04
122i386 12.2-RELEASE-p5 i386 2021-04-04
140amd64 14.0-CURRENT amd64 2021-04-04
140i386 14.0-CURRENT i386 2021-04-04
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
While here:
- set version correctly with -DVERSION_NUM=${PORTVERSION} (cmake) [1]
- pet portclippy by using "_" prefix in local variable "MY_DEPENDS" [2]
games/devilutionX/pkg-message | ||
---|---|---|
13–14 | The message is only displayed on install, so, "if you are upgrading" is not needed, it will never be shown on upgrade. |
games/devilutionX/pkg-message | ||
---|---|---|
18–21 |
Is pretty vague, is it valid for any upgrade? For example, if that file needs to be removed each time the port is upgraded, then the removal should probably be automated. |