From owner-svn-ports-head@FreeBSD.ORG Tue Jul 8 09:35:10 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0E33AD1; Tue, 8 Jul 2014 09:35:10 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A920C2E54; Tue, 8 Jul 2014 09:35:10 +0000 (UTC) Received: from [192.168.0.21] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 3F889435C7; Tue, 8 Jul 2014 04:34:47 -0500 (CDT) Message-ID: <53BBBB24.6040109@marino.st> Date: Tue, 08 Jul 2014 11:34:28 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Brendan Fabeny , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r361205 - in head/math/pari: . files References: <201407080918.s689ILx3050051@svn.freebsd.org> In-Reply-To: <201407080918.s689ILx3050051@svn.freebsd.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2014 09:35:10 -0000 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