diff options
author | erwin <erwin@FreeBSD.org> | 2013-10-07 18:54:54 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2013-10-07 18:54:54 +0800 |
commit | 1a4e1f6e4bb2f3b75feea4232064c8ab81fe8792 (patch) | |
tree | 5367b0fafbca9f11ec80e2c6561767a1729227b1 /Tools | |
parent | baa6ca48b5326754424fc66746a1733f3a10a81b (diff) | |
download | freebsd-ports-gnome-1a4e1f6e4bb2f3b75feea4232064c8ab81fe8792.tar.gz freebsd-ports-gnome-1a4e1f6e4bb2f3b75feea4232064c8ab81fe8792.tar.zst freebsd-ports-gnome-1a4e1f6e4bb2f3b75feea4232064c8ab81fe8792.zip |
no longer point to NO_LATEST_LINK but to PKGNAMESUFFIX instead.
Also mention the latest portmgr blog post.
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," |