mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.0.3
PR: ports/98358 Submitted by: Dan Langille <dan@langille.org> (maintainer)
This commit is contained in:
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
|
@ -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,18 @@ USE_MYSQL= yes
|
|||
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}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* 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
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue