From rea-fbsd@codelabs.ru  Fri Dec  5 19:12:45 2008
Return-Path: <rea-fbsd@codelabs.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 880461065704
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  5 Dec 2008 19:12:45 +0000 (UTC)
	(envelope-from rea-fbsd@codelabs.ru)
Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45])
	by mx1.freebsd.org (Postfix) with ESMTP id 371958FC18
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  5 Dec 2008 19:12:45 +0000 (UTC)
	(envelope-from rea-fbsd@codelabs.ru)
Received: from phoenix.codelabs.ru (ppp85-141-64-202.pppoe.mtu-net.ru [85.141.64.202])
	by 0.mx.codelabs.ru with esmtps (TLSv1:CAMELLIA256-SHA:256)
	id 1L8g6V-000Iil-AA for FreeBSD-gnats-submit@freebsd.org; Fri, 05 Dec 2008 22:12:43 +0300
Message-Id: <20081205191250.5ECB9B801D@phoenix.codelabs.ru>
Date: Fri,  5 Dec 2008 22:12:50 +0300 (MSK)
From: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Reply-To: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] databases/mantis: upgrade to 1.1.5
X-Send-Pr-Version: 3.113
X-GNATS-Notify: dan@langille.org dan@langille.org

>Number:         129437
>Category:       ports
>Synopsis:       [patch] databases/mantis: upgrade to 1.1.5
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 05 19:20:00 UTC 2008
>Closed-Date:    Sat Dec 06 22:41:48 UTC 2008
>Last-Modified:  Sat Dec  6 22:50:00 UTC 2008
>Originator:     Eygene Ryabinkin
>Release:        FreeBSD 7.1-PRERELEASE amd64
>Organization:
Code Labs
>Environment:

System: FreeBSD 7.1-PRERELEASE amd64

>Description:

Mantis 1.1.5 is out and it is said to be the important maintenance
release:
-----
MantisBT version 1.1.5 is a maintenance update for the stable 1.1.x
branch. All installations that are currently running any 1.1.x release
are advised to upgrade to this release. This release solves more issues
relating to the security fixes introduced by 1.1.3, as well as various
other minor bugs.
-----

>How-To-Repeat:

http://www.mantisbt.org/blog/?p=22

>Fix:

The following patch updates the port:
--- upgrade-to-1.1.5.diff begins here ---
From 5ff4f5ddfabf22aa787a2e9d2778f97b61468207 Mon Sep 17 00:00:00 2001
From: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Date: Fri, 5 Dec 2008 21:47:32 +0300

From the release notes:
-----
MantisBT version 1.1.5 is a maintenance update for the stable 1.1.x
branch. All installations that are currently running any 1.1.x release
are advised to upgrade to this release. This release solves more issues
relating to the security fixes introduced by 1.1.3, as well as various
other minor bugs.
-----
http://www.mantisbt.org/blog/?p=22

Signed-off-by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
---
 databases/mantis/Makefile  |    3 ++-
 databases/mantis/distinfo  |    6 +++---
 databases/mantis/pkg-descr |    2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/databases/mantis/Makefile b/databases/mantis/Makefile
index 782fa29..08a2b8c 100644
--- a/databases/mantis/Makefile
+++ b/databases/mantis/Makefile
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	mantis
-PORTVERSION=	1.1.4
+PORTVERSION=	1.1.5
 CATEGORIES=	databases www
 MASTER_SITES=	SF/mantisbt
+DISTNAME=	mantisbt-${PORTVERSION}
 
 MAINTAINER=	dan@langille.org
 COMMENT=	A bug tracking system written in PHP
diff --git a/databases/mantis/distinfo b/databases/mantis/distinfo
index 1dfe807..b458b8d 100644
--- a/databases/mantis/distinfo
+++ b/databases/mantis/distinfo
@@ -1,3 +1,3 @@
-MD5 (mantis-1.1.4.tar.gz) = 7fd9f39d5407172d127fdca833a0fea1
-SHA256 (mantis-1.1.4.tar.gz) = 1a691e720b1992723c4234c0c2a96babff2fa2d09ccd0524a87d3ee554250264
-SIZE (mantis-1.1.4.tar.gz) = 2584719
+MD5 (mantisbt-1.1.5.tar.gz) = f1a03902fc598abd93edad3a0b39c7f9
+SHA256 (mantisbt-1.1.5.tar.gz) = 8ca4489bd1d70dddd9c30dfea0c598790f5fe97fdf1087420cf4048448c7bc1a
+SIZE (mantisbt-1.1.5.tar.gz) = 2411502
diff --git a/databases/mantis/pkg-descr b/databases/mantis/pkg-descr
index 9c6e788..c72f805 100644
--- a/databases/mantis/pkg-descr
+++ b/databases/mantis/pkg-descr
@@ -10,4 +10,4 @@ terms of the GNU General Public License (GPL).
 Mantis is free to use and modify. It is free to redistribute as
 long as you abide by the distribution terms of the GPL.
 
-WWW: http://www.mantisbugtracker.com/
+WWW: http://www.mantisbt.org/
-- 
1.6.0.4
--- upgrade-to-1.1.5.diff ends here ---

I had also changed the name of WWW site, because http://www.mantisbt.org/
is now the main place for the project.
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Dec 5 19:20:10 UTC 2008 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129437 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Dec 5 19:20:15 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129437 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: dan@langille.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/129437: [patch] databases/mantis: upgrade to 1.1.5
Date: Fri, 5 Dec 2008 19:20:12 UT

 Maintainer of databases/mantis,
 
 Please note that PR ports/129437 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/129437
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Dan Langille <dan@langille.org>
To: bug-followup@FreeBSD.org,
 rea-fbsd@codelabs.ru
Cc:  
Subject: Re: ports/129437: [patch] databases/mantis: upgrade to 1.1.5
Date: Fri, 5 Dec 2008 22:29:42 -0500

 approved.
 -- 
 Dan Langille
 http://langille.org/
 
 
 
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Dec 6 22:41:47 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129437 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/129437: commit references a PR
Date: Sat,  6 Dec 2008 22:39:58 +0000 (UTC)

 miwi        2008-12-06 22:39:49 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/mantis     Makefile distinfo pkg-descr 
   Log:
   - Update to 1.1.5
   
   PR:             129437
   Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru>
   Approved by:    maintainer
   Security:       http://www.vuxml.org/freebsd/29255141-c3df-11dd-a721-0030843d3802.html
                   http://www.vuxml.org/freebsd/00d6040a-b8e0-11dd-a578-0030843d3802.html
   
   Revision  Changes    Path
   1.21      +2 -1      ports/databases/mantis/Makefile
   1.16      +3 -3      ports/databases/mantis/distinfo
   1.6       +1 -1      ports/databases/mantis/pkg-descr
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
