diff options
author | jkh <jkh@FreeBSD.org> | 2002-08-12 20:40:42 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 2002-08-12 20:40:42 +0000 |
commit | c01ed51fcd411a12e2edf0c33aa0c9467aaf8201 (patch) | |
tree | 6bf0a495857779e1d5da9941344914254293948a /net | |
parent | 075643736c219d6190813ad1dd0d61debdd8b5fc (diff) | |
download | FreeBSD-ports-c01ed51fcd411a12e2edf0c33aa0c9467aaf8201.zip FreeBSD-ports-c01ed51fcd411a12e2edf0c33aa0c9467aaf8201.tar.gz |
Update to match current reality vis-a-vis source collections and
the 4.6 release. Goaded by the PR cited but the actual changes
are somewhat more in line with my thinking on the subject rather
than the PR author's (I don't think anyone else is even capable of
making their minds think that way).
PR: 40757
Diffstat (limited to 'net')
-rw-r--r-- | net/cvsupit/pkg-install | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/cvsupit/pkg-install b/net/cvsupit/pkg-install index 5811ae9..ad4927d1 100644 --- a/net/cvsupit/pkg-install +++ b/net/cvsupit/pkg-install @@ -75,6 +75,7 @@ just the kernel, for example, then select src-sys. "src-base" "Misc files directly under /usr/src" No \ "src-bin" "Sources for things in /bin" No \ "src-contrib" "Sources for contributed packages" No \ + "src-crypto" "Sources for cryptographic utilities" No \ "src-etc" "Sources for things in /etc" No \ "src-games" "Sources for things in /usr/games" No \ "src-gnu" "Sources for GNU utils (requires src-contrib)" No \ @@ -84,6 +85,7 @@ just the kernel, for example, then select src-sys. "src-lib" "Sources for things in /usr/lib" No \ "src-libexec" "Sources for things in /usr/libexec" No \ "src-release" "Sources for release building tools" No \ + "src-secure" "Sources for security applications" No \ "src-sbin" "Sources for things in /sbin" No \ "src-share" "Sources for things in /usr/share" No \ "src-sys" "Sources for the kernel (/usr/src/sys)" No \ @@ -119,10 +121,9 @@ will, select the CVS repository tag (note: you will still need to use CVS in manually checking out and maintaining a /usr/src tree if you choose to go this route). " -1 -1 5 \ - "RELENG_4_5" "The 4.5 point release / patch branch" \ + "RELENG_4_6" "The 4.6 point release / patch branch" \ "RELENG_4" "The 4.x-stable branch" \ "RELENG_3" "The 3.x-stable branch" \ - "RELENG_2_2" "The 2.2.x-stable branch" \ "cvs" "The CVS repository (all branches)" \ "." "The 5.0-current branch (. = HEAD)" \ "none" "Skip the updating of /usr/src" 2>/tmp/menu.src.$$; then |