Frank Griffith wrote:
> Thanks, but how does run roll back a port?
   cd /usr/ports/misc/zaptel
   vi Makefile
     :/^PORTVERSION=/s/1.4.11/1.4.5/
     :/^DISTNAME=/s/.{PORTNAME}-bsd/zap/
     :wq
   make makesum
   make install clean
Note that 1.4.5 is the only revision on the FreeBSD master site.
Roger Marquis