Date: Fri, 5 Dec 2008 22:12:50 +0300 (MSK) From: Eygene Ryabinkin <rea-fbsd@codelabs.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/129437: [patch] databases/mantis: upgrade to 1.1.5 Message-ID: <20081205191250.5ECB9B801D@phoenix.codelabs.ru> Resent-Message-ID: <200812051920.mB5JK1jP096278@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 129437 >Category: ports >Synopsis: [patch] databases/mantis: upgrade to 1.1.5 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 05 19:20:00 UTC 2008 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081205191250.5ECB9B801D>