mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
1: Update to 1.7.1.
2: set NO_ARCH.
This commit is contained in:
parent
1c57421343
commit
c1c1a9c5c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407938
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user