Changeset View
Changeset View
Standalone View
Standalone View
Mk/Scripts/create-manifest.sh
Show First 20 Lines • Show All 135 Lines • ▼ Show 20 Lines | if [ ${dp_MAINTAINER} = "ports@FreeBSD.org" ]; then | ||||
The ${dp_PKGBASE} port currently does not have a maintainer. As a result, it is | The ${dp_PKGBASE} port currently does not have a maintainer. As a result, it is | ||||
more likely to have unresolved issues, not be up-to-date, or even be removed in | more likely to have unresolved issues, not be up-to-date, or even be removed in | ||||
the future. To volunteer to maintain this port, please create an issue at: | the future. To volunteer to maintain this port, please create an issue at: | ||||
https://bugs.freebsd.org/bugzilla | https://bugs.freebsd.org/bugzilla | ||||
More information about port maintainership is available at: | More information about port maintainership is available at: | ||||
https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port | https://docs.freebsd.org/en/articles/contributing/#ports-contributing | ||||
EOD | EOD | ||||
}, | }, | ||||
EOT | EOT | ||||
fi | fi | ||||
if [ -n "${dp_DEPRECATED}" ]; then | if [ -n "${dp_DEPRECATED}" ]; then | ||||
cat <<-EOT | cat <<-EOT | ||||
{ message=<<EOD | { message=<<EOD | ||||
Show All 17 Lines |