[macports-ports] branch master updated: science/hmmer: update to version 3.2.1

Ryan Schmidt ryandesign at macports.org
Fri Jun 15 02:12:03 UTC 2018


On Jun 14, 2018, at 21:05, Mark Moll wrote:
> 
> Mark Moll (mamoll) pushed a commit to branch master
> in repository macports-ports.
> 
> 
> https://github.com/macports/macports-ports/commit/38cd410e2856185b53446dabe2667cd47969fcce
> 
> The following commit(s) were added to refs/heads/master by this push:
> 
>      new 38cd410  science/hmmer: update to version 3.2.1
> 
> 38cd410 is described below
> 
> 
> commit 38cd410e2856185b53446dabe2667cd47969fcce
> 
> Author: Mark Moll
> AuthorDate: Thu Jun 14 21:05:28 2018 -0500
> 
> 
>     science/hmmer: update to version 3.2.1
> 
> ---
>  science/hmmer/Portfile | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
> 
> 
> diff --git a/science/hmmer/Portfile b/science/hmmer/Portfile
> index 9967ede..2c7c78b 100644
> --- a/science/hmmer/Portfile
> +++ b/science/hmmer/Portfile
> @@ -1,8 +1,8 @@
>  PortSystem 1.0
>  
>  name                hmmer
> -version             3.2
> -epoch               3
> +version             3.2.1
> +epoch               4

This is fine, but note that you don't have to increase the epoch unless the new version appears to be older than the old version.

For example, if the old version was "20180501" and the new version was "3.2.1", MacPorts would see that "20180501" is greater than "3" and so it would not consider the port to be outdated, unless the epoch is increased.

But "3.2.1" is clearly greater than "3.2" so keeping the same epoch is acceptable.



More information about the macports-dev mailing list