diff -r 09e889dbc36d -r f1c52a4d5ca3 freebsd/portsnap-hg/portsnaprc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/freebsd/portsnap-hg/portsnaprc Thu Nov 03 08:15:43 2011 +0100 @@ -0,0 +1,18 @@ +# Default directory where compressed snapshots are stored. +WORKDIR=/portsnap/var/db/portsnap + +# Default location of the ports tree (target for "update" and "extract"). +PORTSDIR=/portsnap/ports + +SERVERNAME=portsnap.FreeBSD.org + +# Trusted keyprint. Changing this is a Bad Idea unless you've received +# a PGP-signed email from telling you to +# change it and explaining why. +KEYPRINT=9b5feee6d69f170e3dd0a2c8e469ddbd64f13f978f2f3aede40c98633216c330 + +# List of INDEX files to build and the DESCRIBE file to use for each +INDEX INDEX-6 DESCRIBE.6 +INDEX INDEX-7 DESCRIBE.7 +INDEX INDEX-8 DESCRIBE.8 +