PORTVERSION and portlint

Tom Hukins tom at FreeBSD.org
Fri Nov 28 03:42:54 PST 2003


On Fri, Nov 28, 2003 at 06:05:22AM +0300, Sergey Matveychuk wrote:
> 
> Yes, I see. But russian/apache13-modssl use
> PORTVERSION=    ${VERSION_APACHE}+${VERSION_RA}+${VERSION_MODSSL}
> 
> If we change '+' with '.' we'll get something not readable:
> 1.3.29.30.19.2.8.16
> 
> Where is apache version, nodssl version? You can't say without look at 
> port Makefile.

In the case of Apache with mod_ssl, why not use the mod_ssl version
number and ignore Apache's version?  In general, a new release of
mod_ssl comes out for each new release of Apache.  If this stops being
the case, we could bump PORTREVISION when Apache changes.

Tom


More information about the freebsd-ports mailing list