summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2013-10-07 10:54:54 +0000
committerErwin Lansing <erwin@FreeBSD.org>2013-10-07 10:54:54 +0000
commite8f0c6e083b8cb829895455df2bcf8aa3b17b6f6 (patch)
tree5367b0fafbca9f11ec80e2c6561767a1729227b1 /Tools
parentRemove (the no longer extant) gworkspace-clipbook from the gnustep-app (diff)
no longer point to NO_LATEST_LINK but to PKGNAMESUFFIX instead.
Also mention the latest portmgr blog post.
Notes
Notes: svn path=/head/; revision=329687
Diffstat (limited to 'Tools')
-rw-r--r--Tools/scripts/check-latest-link7
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,"