From root@mwilke.ath.cx  Fri Jun  2 09:30:35 2006
Return-Path: <root@mwilke.ath.cx>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7D3FE16A421
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  2 Jun 2006 09:30:35 +0000 (UTC)
	(envelope-from root@mwilke.ath.cx)
Received: from mwilke.ath.cx (p548D41AB.dip0.t-ipconnect.de [84.141.65.171])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B51BB43D49
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  2 Jun 2006 09:30:34 +0000 (GMT)
	(envelope-from root@mwilke.ath.cx)
Received: from mwilke.ath.cx (localhost [127.0.0.1])
	by mwilke.ath.cx (8.13.4/8.13.4) with ESMTP id k529UREA026180;
	Fri, 2 Jun 2006 11:30:32 +0200 (CEST)
	(envelope-from root@mwilke.ath.cx)
Received: (from root@localhost)
	by mwilke.ath.cx (8.13.4/8.13.4/Submit) id k529UQ3V026179;
	Fri, 2 Jun 2006 11:30:26 +0200 (CEST)
	(envelope-from root)
Message-Id: <200606020930.k529UQ3V026179@mwilke.ath.cx>
Date: Fri, 2 Jun 2006 11:30:26 +0200 (CEST)
From: Martin Wilke <freebsd@unixfreunde.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: dan@langille.org
Subject: [update] databases/mantis: update to 1.0.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify: dan@langille.org

>Number:         98358
>Category:       ports
>Synopsis:       [update] databases/mantis: update to 1.0.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 02 09:40:16 GMT 2006
>Closed-Date:    Sat Jun 10 11:30:12 GMT 2006
>Last-Modified:  Sat Jun 10 11:30:12 GMT 2006
>Originator:     Martin Wilke
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD mwilke.ath.cx 7.0-CURRENT FreeBSD 7.0-CURRENT #146: Wed May 31 19:15:22 CEST 2006
>Description:
- Update to 1.0.3

Port maintainer (dan@langille.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- mantis-1.0.3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/mantis/Makefile /usr/home/splash/dev/ports/databases/mantis/Makefile
--- /usr/ports/databases/mantis/Makefile	Wed Apr  5 19:34:17 2006
+++ /usr/home/splash/dev/ports/databases/mantis/Makefile	Fri Jun  2 11:23:06 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mantis
-PORTVERSION=	1.0.1
+PORTVERSION=	1.0.3
 CATEGORIES=	databases www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	mantisbt
diff -ruN --exclude=CVS /usr/ports/databases/mantis/distinfo /usr/home/splash/dev/ports/databases/mantis/distinfo
--- /usr/ports/databases/mantis/distinfo	Sat Apr  1 21:40:36 2006
+++ /usr/home/splash/dev/ports/databases/mantis/distinfo	Fri Jun  2 11:23:17 2006
@@ -1,3 +1,3 @@
-MD5 (mantis-1.0.1.tar.gz) = ac9b8c7e1595bb281a2d5268eaf7fcea
-SHA256 (mantis-1.0.1.tar.gz) = 15a9dc2e327a0b77d8ee54bc763c0fbfc9eabbb74d321a81fd30ed4cdbaf7512
-SIZE (mantis-1.0.1.tar.gz) = 1486375
+MD5 (mantis-1.0.3.tar.gz) = 6c70d00da4cad5da2e0df387f474d3e4
+SHA256 (mantis-1.0.3.tar.gz) = fa96e3ea7e0a8435ecfbe135a6d2f64272a69477166d1ebb0c2855c6e538545e
+SIZE (mantis-1.0.3.tar.gz) = 1426811
diff -ruN --exclude=CVS /usr/ports/databases/mantis/pkg-plist /usr/home/splash/dev/ports/databases/mantis/pkg-plist
--- /usr/ports/databases/mantis/pkg-plist	Sat Apr  1 21:40:36 2006
+++ /usr/home/splash/dev/ports/databases/mantis/pkg-plist	Fri Jun  2 11:27:33 2006
@@ -1,5 +1,3 @@
-share/nls/POSIX
-share/nls/en_US.US-ASCII
 www/mantis/account_delete.php
 www/mantis/account_page.php
 www/mantis/account_prefs_inc.php
@@ -87,6 +85,7 @@
 www/mantis/config_defaults_inc.php
 www/mantis/config_inc.php.sample
 www/mantis/core.php
+www/mantis/core/.cvsignore
 www/mantis/core/access_api.php
 www/mantis/core/adodb/adodb-csvlib.inc.php
 www/mantis/core/adodb/adodb-datadict.inc.php
--- mantis-1.0.3.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Jun 2 09:48:12 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

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

From: "Dan Langille" <dan@langille.org>
To: bug-followup@FreeBSD.org
Cc: Martin Wilke <freebsd@unixfreunde.de>
Subject: Re: ports/98358: [update] databases/mantis: update to 1.0.3
Date: Fri, 02 Jun 2006 09:26:32 -0400

 I approve.
 
 Martin: thank you for the patch.  Much appreciated.  :)
 
 
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Fri Jun 2 15:48:26 UTC 2006 
State-Changed-Why:  
Maintainer approved. 

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

