mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
Update to 1.2.18
- while here, remove directories no longer used - use standard method for copying tress - use pkg-plist to chown, not Makefile PR: 195733 Submitted by: Andrew Berg Approved by: mat (mentor)
This commit is contained in:
parent
d18540c9f3
commit
7932d65bd5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376277
@ -2,8 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mantis
|
||||
PORTVERSION= 1.2.17
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.2.18
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= databases www
|
||||
MASTER_SITES= SF/${PORTNAME}bt/${PORTNAME}-stable/${PORTVERSION}
|
||||
DISTNAME= mantisbt-${PORTVERSION}
|
||||
@ -17,12 +17,11 @@ USES= pgsql
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
|
||||
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${WWWDIR}/
|
||||
${CP} -R ${WRKSRC}/* ${STAGEDIR}${WWWDIR}/
|
||||
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}/
|
||||
${MKDIR} ${STAGEDIR}${WWWDIR}/docbook/developers/en/build
|
||||
${MKDIR} ${STAGEDIR}${WWWDIR}/docbook/administration_guide/en/build
|
||||
${MKDIR} ${STAGEDIR}${WWWDIR}/docbook/adminguide/en/build
|
||||
${MKDIR} ${STAGEDIR}${WWWDIR}
|
||||
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (mantisbt-1.2.17.tar.gz) = 4305295a1d3910516b6fa238e03e710c0bb5b30a01b3a908865799096207b243
|
||||
SIZE (mantisbt-1.2.17.tar.gz) = 3958728
|
||||
SHA256 (mantisbt-1.2.18.tar.gz) = 80d2787cbedcb3ca1c724a6c5b33d4d66046ce8f991da82e91a09c4b00ddb93d
|
||||
SIZE (mantisbt-1.2.18.tar.gz) = 3961811
|
||||
|
@ -1,3 +1,5 @@
|
||||
@owner %%WWWOWN%%
|
||||
@group %%WWWGRP%%
|
||||
%%WWWDIR%%/account_delete.php
|
||||
%%WWWDIR%%/account_manage_columns_page.php
|
||||
%%WWWDIR%%/account_page.php
|
||||
@ -1026,6 +1028,8 @@
|
||||
%%WWWDIR%%/plugins/XmlImportExport/lang/strings_ukrainian.txt
|
||||
%%WWWDIR%%/plugins/XmlImportExport/lang/strings_vietnamese.txt
|
||||
%%WWWDIR%%/plugins/XmlImportExport/mantis.dtd
|
||||
%%WWWDIR%%/plugins/XmlImportExport/pages/config.php
|
||||
%%WWWDIR%%/plugins/XmlImportExport/pages/config_page.php
|
||||
%%WWWDIR%%/plugins/XmlImportExport/pages/export.php
|
||||
%%WWWDIR%%/plugins/XmlImportExport/pages/import.php
|
||||
%%WWWDIR%%/plugins/XmlImportExport/pages/import_action.php
|
||||
|
Loading…
Reference in New Issue
Block a user