[Midnightbsd-cvs] mports: checknewver.sh: Update for mports

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Nov 14 16:04:43 EST 2007


Log Message:
-----------
Update for mports

Modified Files:
--------------
    mports/Tools/scripts:
        checknewver.sh (r1.1.1.1 -> r1.2)

-------------- next part --------------
Index: checknewver.sh
===================================================================
RCS file: /home/cvs/mports/Tools/scripts/checknewver.sh,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L Tools/scripts/checknewver.sh -L Tools/scripts/checknewver.sh -u -r1.1.1.1 -r1.2
--- Tools/scripts/checknewver.sh
+++ Tools/scripts/checknewver.sh
@@ -12,9 +12,10 @@
 # Maxim Sobolev
 # ----------------------------------------------------------------------------
 #
+# $MidnightBSD$
 # $FreeBSD: ports/Tools/scripts/checknewver.sh,v 1.5 2003/12/17 10:28:32 demon Exp $
 #
-# MAINTAINER= sobomax at FreeBSD.org
+# MAINTAINER= ports at MidnightBSD.org
 
 display_warn () {
   if [ x"${SILENT}" != x"yes" ]; then
@@ -45,7 +46,7 @@
 
 if [ x`which ftpls` = x"" ]; then
   display_err "Couldn't find ftpls program, which is part of" \
-    "ports/ftp/ftpcopy port. Please make sure that it is installed" \
+    "mports/ftp/ftpcopy port. Please make sure that it is installed" \
     "and try again."
 fi
 


More information about the Midnightbsd-cvs mailing list