Solved [Solved] How can I determine the version in ports tree

Just had some trouble with pkg 1.3.7/ 1.3.8. I couldn't upgrade to 1.3.8 and didn't know that the ports tree already has 1.3.8. How can I verify the version in the ports tree?
 
Re: How can I determine the version in ports-tree

borsti007 said:
How can I verify the version in the ports-tree?
Look at the port's Makefile.

Code:
PORTNAME= pkg
DISTVERSION= 1.3.8
PORTREVISION= 1

Which translates to pkg-1.3.8_1.
 
Back
Top