[Midnightbsd-cvs] mports: check-latest-link: Change path to /usr/mports

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 29 17:37:17 EDT 2008


Log Message:
-----------
Change path to /usr/mports

Modified Files:
--------------
    mports/Tools/scripts:
        check-latest-link (r1.1.1.1 -> r1.2)

-------------- next part --------------
Index: check-latest-link
===================================================================
RCS file: /home/cvs/mports/Tools/scripts/check-latest-link,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L Tools/scripts/check-latest-link -L Tools/scripts/check-latest-link -u -r1.1.1.1 -r1.2
--- Tools/scripts/check-latest-link
+++ Tools/scripts/check-latest-link
@@ -4,7 +4,7 @@
 # then look for duplicates.  Send a nag-mail to the responsible maintainers.
 
 if [ -z "${PORTSDIR}" ]; then
-	PORTSDIR=/usr/ports
+	PORTSDIR=/usr/mports
 fi
 
 if [ "$1" = "-nomail" ]; then
@@ -38,7 +38,7 @@
 
 maint=$(awk '{print $2}' < .latest_full | sort -ui | tr '\n' ',')
 
-(echo "Dear port maintainers,"
+(echo "Dear mports maintainers,"
   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"
@@ -46,10 +46,6 @@
   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
-  echo
-  echo "Thanks,"
-  echo "Kris \"Annoying Reminder Guy II\" Kennaway"
 
   printf "%-20s %-30s %-20s\n"  "LATEST_LINK" "PORTNAME" "MAINTAINER"
   echo "=========================================================================="


More information about the Midnightbsd-cvs mailing list