Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Mar 2021 07:29:27 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r568776 - in head/www/webtrees: . files
Message-ID:  <202103190729.12J7TRWn090618@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Fri Mar 19 07:29:27 2021
New Revision: 568776
URL: https://svnweb.freebsd.org/changeset/ports/568776

Log:
  - Update to the latest version 1.7.18
  - Include target PHP version in the COMMENT
  - Prepare pkg-message.in for upcoming suffixed port(s)

Modified:
  head/www/webtrees/Makefile
  head/www/webtrees/distinfo
  head/www/webtrees/files/pkg-message.in
  head/www/webtrees/pkg-plist

Modified: head/www/webtrees/Makefile
==============================================================================
--- head/www/webtrees/Makefile	Fri Mar 19 07:00:30 2021	(r568775)
+++ head/www/webtrees/Makefile	Fri Mar 19 07:29:27 2021	(r568776)
@@ -2,12 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	webtrees
-PORTVERSION=	1.7.13
+PORTVERSION=	1.7.18
 CATEGORIES=	www
 MASTER_SITES=	http://github.com/fisharebest/${PORTNAME}/releases/download/${PORTVERSION}/
 
 MAINTAINER=	fbsd@opal.com
-COMMENT=	Online genealogy viewer
+COMMENT=	Online genealogy viewer (for PHP 5.3-7.3)
 
 EXTRACT_AFTER_ARGS=	-d ${WRKSRC}
 
@@ -21,14 +21,21 @@ NO_BUILD=	yes
 NO_ARCH=	yes
 
 SUB_FILES=	pkg-message pkg-deinstall
+SUB_LIST=	VERSION_SUFFIX=${PKGNAMESUFFIX}
 
+post-patch: .SILENT
+	${RM} -r ${WRKSRC}/webtrees/vendor/michelf/php-markdown/test
+	${RM} ${WRKSRC}/webtrees/vendor/michelf/php-markdown/.editorconfig
+	${RM} ${WRKSRC}/webtrees/vendor/michelf/php-markdown/.scrutinizer.yml
+	${RM} ${WRKSRC}/webtrees/vendor/michelf/php-markdown/phpunit.xml.dist
+
 do-install:
 	-${MKDIR} ${STAGEDIR}${WWWDIR}
 	@cd ${WRKSRC}/${PORTNAME} && ${COPYTREE_BIN} . ${STAGEDIR}${WWWDIR}
 	@(cd ${WRKSRC}/${PORTNAME}; ${FIND} . -not -type d) | ${SORT} | \
 		${SED} -ne 's,^${PORTNAME}/,${WWWDIR_REL}/,p' >> ${TMPPLIST}
 	@${ECHO_CMD} \
-		'@postexec chown -R ${WWWOWN}:${WWWGRP} %D/${WWWDIR_REL}/data' \
+		'@postexec ${CHOWN} -R ${WWWOWN}:${WWWGRP} %D/${WWWDIR_REL}/data' \
 		>> ${TMPPLIST}
 
 .include <bsd.port.mk>

Modified: head/www/webtrees/distinfo
==============================================================================
--- head/www/webtrees/distinfo	Fri Mar 19 07:00:30 2021	(r568775)
+++ head/www/webtrees/distinfo	Fri Mar 19 07:29:27 2021	(r568776)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1553111201
-SHA256 (webtrees-1.7.13.zip) = 553331245d696ab1c082ecdb7037f8d67a2c5e735fe2db06bd1f909c4dd3ab27
-SIZE (webtrees-1.7.13.zip) = 32909098
+TIMESTAMP = 1615385950
+SHA256 (webtrees-1.7.18.zip) = ca66952a8e6eb3155e2136efe73b502a0c99bd324b12f5b36a4d81474d8cc298
+SIZE (webtrees-1.7.18.zip) = 33452680

Modified: head/www/webtrees/files/pkg-message.in
==============================================================================
--- head/www/webtrees/files/pkg-message.in	Fri Mar 19 07:00:30 2021	(r568775)
+++ head/www/webtrees/files/pkg-message.in	Fri Mar 19 07:29:27 2021	(r568776)
@@ -7,7 +7,7 @@ webtrees for the first time:
 1. For installation on the apache web server, add the following to your
    apache site configuration, and restart the web server:
 
-	Alias /webtrees %%WWWDIR%%/
+	Alias /webtrees%%VERSION_SUFFIX%% %%WWWDIR%%/
 
 	### Add the AcceptPathInfo directive only for Apache 2.0.30
 	### or later.
@@ -23,12 +23,12 @@ webtrees for the first time:
    and database using commands such as (substitute PASSWD for something
    of your own choosing):
 
-	mysql> create user webtrees@localhost identified by PASSWD;
-	mysql> create database webtrees;
-	mysql> grant all on webtrees.* to webtrees@localhost;
+	mysql> create user webtrees%%VERSION_SUFFIX%%@localhost identified by PASSWD;
+	mysql> create database webtrees%%VERSION_SUFFIX%%;
+	mysql> grant all on webtrees%%VERSION_SUFFIX%%.* to webtrees%%VERSION_SUFFIX%%@localhost;
 
 3. Configure webtrees by browsing to the webtrees URL:
-	http://your.server.com/webtrees/
+	http://your.server.com/webtrees%%VERSION_SUFFIX%%/
    and you should be taken to the setup wizard, which will lead you
    through setting up webtrees: asking for the database server, database
    user and database name, and then assist you in creating a webtrees

Modified: head/www/webtrees/pkg-plist
==============================================================================
--- head/www/webtrees/pkg-plist	Fri Mar 19 07:00:30 2021	(r568775)
+++ head/www/webtrees/pkg-plist	Fri Mar 19 07:29:27 2021	(r568776)
@@ -571,6 +571,7 @@
 %%WWWDIR%%/language/fr.mo
 %%WWWDIR%%/language/gl.mo
 %%WWWDIR%%/language/he.mo
+%%WWWDIR%%/language/hi.mo
 %%WWWDIR%%/language/hr.mo
 %%WWWDIR%%/language/hu.mo
 %%WWWDIR%%/language/id.mo
@@ -579,7 +580,9 @@
 %%WWWDIR%%/language/ja.mo
 %%WWWDIR%%/language/jv.mo
 %%WWWDIR%%/language/ka.mo
+%%WWWDIR%%/language/kk.mo
 %%WWWDIR%%/language/ko.mo
+%%WWWDIR%%/language/ku.mo
 %%WWWDIR%%/language/ln.mo
 %%WWWDIR%%/language/lt.mo
 %%WWWDIR%%/language/lv.mo
@@ -606,9 +609,11 @@
 %%WWWDIR%%/language/sw.mo
 %%WWWDIR%%/language/ta.mo
 %%WWWDIR%%/language/th.mo
+%%WWWDIR%%/language/tl.mo
 %%WWWDIR%%/language/tr.mo
 %%WWWDIR%%/language/tt.mo
 %%WWWDIR%%/language/uk.mo
+%%WWWDIR%%/language/ur.mo
 %%WWWDIR%%/language/vi.mo
 %%WWWDIR%%/language/yi.mo
 %%WWWDIR%%/language/zh-Hans.mo
@@ -2237,6 +2242,7 @@
 %%WWWDIR%%/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyFixLt.txt
 %%WWWDIR%%/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyRemoveScript.txt
 %%WWWDIR%%/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.AllowHostnameUnderscore.txt
+%%WWWDIR%%/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.AllowParseManyTags.txt
 %%WWWDIR%%/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.CollectErrors.txt
 %%WWWDIR%%/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.ColorKeywords.txt
 %%WWWDIR%%/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt
@@ -2474,7 +2480,7 @@
 %%WWWDIR%%/vendor/ezyang/htmlpurifier/maintenance/compile-doxygen.sh
 %%WWWDIR%%/vendor/ezyang/htmlpurifier/maintenance/config-scanner.php
 %%WWWDIR%%/vendor/ezyang/htmlpurifier/maintenance/flush-definition-cache.php
-%%WWWDIR%%/vendor/ezyang/htmlpurifier/maintenance/flush.php
+%%WWWDIR%%/vendor/ezyang/htmlpurifier/maintenance/flush.sh
 %%WWWDIR%%/vendor/ezyang/htmlpurifier/maintenance/generate-entity-file.php
 %%WWWDIR%%/vendor/ezyang/htmlpurifier/maintenance/generate-includes.php
 %%WWWDIR%%/vendor/ezyang/htmlpurifier/maintenance/generate-ph5p-patch.php
@@ -2487,7 +2493,6 @@
 %%WWWDIR%%/vendor/ezyang/htmlpurifier/maintenance/regenerate-docs.sh
 %%WWWDIR%%/vendor/ezyang/htmlpurifier/maintenance/remove-trailing-whitespace.php
 %%WWWDIR%%/vendor/ezyang/htmlpurifier/maintenance/rename-config.php
-%%WWWDIR%%/vendor/ezyang/htmlpurifier/maintenance/update-config.php
 %%WWWDIR%%/vendor/ezyang/htmlpurifier/package.php
 %%WWWDIR%%/vendor/ezyang/htmlpurifier/phpdoc.ini
 %%WWWDIR%%/vendor/ezyang/htmlpurifier/plugins/modx.txt
@@ -2504,10 +2509,9 @@
 %%WWWDIR%%/vendor/ezyang/htmlpurifier/plugins/phorum/settings/migrate-sigs-form.php
 %%WWWDIR%%/vendor/ezyang/htmlpurifier/plugins/phorum/settings/migrate-sigs.php
 %%WWWDIR%%/vendor/ezyang/htmlpurifier/plugins/phorum/settings/save.php
