mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 1.7.9
Changes: https://wiki.webtrees.net/en/Release_History PR: 222794 Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer)
This commit is contained in:
parent
65aa5ee390
commit
bdaef28c07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451375
3 changed files with 5434 additions and 3753 deletions
|
@ -2,21 +2,20 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= webtrees
|
||||
PORTVERSION= 1.6.2
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.7.9
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://launchpad.net/${PORTNAME}/${PORTVERSION:C/\.[0-9]*$//}/${PORTVERSION}/+download/
|
||||
MASTER_SITES= http://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/
|
||||
|
||||
MAINTAINER= fbsd@opal.com
|
||||
COMMENT= Online genealogy viewer
|
||||
|
||||
EXTRACT_AFTER_ARGS= -d ${WRKSRC}
|
||||
|
||||
USES= cpe php shebangfix zip:infozip
|
||||
SHEBANG_FILES= webtrees/library/bombayworks/zendframework1/puppet/scripts/php-build.sh \
|
||||
webtrees/library/ezyang/htmlpurifier/maintenance/*.php \
|
||||
webtrees/library/ezyang/htmlpurifier/maintenance/*.sh \
|
||||
webtrees/library/tecnick.com/tcpdf/tools/tcpdf_addfont.php
|
||||
USES= cpe php shebangfix zip
|
||||
SHEBANG_FILES= webtrees/vendor/ezyang/htmlpurifier/maintenance/*.php \
|
||||
webtrees/vendor/ezyang/htmlpurifier/maintenance/*.sh \
|
||||
webtrees/vendor/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php \
|
||||
webtrees/vendor/tecnickcom/tcpdf/tools/tcpdf_addfont.php
|
||||
USE_PHP= calendar dom filter gd pcre pdo_mysql session simplexml xml
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
@ -29,7 +28,7 @@ do-install:
|
|||
@(cd ${WRKSRC}/${PORTNAME}; ${FIND} . -not -type d) | ${SORT} | \
|
||||
${SED} -ne 's,^${PORTNAME}/,${WWWDIR_REL}/,p' >> ${TMPPLIST}
|
||||
@${ECHO_CMD} \
|
||||
'@exec chown -R ${WWWOWN}:${WWWGRP} %D/${WWWDIR_REL}/data' \
|
||||
'@postexec chown -R ${WWWOWN}:${WWWGRP} %D/${WWWDIR_REL}/data' \
|
||||
>> ${TMPPLIST}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (webtrees-1.6.2.zip) = 98191cc211985761a99d3935320c9dfc04f9e686dbed4dfbb8252561a8ab30b1
|
||||
SIZE (webtrees-1.6.2.zip) = 32966215
|
||||
TIMESTAMP = 1507287022
|
||||
SHA256 (webtrees-1.7.9.zip) = 9eebfefff250135bf68a07a5e7a2693919cec596d756f60762d38a18ede79c31
|
||||
SIZE (webtrees-1.7.9.zip) = 32308411
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue