svn commit: r361205 - in head/math/pari: . files

John Marino freebsd.contact at marino.st
Tue Jul 8 09:35:10 UTC 2014


On 7/8/2014 11:18, Brendan Fabeny wrote:
> Author: bf
> Date: Tue Jul  8 09:18:20 2014
> New Revision: 361205
> URL: http://svnweb.freebsd.org/changeset/ports/361205
> QAT: https://qat.redports.org/buildarchive/r361205/
> 
> Log:
>   Use staging; use standard directories for docs, data, and examples; strip;
>   build graphical component
> 
> Modified:
>   head/math/pari/Makefile
>   head/math/pari/files/patch-af
>   head/math/pari/pkg-descr
>   head/math/pari/pkg-plist
> 
> Modified: head/math/pari/Makefile
> ==============================================================================
> --- head/math/pari/Makefile	Tue Jul  8 09:17:24 2014	(r361204)
> +++ head/math/pari/Makefile	Tue Jul  8 09:18:20 2014	(r361205)
> @@ -3,7 +3,7 @@
>  
>  PORTNAME=	pari
>  PORTVERSION=	2.3.5
> -PORTEPOCH=	1
> +PORTEPOCH=	2
>  CATEGORIES=	math
>  MASTER_SITES=	http://pari.math.u-bordeaux.fr/pub/pari/unix/OLD/


Why did you increase the PORTEPOCH here?  I would have added
PORTREVISION=1 myself.  I think PORTEPOCH is only supposed to increment
every time the version moves backwards which didn't happen here.

John



More information about the svn-ports-all mailing list