svn commit: r329687 - head/Tools/scripts
Erwin Lansing
erwin at FreeBSD.org
Mon Oct 7 10:54:55 UTC 2013
Author: erwin
Date: Mon Oct 7 10:54:54 2013
New Revision: 329687
URL: http://svnweb.freebsd.org/changeset/ports/329687
Log:
no longer point to NO_LATEST_LINK but to PKGNAMESUFFIX instead.
Also mention the latest portmgr blog post.
Modified:
head/Tools/scripts/check-latest-link
Modified: head/Tools/scripts/check-latest-link
==============================================================================
--- head/Tools/scripts/check-latest-link Mon Oct 7 10:53:53 2013 (r329686)
+++ head/Tools/scripts/check-latest-link Mon Oct 7 10:54:54 2013 (r329687)
@@ -47,10 +47,9 @@ maint=$(awk '{print $2}' < .latest_full
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,"
More information about the svn-ports-all
mailing list