From owner-svn-ports-all@freebsd.org Tue Sep 15 15:31:55 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A9EAA044C9; Tue, 15 Sep 2015 15:31:55 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B7231063; Tue, 15 Sep 2015 15:31:55 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8FFVteB051069; Tue, 15 Sep 2015 15:31:55 GMT (envelope-from naddy@FreeBSD.org) Received: (from naddy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8FFVsaQ051067; Tue, 15 Sep 2015 15:31:54 GMT (envelope-from naddy@FreeBSD.org) Message-Id: <201509151531.t8FFVsaQ051067@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: naddy set sender to naddy@FreeBSD.org using -f From: Christian Weisgerber Date: Tue, 15 Sep 2015 15:31:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396967 - head/Tools/scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Sep 2015 15:31:55 -0000 Author: naddy Date: Tue Sep 15 15:31:54 2015 New Revision: 396967 URL: https://svnweb.freebsd.org/changeset/ports/396967 Log: Default to repo.FreeBSD.org for commits, as urged by our repo meister. Approved by: crees Modified: head/Tools/scripts/addport head/Tools/scripts/rmport Modified: head/Tools/scripts/addport ============================================================================== --- head/Tools/scripts/addport Tue Sep 15 15:26:19 2015 (r396966) +++ head/Tools/scripts/addport Tue Sep 15 15:31:54 2015 (r396967) @@ -68,7 +68,7 @@ my $autofill = ($autofill_l ? $autofill_ my $c = $opts{'c'} if ($opts{'c'} ne ""); my $distdir = $opts{'s'} if ($opts{'s'} ne ""); my $dir = $opts{'d'}; -my $h = "svn.FreeBSD.org"; +my $h = "repo.FreeBSD.org"; $h = $opts{'h'} if ($opts{'h'} ne ""); my $u = $ENV{USER}; $u = $opts{'u'} if ($opts{'u'} ne ""); @@ -532,7 +532,7 @@ OPTIONS there are no problems. Recommended. -c file Use file in place of normal log message. -f Do not fetch the distfile. - -h host Use a svnhost besides svn.FreeBSD.org. + -h host Use a svnhost besides repo.FreeBSD.org. -i Interactive mode; allow more control over where things are placed. -l PR# Attempts to autogenerate a commit message by Modified: head/Tools/scripts/rmport ============================================================================== --- head/Tools/scripts/rmport Tue Sep 15 15:26:19 2015 (r396966) +++ head/Tools/scripts/rmport Tue Sep 15 15:31:54 2015 (r396967) @@ -44,7 +44,7 @@ TODAY=`date -u -v+0d +%Y-%m-%d` SED="sed -i .orig -E" # use ~/.ssh/config to set up the desired username if different than $LOGNAME -SVNREPO=${SVNREPO:-svn+ssh://svn.FreeBSD.org/ports} +SVNREPO=${SVNREPO:-svn+ssh://repo.FreeBSD.org/ports} if ! CDIFF=$(which cdiff) ; then CDIFF=${PAGER}