Date: Wed, 21 Nov 2012 04:54:02 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r243365 - projects/portbuild/scripts Message-ID: <201211210454.qAL4s2o1072581@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon (doc,ports committer) Date: Wed Nov 21 04:54:02 2012 New Revision: 243365 URL: http://svnweb.freebsd.org/changeset/base/243365 Log: Theoretically, the last remnants of cvs. Not yet tested. Modified: projects/portbuild/scripts/makeworld Modified: projects/portbuild/scripts/makeworld ============================================================================== --- projects/portbuild/scripts/makeworld Wed Nov 21 04:46:31 2012 (r243364) +++ projects/portbuild/scripts/makeworld Wed Nov 21 04:54:02 2012 (r243365) @@ -94,9 +94,8 @@ cd ${SRC_BASE} || exit $? if [ "$novcs" = "0" ]; then echo "==> Updating source tree" - eval tag=\$SRC_BRANCH_${branch}_TAG - # XXX MCL 20121117 this is not right! - ${VCS} ${VCS_UPDATE_TAG} ${tag} || exit $? + # XXX MCL 20121120 not yet tested. + ${VCS_UPDATE_COMMAND} ${SRC_BASE} || exit $? fi echo "==> Starting make buildworld"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211210454.qAL4s2o1072581>