diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2013-10-07 10:54:54 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2013-10-07 10:54:54 +0000 |
commit | e8f0c6e083b8cb829895455df2bcf8aa3b17b6f6 (patch) | |
tree | 5367b0fafbca9f11ec80e2c6561767a1729227b1 /Tools | |
parent | 570e58062318747778450ae4d5830dda56868312 (diff) | |
download | ports-e8f0c6e083b8cb829895455df2bcf8aa3b17b6f6.tar.gz ports-e8f0c6e083b8cb829895455df2bcf8aa3b17b6f6.zip |
Notes
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/scripts/check-latest-link | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Tools/scripts/check-latest-link b/Tools/scripts/check-latest-link index 02c63fd9544b..97e1f0167052 100644 --- a/Tools/scripts/check-latest-link +++ b/Tools/scripts/check-latest-link @@ -47,10 +47,9 @@ maint=$(awk '{print $2}' < .latest_full | sort -ui | tr '\n' ' ') echo echo "The following list includes ports maintained by you that have duplicate" echo "LATEST_LINK values. They should either be modified to use a unique" - echo "LATEST_LINK or suppressed using NO_LATEST_LINK, to avoid overwriting" - echo "each other in the packages/Latest directory. If your ports conflict with" - echo "ports maintained by another person, please coordinate your efforts with" - echo "them." + echo "PKGNAME, e.g. by using PKGNAMESUFFIX. Note that NO_LATEST_LINK is" + echo "deprecated. See the portmgr blog post for more information:" + echo "http://blogs.freebsdish.org/portmgr/2013/10/03/package-name-collisions/" echo echo echo "Thanks," |