svn commit: r46860 - head/share/tools
Glen Barber
gjb at FreeBSD.org
Wed Jun 24 02:43:52 UTC 2015
Author: gjb
Date: Wed Jun 24 02:43:51 2015
New Revision: 46860
URL: https://svnweb.freebsd.org/changeset/doc/46860
Log:
Fix the path to PORTSDIR, which should fix stale ports info
on the website.
Spotted by: bapt
Prodded by: peter
Approved by: doceng (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
head/share/tools/webupdate.wrapper
Modified: head/share/tools/webupdate.wrapper
==============================================================================
--- head/share/tools/webupdate.wrapper Tue Jun 23 15:10:41 2015 (r46859)
+++ head/share/tools/webupdate.wrapper Wed Jun 24 02:43:51 2015 (r46860)
@@ -15,7 +15,7 @@ RSYNC_FLAGS="-avH"
GEN_INDEX=yes
WEBMAILTO=freebsd-doc at FreeBSD.org
FLAGDIR=/usr/local/www/build
-: ${PORTSDIR:=/usr/local/www/ports}; export PORTSDIR
+: ${PORTSDIR:=/usr/local/www/build/ports}; export PORTSDIR
: ${INDEXNUM:=$(make -C ${PORTSDIR} -V OSREL)}
: ${PINDEX_OVERRIDE:=${PORTSDIR}/INDEX-${INDEXNUM%%.*}}
export USER=www-data
More information about the svn-doc-head
mailing list