www/webtrees21: Update to 2.1.19

Changes:
  https://webtrees.net/blog/2024/03/19/new-webtrees-release-2-1-19.html

PR:		277890
This commit is contained in:
Krzysztof 2024-03-23 18:24:48 +01:00 committed by Mikael Urankar
parent 9cae59c0aa
commit 4b271a6383
3 changed files with 960 additions and 11 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= webtrees
PORTVERSION= 2.1.18
PORTVERSION= 2.1.19
CATEGORIES= www
MASTER_SITES= https://github.com/fisharebest/${PORTNAME}/releases/download/${PORTVERSION}/
PKGNAMESUFFIX= 21
@ -24,6 +24,11 @@ NO_BUILD= yes
SUB_FILES= pkg-message pkg-deinstall
SUB_LIST= VERSION_SUFFIX=${PKGNAMESUFFIX}
DOCSDIR= ${PREFIX}/share/doc/webtrees21
PORTDOCS= CONTRIBUTING.md LICENSE.md README.md SECURITY.md
OPTIONS_DEFINE= DOCS
do-install:
-${MKDIR} ${STAGEDIR}${WWWDIR}
@cd ${WRKSRC}/${PORTNAME} && ${COPYTREE_BIN} . ${STAGEDIR}${WWWDIR} "! -name *\.md"
@ -33,4 +38,8 @@ do-install:
'@postexec ${CHOWN} -R ${WWWOWN}:${WWWGRP} %D/${WWWDIR_REL}/data' \
>> ${TMPPLIST}
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}/${PORTNAME} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1697826812
SHA256 (webtrees-2.1.18.zip) = 33808c8c39df9ff6120ddf55741638bb0287c6617527157abe8786aaa7c30ea2
SIZE (webtrees-2.1.18.zip) = 32875656
TIMESTAMP = 1710884178
SHA256 (webtrees-2.1.19.zip) = 0486febdeb1fd64bf91f8d0268fa0c70e96fcdb44de75325381ba9066f7bf0a2
SIZE (webtrees-2.1.19.zip) = 34141274

File diff suppressed because it is too large Load Diff