On April 6, 2015 1:04:07 PM EDT, scar <s...@drigon.com> wrote: >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA256 > >Patrick Welche wrote on 04/05/2015 03:58 PM: >> sounds good... Maybe you have a tag set? ("cat >> /usr/pkgsrc/security/openssl/CVS/Tag" ?) > >thanks, yeah, there was a tag set: "Tpkgsrc-2014Q3" >what does that tag do anyway and how did it get there? i'm not very >familiar with CVS...
A tag pins your checkout to a particular version of the files, or possibly a particular branch of changes (depending on how it was created in the central repo, you can't tell what kind of tag it is just by looking at the CVS/Tag files). Either you checked out or updated with an explicit -rpkgsrc-2014Q3 option, or perhaps you downloaded a tarball that was created from sources checked out that way. Eric