Date: Wed, 3 Feb 2016 03:57:00 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407938 - head/www/yourls Message-ID: <201602030357.u133v0Ss087762@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Wed Feb 3 03:57:00 2016 New Revision: 407938 URL: https://svnweb.freebsd.org/changeset/ports/407938 Log: 1: Update to 1.7.1. 2: set NO_ARCH. Modified: head/www/yourls/Makefile head/www/yourls/distinfo head/www/yourls/pkg-plist Modified: head/www/yourls/Makefile ============================================================================== --- head/www/yourls/Makefile Wed Feb 3 03:42:56 2016 (r407937) +++ head/www/yourls/Makefile Wed Feb 3 03:57:00 2016 (r407938) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yourls -PORTVERSION= 1.7 +PORTVERSION= 1.7.1 CATEGORIES= www MAINTAINER= ports@FreeBSD.org @@ -16,6 +16,7 @@ GH_ACCOUNT= ${PORTNAME:tu} GH_PROJECT= ${PORTNAME:tu} NO_BUILD= yes +NO_ARCH= yes USES= cpe USE_PHP= bcmath curl json mysql pcre xml Modified: head/www/yourls/distinfo ============================================================================== --- head/www/yourls/distinfo Wed Feb 3 03:42:56 2016 (r407937) +++ head/www/yourls/distinfo Wed Feb 3 03:57:00 2016 (r407938) @@ -1,2 +1,2 @@ -SHA256 (YOURLS-YOURLS-1.7_GH0.tar.gz) = a750f96523ca84dd5cb1018fa398bf1ef18a9c4e11c46a142eb41a3de820cc68 -SIZE (YOURLS-YOURLS-1.7_GH0.tar.gz) = 1750779 +SHA256 (YOURLS-YOURLS-1.7.1_GH0.tar.gz) = 36c77142ec1d78933dac926aeb2c8fb5414d4ef2f21c9e7cbb9a36702806ebea +SIZE (YOURLS-YOURLS-1.7.1_GH0.tar.gz) = 1765477 Modified: head/www/yourls/pkg-plist ============================================================================== --- head/www/yourls/pkg-plist Wed Feb 3 03:42:56 2016 (r407937) +++ head/www/yourls/pkg-plist Wed Feb 3 03:57:00 2016 (r407938) @@ -10,6 +10,7 @@ %%WWWDIR%%/admin/plugins.php %%WWWDIR%%/admin/tools.php %%WWWDIR%%/admin/upgrade.php +%%WWWDIR%%/composer.json %%WWWDIR%%/css/cal.css %%WWWDIR%%/css/infos.css %%WWWDIR%%/css/palette.png @@ -31,12 +32,13 @@ %%WWWDIR%%/images/facebook.png %%WWWDIR%%/images/favicon.gif %%WWWDIR%%/images/filter.gif -%%WWWDIR%%/images/friendfeed.png %%WWWDIR%%/images/loading.gif %%WWWDIR%%/images/pencil.png %%WWWDIR%%/images/share.png %%WWWDIR%%/images/twitter.png %%WWWDIR%%/images/yourls-logo.png +%%WWWDIR%%/includes/BookmarkletGen/BookmarkletGen.php +%%WWWDIR%%/includes/BookmarkletGen/README.md %%WWWDIR%%/includes/Requests/README.md %%WWWDIR%%/includes/Requests/Requests.php %%WWWDIR%%/includes/Requests/Requests/Auth.php @@ -45,6 +47,9 @@ %%WWWDIR%%/includes/Requests/Requests/Cookie/Jar.php %%WWWDIR%%/includes/Requests/Requests/Exception.php %%WWWDIR%%/includes/Requests/Requests/Exception/HTTP.php +%%WWWDIR%%/includes/Requests/Requests/Exception/HTTP/304.php +%%WWWDIR%%/includes/Requests/Requests/Exception/HTTP/305.php +%%WWWDIR%%/includes/Requests/Requests/Exception/HTTP/306.php %%WWWDIR%%/includes/Requests/Requests/Exception/HTTP/400.php %%WWWDIR%%/includes/Requests/Requests/Exception/HTTP/401.php %%WWWDIR%%/includes/Requests/Requests/Exception/HTTP/402.php @@ -385,6 +390,8 @@ %%WWWDIR%%/includes/geo/flags/flag_zw.gif %%WWWDIR%%/includes/geo/flags/flag_zz.gif %%WWWDIR%%/includes/geo/geoip.inc +%%WWWDIR%%/includes/http_build_url/README.md +%%WWWDIR%%/includes/http_build_url/http_build_url.php %%WWWDIR%%/includes/load-yourls.php %%WWWDIR%%/includes/phpass/PasswordHash.php %%WWWDIR%%/includes/phpass/README.md
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602030357.u133v0Ss087762>