Date: Tue, 6 Jun 2006 11:30:23 GMT From: Dan Langille <dan@langille.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/98358: [update] databases/mantis: update to 1.0.3 Message-ID: <200606061130.k56BUNOC016747@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/98358; it has been noted by GNATS. 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606061130.k56BUNOC016747>