Date: Sat, 3 Jun 2006 20:10:12 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: <200606032010.k53KACTe061682@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: 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606032010.k53KACTe061682>