-%%WWWDIR%%/vendor/ezyang/htmlpurifier/release1-update.php
-%%WWWDIR%%/vendor/ezyang/htmlpurifier/release2-tag.php
 %%WWWDIR%%/vendor/ezyang/htmlpurifier/test-settings.sample.php
 %%WWWDIR%%/vendor/ezyang/htmlpurifier/test-settings.travis.php
+%%WWWDIR%%/vendor/ezyang/htmlpurifier/update-for-release
 %%WWWDIR%%/vendor/fisharebest/algorithm/.codeclimate.yml
 %%WWWDIR%%/vendor/fisharebest/algorithm/CHANGELOG.md
 %%WWWDIR%%/vendor/fisharebest/algorithm/LICENSE.md
@@ -5709,6 +5713,11 @@
 %%WWWDIR%%/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php
 %%WWWDIR%%/vendor/symfony/polyfill-php70/bootstrap.php
 %%WWWDIR%%/vendor/symfony/polyfill-php70/composer.json
+%%WWWDIR%%/vendor/symfony/polyfill-php71/LICENSE
+%%WWWDIR%%/vendor/symfony/polyfill-php71/Php71.php
+%%WWWDIR%%/vendor/symfony/polyfill-php71/README.md
+%%WWWDIR%%/vendor/symfony/polyfill-php71/bootstrap.php
+%%WWWDIR%%/vendor/symfony/polyfill-php71/composer.json
 %%WWWDIR%%/vendor/symfony/polyfill-php72/LICENSE
 %%WWWDIR%%/vendor/symfony/polyfill-php72/Php72.php
 %%WWWDIR%%/vendor/symfony/polyfill-php72/README.md
@@ -5718,14 +5727,18 @@
 %%WWWDIR%%/vendor/symfony/polyfill-util/BinaryNoFuncOverload.php
 %%WWWDIR%%/vendor/symfony/polyfill-util/BinaryOnFuncOverload.php
 %%WWWDIR%%/vendor/symfony/polyfill-util/LICENSE
-%%WWWDIR%%/vendor/symfony/polyfill-util/LegacyTestListener.php
 %%WWWDIR%%/vendor/symfony/polyfill-util/README.md
 %%WWWDIR%%/vendor/symfony/polyfill-util/TestListener.php
+%%WWWDIR%%/vendor/symfony/polyfill-util/TestListenerForV5.php
+%%WWWDIR%%/vendor/symfony/polyfill-util/TestListenerForV6.php
+%%WWWDIR%%/vendor/symfony/polyfill-util/TestListenerForV7.php
 %%WWWDIR%%/vendor/symfony/polyfill-util/TestListenerTrait.php
 %%WWWDIR%%/vendor/symfony/polyfill-util/composer.json
+%%WWWDIR%%/vendor/tecnickcom/tcpdf/.github/FUNDING.yml
 %%WWWDIR%%/vendor/tecnickcom/tcpdf/CHANGELOG.TXT
 %%WWWDIR%%/vendor/tecnickcom/tcpdf/LICENSE.TXT
 %%WWWDIR%%/vendor/tecnickcom/tcpdf/README.md
+%%WWWDIR%%/vendor/tecnickcom/tcpdf/VERSION
 %%WWWDIR%%/vendor/tecnickcom/tcpdf/composer.json
 %%WWWDIR%%/vendor/tecnickcom/tcpdf/config/tcpdf_config.php
 %%WWWDIR%%/vendor/tecnickcom/tcpdf/examples/barcodes/example_1d_html.php
@@ -5887,7 +5900,6 @@
 %%WWWDIR%%/vendor/tecnickcom/tcpdf/examples/tcpdf_include.php
 %%WWWDIR%%/vendor/tecnickcom/tcpdf/fonts/ae_fonts_2.0/COPYING
 %%WWWDIR%%/vendor/tecnickcom/tcpdf/fonts/ae_fonts_2.0/ChangeLog
-%%WWWDIR%%/vendor/tecnickcom/tcpdf/fonts/ae_fonts_2.0/ChangeLog.9745.BAK
 %%WWWDIR%%/vendor/tecnickcom/tcpdf/fonts/ae_fonts_2.0/README
 %%WWWDIR%%/vendor/tecnickcom/tcpdf/fonts/aealarabiya.ctg.z
 %%WWWDIR%%/vendor/tecnickcom/tcpdf/fonts/aealarabiya.php
@@ -5992,7 +6004,6 @@
 %%WWWDIR%%/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/COPYING
 %%WWWDIR%%/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/CREDITS
 %%WWWDIR%%/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/ChangeLog
-%%WWWDIR%%/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/ChangeLog.10070.BAK
 %%WWWDIR%%/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/INSTALL
 %%WWWDIR%%/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/README
 %%WWWDIR%%/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/TROUBLESHOOTING



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103190729.12J7TRWn090618>