From: "Dan Langille" <dan@langille.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/98358: [update] databases/mantis: update to 1.0.3
Date: Sat, 03 Jun 2006 15:40:33 -0400

 Please do not commit yet.  I'll remove that 
 www/mantis/core/.cvsignore from the install, and from the patch.  It 
 should not be installed at all.  I have notified the vendor.
State-Changed-From-To: open->suspended 
State-Changed-By: linimon 
State-Changed-When: Sat Jun 3 19:55:51 UTC 2006 
State-Changed-Why:  
Awaiting a response from vendor, so please don't commit yet. 

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

From: Dan Langille <dan@langille.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/98358: [update] databases/mantis: update to 1.0.3
Date: Sat, 3 Jun 2006 16:09:44 -0400 (EDT)

 This patch expands upon the original:
 
 1 - remove the extraneous .cvsignore file
 2 - move pkg-message to files/pkg-message.in and use SUB_FILES to
     convert %%PREFIX%% to the real value.
 3 - Fix a type in pkg-message while here: not => note
 
 
 diff -ruN /usr/ports/databases/mantis/Makefile mantis/Makefile
 --- /usr/ports/databases/mantis/Makefile	Fri Apr  7 05:04:28 2006
 +++ mantis/Makefile	Sat Jun  3 15:51:27 2006
 @@ -6,7 +6,7 @@
  #
 
  PORTNAME=	mantis
 -PORTVERSION=	1.0.1
 +PORTVERSION=	1.0.3
  CATEGORIES=	databases www
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	mantisbt
 @@ -18,6 +18,11 @@
  USE_MYSQL=	yes
  USE_APACHE=	yes
  USE_PHP=	yes
 +
 +SUB_FILES+= pkg-message
 +
 +post-patch:
 +	@${RM} ${WRKSRC}/core/.cvsignore
 
  do-install:
  	@${ECHO} "Installing in ${PREFIX}/www/mantis"
 diff -ruN /usr/ports/databases/mantis/distinfo mantis/distinfo
 --- /usr/ports/databases/mantis/distinfo	Sat Apr  1 00:01:42 2006
 +++ mantis/distinfo	Sat Jun  3 15:43:19 2006
 @@ -1,3 +1,3 @@
 -MD5 (mantis-1.0.1.tar.gz) = ac9b8c7e1595bb281a2d5268eaf7fcea
 -SHA256 (mantis-1.0.1.tar.gz) = 15a9dc2e327a0b77d8ee54bc763c0fbfc9eabbb74d321a81fd30ed4cdbaf7512
 -SIZE (mantis-1.0.1.tar.gz) = 1486375
 +MD5 (mantis-1.0.3.tar.gz) = 6c70d00da4cad5da2e0df387f474d3e4
 +SHA256 (mantis-1.0.3.tar.gz) = fa96e3ea7e0a8435ecfbe135a6d2f64272a69477166d1ebb0c2855c6e538545e
 +SIZE (mantis-1.0.3.tar.gz) = 1426811
 diff -ruN /usr/ports/databases/mantis/files/pkg-message.in mantis/files/pkg-message.in
 --- /usr/ports/databases/mantis/files/pkg-message.in	Wed Dec 31 19:00:00 1969
 +++ mantis/files/pkg-message.in	Sat Jun  3 15:48:17 2006
 @@ -0,0 +1,10 @@
 +
 +***********************************************************************
 +*                             INSTALL PROCEDURE                       *
 +***********************************************************************
 +
 +Please note that everything has been installed in %%PREFIX%%/www/mantis.
 +
 +
 +Read %%PREFIX%%/www/mantis/doc/INSTALL
 +
 diff -ruN /usr/ports/databases/mantis/pkg-message mantis/pkg-message
 --- /usr/ports/databases/mantis/pkg-message	Sat Apr  1 00:01:42 2006
 +++ mantis/pkg-message	Wed Dec 31 19:00:00 1969
 @@ -1,10 +0,0 @@
 -
 -***********************************************************************
 -*                             INSTALL PROCEDURE                       *
 -***********************************************************************
 -
 -Please not that everything has been installed in %%PREFIX%%/www/mantis.
 -
 -
 -Read %%PREFIX%%/www/mantis/doc/INSTALL
 -
 diff -ruN /usr/ports/databases/mantis/pkg-plist mantis/pkg-plist
 --- /usr/ports/databases/mantis/pkg-plist	Sat Apr  1 00:01:42 2006
 +++ mantis/pkg-plist	Sat Jun  3 15:43:35 2006
 @@ -1,5 +1,3 @@
 -share/nls/POSIX
 -share/nls/en_US.US-ASCII
  www/mantis/account_delete.php
  www/mantis/account_page.php
  www/mantis/account_prefs_inc.php
 

