Dear FreeBSD friends, I use svn update /usr/ports to keep my ports collection up to date. Now, I have an issue with cups 1.7.2 and I like to downgrade to version 1.5.4. There is a port called portdowngrade. Shall I use this to downgrade cups to 1.5.4, or is there another (advisable) way? -- Met vriendelijke groeten, With kind regards, Mit freundlichen Gruessen, De jrus wah, Wiel ************************************* W.K. Offermans e-mail: Willy at Offermans.Rompen.nl Powered by .... (__) \\\'',) \/ \ ^ .\._/_) www.FreeBSD.org
On 06/11/14 16:13, Willy Offermans wrote:> Dear FreeBSD friends, > > I use svn update /usr/ports to keep my ports collection up to date. > > Now, I have an issue with cups 1.7.2 and I like to downgrade to > version 1.5.4. There is a port called portdowngrade. Shall I use this to > downgrade cups to 1.5.4, or is there another (advisable) way?I used portdowngrade back in the cvsup days and it should still work with svn; I think I even used it sometimes recently. However I actually prefer to use svn directly. E.g. cd /usr/ports/xxx/yyy svn log (choose revision REV you like) svn upgrade -r REV bye av.