this is my ports-supfile:
# $FreeBSD: src/share/examples/cvsup/ports-supfile,v 1.33
2004/12/19 02:31:45 brueffer Exp $
#
# This file contains all of the "CVSup collections" that make up the
# FreeBSD-current ports collection.
#
# Defaults that apply to all the collections
#
# IMPORTANT: Change the next line to use one of the CVSup mirror sites
# listed at http://www.freebsd.org/doc/handbook/mirrors.html.
#*default host=cvsup.FreeBSD.org
*default host=cvsup.FreeBSDChina.org
#*default host=cvsup3.FreeBSDChina.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix
# If you seem to be limited by CPU rather than network or disk
bandwidth, try
# commenting out the following line. (Normally, today's CPUs are
fast enough
# that you want to run compression.)
*default compress
## Ports Collection.
#
# The easiest way to get the ports tree is to use the "ports-all"
# mega-collection. It includes all of the individual "ports-*"
# collections,
#ports-all
# These are the individual collections that make up "ports-all".
If you
# use these, be sure to comment out "ports-all" above.
#
# Be sure to ALWAYS cvsup the ports-base collection if you use any
of the
# other individual collections below. ports-base is a mandatory
collection
# for the ports collection, and your ports may not build correctly
if it
# is not kept up to date.
ports-base
ports-accessibility
ports-arabic
ports-archivers
ports-astro
#ports-audio
ports-benchmarks
ports-biology
#ports-cad
ports-chinese
ports-comms
ports-converters
ports-databases
ports-deskutils
ports-devel
ports-dns
ports-editors
#ports-emulators
#ports-finance
#ports-french
ports-ftp
#ports-games
#ports-german
ports-graphics
ports-hebrew
ports-hungarian
ports-irc
#ports-japanese
ports-java
#ports-korean
ports-lang
ports-mail
ports-math
ports-mbone
ports-misc
ports-multimedia
ports-net
ports-net-mgmt
ports-news
#ports-palm
ports-polish
#ports-portuguese
#ports-print
#ports-russian
ports-science
ports-security
ports-shells
ports-sysutils
ports-textproc
ports-ukrainian
ports-vietnamese
ports-www
ports-x11
ports-x11-clocks
ports-x11-fm
ports-x11-fonts
ports-x11-servers
ports-x11-themes
ports-x11-toolkits
ports-x11-wm
is there any error in my ports-supfile?
Thanks