From owner-svn-ports-head@freebsd.org Thu Dec 31 12:50:33 2015 Return-Path: Delivered-To: svn-ports-head@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 C1E16A577BD; Thu, 31 Dec 2015 12:50:33 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 8841815D6; Thu, 31 Dec 2015 12:50:33 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBVCoWlu099939; Thu, 31 Dec 2015 12:50:32 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBVCoW4C099937; Thu, 31 Dec 2015 12:50:32 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201512311250.tBVCoW4C099937@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 31 Dec 2015 12:50:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404935 - in head/ports-mgmt/poudriere-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Dec 2015 12:50:33 -0000 Author: bapt Date: Thu Dec 31 12:50:32 2015 New Revision: 404935 URL: https://svnweb.freebsd.org/changeset/ports/404935 Log: Fix default svn url for ports Reported by: many Pointy hat: bapt Added: head/ports-mgmt/poudriere-devel/files/patch-src_share_poudriere_ports.sh (contents, props changed) Modified: head/ports-mgmt/poudriere-devel/Makefile Modified: head/ports-mgmt/poudriere-devel/Makefile ============================================================================== --- head/ports-mgmt/poudriere-devel/Makefile Thu Dec 31 11:27:40 2015 (r404934) +++ head/ports-mgmt/poudriere-devel/Makefile Thu Dec 31 12:50:32 2015 (r404935) @@ -2,7 +2,7 @@ PORTNAME= poudriere DISTVERSION= 3.1.99.20151204 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ Added: head/ports-mgmt/poudriere-devel/files/patch-src_share_poudriere_ports.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/poudriere-devel/files/patch-src_share_poudriere_ports.sh Thu Dec 31 12:50:32 2015 (r404935) @@ -0,0 +1,11 @@ +--- src/share/poudriere/ports.sh.orig 2015-12-04 16:38:46 UTC ++++ src/share/poudriere/ports.sh +@@ -173,7 +173,7 @@ else + none);; + *) usage;; + esac +- SVN_FULLURL=${proto}://${SVN_HOST}/base ++ SVN_FULLURL=${proto}://${SVN_HOST}/ports + if [ -n "${GIT_URL}" ]; then + GIT_FULLURL=${GIT_URL} + else