[79086] trunk/base/portmgr/jobs/mprsyncup

jmr at macports.org jmr at macports.org
Wed Jun 1 17:38:27 PDT 2011


Revision: 79086
          http://trac.macports.org/changeset/79086
Author:   jmr at macports.org
Date:     2011-06-01 17:38:24 -0700 (Wed, 01 Jun 2011)
Log Message:
-----------
strip trailing whitespace from mprsyncup

Modified Paths:
--------------
    trunk/base/portmgr/jobs/mprsyncup

Modified: trunk/base/portmgr/jobs/mprsyncup
===================================================================
--- trunk/base/portmgr/jobs/mprsyncup	2011-06-01 23:55:17 UTC (rev 79085)
+++ trunk/base/portmgr/jobs/mprsyncup	2011-06-02 00:38:24 UTC (rev 79086)
@@ -20,7 +20,7 @@
 #
 # Lastly, it is required of every 3rd party mirrors to keep track of this script
 # and the base/portmgr/rsync.repos file and always maintain local copies in as
-# close sync as possible. 
+# close sync as possible.
 #
 #
 # Created by fkr at opendarwin.org, jberry at macports.org and yeled at macports.org,
@@ -97,7 +97,7 @@
 if [ ! -d ${RSYNCROOT}/release/base ]; then
     ${MKDIR} -p ${RSYNCROOT}/release/base
 fi
-${RSYNC} -aIC --delete ${RBASE}/ ${RSYNCROOT}/release/base 
+${RSYNC} -aIC --delete ${RBASE}/ ${RSYNCROOT}/release/base
 
 # clean up the working copy if it is locked
 if [ -f ${PORTS}/.svn/lock ]; then
@@ -106,7 +106,7 @@
 
 # Update/checkout the ports tree, export it and rsync it to ${RSYNCROOT}/release/ports:
 if [ -d ${PORTS}/.svn ]; then
-    ${SVN} update ${PORTS}  
+    ${SVN} update ${PORTS}
 else
     ${SVN} checkout ${SVNURL}/trunk/dports ${PORTS}
 fi
@@ -115,15 +115,15 @@
 pushd ${PORTS} >> /dev/null
 # build MP trunk in a private location for indexing
 pushd ${ROOT}/${TMPDIR} >> /dev/null
-mkdir -p ${TCLPKG} 
+${MKDIR} -p ${TCLPKG}
 ./configure \
     --prefix=${PREFIX} \
     --with-tclpackage=${TCLPKG} \
     --with-install-user=${MP_USER} \
-    --with-install-group=${MP_GROUP} 
-make clean 
+    --with-install-group=${MP_GROUP}
+make clean
 make
-make install 
+make install
 popd
 
 for PLATFORM in $PLATFORMS; do
@@ -145,4 +145,3 @@
     cd trunk
     ${RM} -rf dports && ${LN} -s ../release/ports dports
 fi
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110601/92764c2f/attachment.html>


More information about the macports-changes mailing list