aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2013-10-07 18:54:54 +0800
committererwin <erwin@FreeBSD.org>2013-10-07 18:54:54 +0800
commit1a4e1f6e4bb2f3b75feea4232064c8ab81fe8792 (patch)
tree5367b0fafbca9f11ec80e2c6561767a1729227b1 /Tools
parentbaa6ca48b5326754424fc66746a1733f3a10a81b (diff)
downloadfreebsd-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-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,"