svn commit: r244513 - projects/portbuild/conf

Mark Linimon linimon at FreeBSD.org
Thu Dec 20 22:22:58 UTC 2012


Author: linimon (doc,ports committer)
Date: Thu Dec 20 22:22:57 2012
New Revision: 244513
URL: http://svnweb.freebsd.org/changeset/base/244513

Log:
  Add VCS_PORTBUILD_REPOSITORY.

Modified:
  projects/portbuild/conf/server.conf

Modified: projects/portbuild/conf/server.conf
==============================================================================
--- projects/portbuild/conf/server.conf	Thu Dec 20 22:07:47 2012	(r244512)
+++ projects/portbuild/conf/server.conf	Thu Dec 20 22:22:57 2012	(r244513)
@@ -136,8 +136,12 @@ VCS_REPOSITORY="svn://svn.FreeBSD.org" 
 #VCS_REPOSITORY="svn://svn0.us-east.FreeBSD.org"
 # West Coast USA mirror
 #VCS_REPOSITORY="svn://svn0.us-west.FreeBSD.org"
+# source base subdirectory
 VCS_SRC_REPOSITORY="${VCS_REPOSITORY}/base"
+# ports tree subdirectory
 VCS_PORTS_REPOSITORY="${VCS_REPOSITORY}/ports"
+# portbuild subdirectory
+VCS_PORTBUILD_REPOSITORY="${VCS_REPOSITORY}/base/projects/portbuild"
 
 # used to create URLs in HTML summary pages (see process*)
 VCSWEB="http://svnweb.freebsd.org/ports/head"


More information about the svn-src-projects mailing list