Changeset View
Changeset View
Standalone View
Standalone View
Mk/bsd.port.mk
Show First 20 Lines • Show All 3,041 Lines • ▼ Show 20 Lines | .if ${MAINTAINER} == "ports@FreeBSD.org" | ||||
@${ECHO_MSG} "The ${PORTNAME} port currently does not have a maintainer. As a result, it is" | @${ECHO_MSG} "The ${PORTNAME} port currently does not have a maintainer. As a result, it is" | ||||
@${ECHO_MSG} "more likely to have unresolved issues, not be up-to-date, or even be removed in" | @${ECHO_MSG} "more likely to have unresolved issues, not be up-to-date, or even be removed in" | ||||
@${ECHO_MSG} "the future. To volunteer to maintain this port, please create an issue at:" | @${ECHO_MSG} "the future. To volunteer to maintain this port, please create an issue at:" | ||||
@${ECHO_MSG} | @${ECHO_MSG} | ||||
@${ECHO_MSG} "https://bugs.freebsd.org/bugzilla" | @${ECHO_MSG} "https://bugs.freebsd.org/bugzilla" | ||||
@${ECHO_MSG} | @${ECHO_MSG} | ||||
@${ECHO_MSG} "More information about port maintainership is available at:" | @${ECHO_MSG} "More information about port maintainership is available at:" | ||||
@${ECHO_MSG} | @${ECHO_MSG} | ||||
@${ECHO_MSG} "https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port" | @${ECHO_MSG} "https://docs.freebsd.org/en/articles/contributing/#ports-contributing" | ||||
@${ECHO_MSG} | @${ECHO_MSG} | ||||
.endif | .endif | ||||
.if defined(DEPRECATED) | .if defined(DEPRECATED) | ||||
@${ECHO_MSG} "===> NOTICE:" | @${ECHO_MSG} "===> NOTICE:" | ||||
@${ECHO_MSG} | @${ECHO_MSG} | ||||
@${ECHO_MSG} "This port is deprecated; you may wish to reconsider installing it:" | @${ECHO_MSG} "This port is deprecated; you may wish to reconsider installing it:" | ||||
@${ECHO_MSG} | @${ECHO_MSG} | ||||
@${ECHO_MSG} ${DEPRECATED:Q}. | @${ECHO_MSG} ${DEPRECATED:Q}. | ||||
▲ Show 20 Lines • Show All 2,408 Lines • Show Last 20 Lines |