[77456] trunk/dports/devel/otx/Portfile

Ryan Schmidt ryandesign at macports.org
Thu Mar 31 07:16:00 PDT 2011


On Mar 31, 2011, at 02:32, and.damore at macports.org wrote:

> Revision: 77456
>          http://trac.macports.org/changeset/77456
> Author:   and.damore at macports.org
> Date:     2011-03-31 00:32:14 -0700 (Thu, 31 Mar 2011)
> Log Message:
> -----------
> port otx, bumped to svn revision 556, removed hardcoded version, set revision to svn.revision
> 
> Revision Links:
> --------------
>    http://trac.macports.org/changeset/556
> 
> Modified Paths:
> --------------
>    trunk/dports/devel/otx/Portfile
> 
> Modified: trunk/dports/devel/otx/Portfile
> ===================================================================
> --- trunk/dports/devel/otx/Portfile	2011-03-31 07:21:24 UTC (rev 77455)
> +++ trunk/dports/devel/otx/Portfile	2011-03-31 07:32:14 UTC (rev 77456)
> @@ -3,7 +3,9 @@
> PortSystem 1.0
> 
> name                otx
> -version             0.16b_dev
> +version             0.16b

rpm_vercomp considers "0.16b_dev" to be greater than "0.16b"; you need to increase the port's epoch to overcome this.

> +svn.revision        556
> +revision            ${svn.revision}

revision should not be set to svn.revision. revision is for the port author's use in forcing a port upgrade independent of the upstream software version. revision should start at 0 and should be incremented by 1 for each such change.




More information about the macports-dev mailing list