Date: Thu, 26 Sep 2019 18:14:14 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512923 - head/www/yourls Message-ID: <201909261814.x8QIEEt3047553@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Sep 26 18:14:14 2019 New Revision: 512923 URL: https://svnweb.freebsd.org/changeset/ports/512923 Log: Update to 1.7.4 Changes: https://github.com/YOURLS/YOURLS/releases Modified: head/www/yourls/Makefile head/www/yourls/distinfo head/www/yourls/pkg-plist Modified: head/www/yourls/Makefile ============================================================================== --- head/www/yourls/Makefile Thu Sep 26 18:14:08 2019 (r512922) +++ head/www/yourls/Makefile Thu Sep 26 18:14:14 2019 (r512923) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yourls -PORTVERSION= 1.7.3 +PORTVERSION= 1.7.4 CATEGORIES= www MAINTAINER= sunpoet@FreeBSD.org Modified: head/www/yourls/distinfo ============================================================================== --- head/www/yourls/distinfo Thu Sep 26 18:14:08 2019 (r512922) +++ head/www/yourls/distinfo Thu Sep 26 18:14:14 2019 (r512923) @@ -1,3 +1,3 @@ -TIMESTAMP = 1546966950 -SHA256 (YOURLS-YOURLS-1.7.3_GH0.tar.gz) = 301ed5b0bfd63cfaeeafe40de056661302e786542002f479886fcf601bfb9dc4 -SIZE (YOURLS-YOURLS-1.7.3_GH0.tar.gz) = 2519561 +TIMESTAMP = 1569511368 +SHA256 (YOURLS-YOURLS-1.7.4_GH0.tar.gz) = ffdf0f94b66cdbeaaa62bed3fde14d4eeb2bb1669c3c342eef369ce6165a0276 +SIZE (YOURLS-YOURLS-1.7.4_GH0.tar.gz) = 2512372 Modified: head/www/yourls/pkg-plist ============================================================================== --- head/www/yourls/pkg-plist Thu Sep 26 18:14:08 2019 (r512922) +++ head/www/yourls/pkg-plist Thu Sep 26 18:14:14 2019 (r512923) @@ -356,12 +356,13 @@ %%WWWDIR%%/includes/vendor/composer/autoload_psr4.php %%WWWDIR%%/includes/vendor/composer/autoload_real.php %%WWWDIR%%/includes/vendor/composer/autoload_static.php +%%WWWDIR%%/includes/vendor/composer/ca-bundle/LICENSE %%WWWDIR%%/includes/vendor/composer/ca-bundle/README.md +%%WWWDIR%%/includes/vendor/composer/ca-bundle/composer.json %%WWWDIR%%/includes/vendor/composer/ca-bundle/res/cacert.pem %%WWWDIR%%/includes/vendor/composer/ca-bundle/src/CaBundle.php %%WWWDIR%%/includes/vendor/composer/installed.json %%WWWDIR%%/includes/vendor/geoip2/geoip2/README.md -%%WWWDIR%%/includes/vendor/geoip2/geoip2/src/Compat/JsonSerializable.php %%WWWDIR%%/includes/vendor/geoip2/geoip2/src/Database/Reader.php %%WWWDIR%%/includes/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php %%WWWDIR%%/includes/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php @@ -420,6 +421,7 @@ %%WWWDIR%%/includes/vendor/pomo/pomo/README.md %%WWWDIR%%/includes/vendor/pomo/pomo/src/MO.php %%WWWDIR%%/includes/vendor/pomo/pomo/src/PO.php +%%WWWDIR%%/includes/vendor/pomo/pomo/src/Parser/PluralForms.php %%WWWDIR%%/includes/vendor/pomo/pomo/src/Streams/CachedFileReader.php %%WWWDIR%%/includes/vendor/pomo/pomo/src/Streams/CachedIntFileReader.php %%WWWDIR%%/includes/vendor/pomo/pomo/src/Streams/FileReader.php @@ -492,11 +494,14 @@ %%WWWDIR%%/includes/vendor/rmccue/requests/library/Requests/Utility/CaseInsensitiveDictionary.php %%WWWDIR%%/includes/vendor/rmccue/requests/library/Requests/Utility/FilteredIterator.php %%WWWDIR%%/includes/vendor/rmccue/requests/library/Requests.php +%%WWWDIR%%/includes/vendor/symfony/polyfill-mbstring/LICENSE %%WWWDIR%%/includes/vendor/symfony/polyfill-mbstring/Mbstring.php %%WWWDIR%%/includes/vendor/symfony/polyfill-mbstring/README.md %%WWWDIR%%/includes/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php +%%WWWDIR%%/includes/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php %%WWWDIR%%/includes/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php %%WWWDIR%%/includes/vendor/symfony/polyfill-mbstring/bootstrap.php +%%WWWDIR%%/includes/vendor/symfony/polyfill-mbstring/composer.json %%WWWDIR%%/includes/version.php %%WWWDIR%%/js/clipboard.min.js %%WWWDIR%%/js/common.js
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909261814.x8QIEEt3047553>