From: Dan Langille <dan@langille.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/98358: [update] databases/mantis: update to 1.0.3
Date: Tue, 6 Jun 2006 07:22:21 -0400 (EDT)

 The vendor has been contacted.  They knew about the problem.  Their PR is:
 http://bugs.bacula.org/bug_view_advanced_page.php?bug_id=0000620
 
 I believe they will not be issuing a fix for this release, so we can deal
 with the issue via the port.  Here is an updated patch which can now be
 committed please.
 
 For the commit log message: Upgrade to 1.0.3
 
 -------start of patch
 diff -ruN /usr/ports/databases/mantis/Makefile mantis/Makefile
 --- /usr/ports/databases/mantis/Makefile	Mon Apr  3 05:04:30 2006
 +++ mantis/Makefile	Mon Jun  5 15:51:20 2006
 @@ -6,7 +6,7 @@
  #
 
  PORTNAME=	mantis
 -PORTVERSION=	1.0.1
 +PORTVERSION=	1.0.3
  CATEGORIES=	databases www
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	mantisbt
 @@ -19,14 +19,16 @@
  USE_APACHE=	yes
  USE_PHP=	yes
 
 +SUB_FILES+= pkg-message
 +
 +post-patch:
 +	@${RM} ${WRKSRC}/.cvsignore
 +	@${RM} ${WRKSRC}/core/.cvsignore
 +
  do-install:
  	@${ECHO} "Installing in ${PREFIX}/www/mantis"
  	${MKDIR} ${PREFIX}/www/mantis
  	${CP} -R ${WRKSRC}/* ${PREFIX}/www/mantis
 -#	${MV} ${PREFIX}/www/mantis/config_inc.php.sample ${PREFIX}/www/mantis/config_inc.php
  	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/www/mantis
 -
 -post-install:
 -	@${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGMESSAGE}
 
  .include <bsd.port.mk>
 diff -ruN /usr/ports/databases/mantis/distinfo mantis/distinfo
 --- /usr/ports/databases/mantis/distinfo	Sat Apr  1 00:01:42 2006
 +++ mantis/distinfo	Mon Jun  5 15:43:51 2006
 @@ -1,3 +1,3 @@
 -MD5 (mantis-1.0.1.tar.gz) = ac9b8c7e1595bb281a2d5268eaf7fcea
 -SHA256 (mantis-1.0.1.tar.gz) = 15a9dc2e327a0b77d8ee54bc763c0fbfc9eabbb74d321a81fd30ed4cdbaf7512
 -SIZE (mantis-1.0.1.tar.gz) = 1486375
 +MD5 (mantis-1.0.3.tar.gz) = 6c70d00da4cad5da2e0df387f474d3e4
 +SHA256 (mantis-1.0.3.tar.gz) = fa96e3ea7e0a8435ecfbe135a6d2f64272a69477166d1ebb0c2855c6e538545e
 +SIZE (mantis-1.0.3.tar.gz) = 1426811
 diff -ruN /usr/ports/databases/mantis/files/pkg-message.in mantis/files/pkg-message.in
 --- /usr/ports/databases/mantis/files/pkg-message.in	Wed Dec 31 19:00:00 1969
 +++ mantis/files/pkg-message.in	Mon Jun  5 15:43:51 2006
 @@ -0,0 +1,10 @@
 +
 +***********************************************************************
 +*                             INSTALL PROCEDURE                       *
 +***********************************************************************
 +
 +Please note that everything has been installed in %%PREFIX%%/www/mantis.
 +
 +
 +Read %%PREFIX%%/www/mantis/doc/INSTALL
 +
 diff -ruN /usr/ports/databases/mantis/pkg-message mantis/pkg-message
 --- /usr/ports/databases/mantis/pkg-message	Sat Apr  1 00:01:42 2006
 +++ mantis/pkg-message	Wed Dec 31 19:00:00 1969
 @@ -1,10 +0,0 @@
 -
 -***********************************************************************
 -*                             INSTALL PROCEDURE                       *
 -***********************************************************************
 -
 -Please not that everything has been installed in %%PREFIX%%/www/mantis.
 -
 -
 -Read %%PREFIX%%/www/mantis/doc/INSTALL
 -
 diff -ruN /usr/ports/databases/mantis/pkg-plist mantis/pkg-plist
 --- /usr/ports/databases/mantis/pkg-plist	Sat Apr  1 00:01:42 2006
 +++ mantis/pkg-plist	Mon Jun  5 15:43:51 2006
 @@ -1,5 +1,3 @@
 -share/nls/POSIX
 -share/nls/en_US.US-ASCII
  www/mantis/account_delete.php
  www/mantis/account_page.php
  www/mantis/account_prefs_inc.php

From: Dan Langille <dan@langille.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/98358: [update] databases/mantis: update to 1.0.3
Date: Tue, 6 Jun 2006 07:24:49 -0400 (EDT)

 Sorry, that PR for the vendor is: http://bugs.mantisbt.org/view.php?id=7081
State-Changed-From-To: suspended->open 
State-Changed-By: itetcu 
State-Changed-When: Tue Jun 6 13:06:04 UTC 2006 
State-Changed-Why:  
It's OK to commit now (requested by maintainer). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98358 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sat Jun 10 11:30:01 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98358 
>Unformatted:
