- Update to 1.0.3

PR:		ports/98358
Submitted by:	Dan Langille <dan@langille.org> (maintainer)
This commit is contained in:
Pav Lucistnik 2006-06-10 11:27:48 +00:00
parent 32e5c6031b
commit 33216e375b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165010
4 changed files with 12 additions and 10 deletions

View file

@ -6,7 +6,7 @@
# #
PORTNAME= mantis PORTNAME= mantis
PORTVERSION= 1.0.1 PORTVERSION= 1.0.3
CATEGORIES= databases www CATEGORIES= databases www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mantisbt MASTER_SITE_SUBDIR= mantisbt
@ -19,14 +19,18 @@ USE_MYSQL= yes
USE_APACHE= yes USE_APACHE= yes
USE_PHP= yes USE_PHP= yes
SUB_FILES= pkg-message
post-patch:
@${RM} ${WRKSRC}/.cvsignore
@${RM} ${WRKSRC}/core/.cvsignore
do-install: do-install:
@${ECHO} "Installing in ${PREFIX}/www/mantis" @${ECHO} "Installing in ${PREFIX}/www/mantis"
${MKDIR} ${PREFIX}/www/mantis ${MKDIR} ${PREFIX}/www/mantis
${CP} -R ${WRKSRC}/* ${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 ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/www/mantis
post-install: @${CAT} ${PKGMESSAGE}
@${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGMESSAGE}
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
MD5 (mantis-1.0.1.tar.gz) = ac9b8c7e1595bb281a2d5268eaf7fcea MD5 (mantis-1.0.3.tar.gz) = 6c70d00da4cad5da2e0df387f474d3e4
SHA256 (mantis-1.0.1.tar.gz) = 15a9dc2e327a0b77d8ee54bc763c0fbfc9eabbb74d321a81fd30ed4cdbaf7512 SHA256 (mantis-1.0.3.tar.gz) = fa96e3ea7e0a8435ecfbe135a6d2f64272a69477166d1ebb0c2855c6e538545e
SIZE (mantis-1.0.1.tar.gz) = 1486375 SIZE (mantis-1.0.3.tar.gz) = 1426811

View file

@ -3,7 +3,7 @@
* INSTALL PROCEDURE * * INSTALL PROCEDURE *
*********************************************************************** ***********************************************************************
Please not that everything has been installed in %%PREFIX%%/www/mantis. Please note that everything has been installed in %%PREFIX%%/www/mantis.
Read %%PREFIX%%/www/mantis/doc/INSTALL Read %%PREFIX%%/www/mantis/doc/INSTALL

View file

@ -1,5 +1,3 @@
share/nls/POSIX
share/nls/en_US.US-ASCII
www/mantis/account_delete.php www/mantis/account_delete.php
www/mantis/account_page.php www/mantis/account_page.php
www/mantis/account_prefs_inc.php www/mantis/account_prefs_inc.php