Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Mar 2004 12:42:46 +0100 (CET)
From:      Sebastien Gioria <gioria@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        linimon@FreeBSD.org
Subject:   ports/64653: update mantis to 0.18.2
Message-ID:  <20040324114246.DE5C3374B9@gioria.dyndns.org>
Resent-Message-ID: <200403241120.i2OBKFp3066372@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         64653
>Category:       ports
>Synopsis:       update mantis to 0.18.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 24 03:20:14 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Sebastien Gioria
>Release:        
>Organization:
FreeBSD.ORG
>Environment:
>Description:
	mantis has been release a new version 0.18.2. Some security fix and bug
fixes are include in the new release.

So this patch upgrade to the new version and use the new USE_PHP=yes variable



>How-To-Repeat:
>Fix:


Apply the diffs


--- Makefile.diff begins here ---
--- Makefile.old	Wed Mar 24 12:14:06 2004
+++ Makefile	Wed Mar 24 12:30:07 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mantis
-PORTVERSION=	0.18.0
+PORTVERSION=	0.18.2
 CATEGORIES=	databases www
 MASTER_SITES=	http://switch.dl.sourceforge.net/sourceforge/mantisbt/ \
 		http://umn.dl.sourceforge.net/sourceforge/mantisbt/ \
@@ -16,11 +16,10 @@
 MAINTAINER=	gioria@FreeBSD.org
 COMMENT=	A bug tracking system written in PHP
 
-RUN_DEPENDS+=	${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/lang/php4
-
 NO_BUILD=	yes
 USE_MYSQL=	yes
 USE_APACHE=	yes
+USE_PHP=	yes
 
 do-install:
 	${ECHO} "Installing in ${PREFIX}/www/data/mantis"
--- Makefile.diff ends here ---

--- distinfo.diff begins here ---
--- distinfo.old	Wed Mar 24 12:14:02 2004
+++ distinfo	Wed Mar 24 12:19:15 2004
@@ -1 +1 @@
-MD5 (mantis-0.18.0.tar.gz) = 0a5dff3c2d49f80619804a9c47aaef7d
+MD5 (mantis-0.18.2.tar.gz) = d4234b0b5e2bb7c4d68cbb67b620d070
--- distinfo.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040324114246.DE5C3374B9>