From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 8 07:50:22 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3171616A4CF for ; Fri, 8 Oct 2004 07:50:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2475943D46 for ; Fri, 8 Oct 2004 07:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i987oMGU091747 for ; Fri, 8 Oct 2004 07:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i987oLNq091746; Fri, 8 Oct 2004 07:50:21 GMT (envelope-from gnats) Date: Fri, 8 Oct 2004 07:50:21 GMT Message-Id: <200410080750.i987oLNq091746@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sergei Kolobov Subject: Re: ports/72428: [MAINTAINER] japanese/ja-squirrelmail: update to 1.4.3a_3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sergei Kolobov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2004 07:50:22 -0000 The following reply was made to PR ports/72428; it has been noted by GNATS. From: Sergei Kolobov To: Masafumi Otsune Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/72428: [MAINTAINER] japanese/ja-squirrelmail: update to 1.4.3a_3 Date: Fri, 8 Oct 2004 11:45:16 +0400 On 2004-10-08 at 04:48 +0900, Masafumi Otsune wrote: > --- /usr/ports/japanese/squirrelmail.orig/Makefile Fri Aug 27 21:33:07 2004 > +++ /usr/ports/japanese/squirrelmail/Makefile Fri Oct 8 04:46:07 2004 > @@ -7,7 +7,7 @@ > > PORTNAME= squirrelmail > PORTVERSION= 1.4.3a > -PORTEPOCH= 2 > +PORTEPOCH= 3 > CATEGORIES= japanese mail www > I think you meant bumping PORTREVISION, not PORTEPOCH. PORTEPOCH should be used when port version is decreased. PORTREVISION indicates a new revision of the port when the version did not change. Sergei