mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 1.5.1
- Add BCMath as a required PHP extension PR: ports/171596 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
This commit is contained in:
parent
3ac95b8b94
commit
09dc9af220
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304223
3 changed files with 20 additions and 11 deletions
|
@ -6,22 +6,22 @@
|
|||
#
|
||||
|
||||
PORTNAME= yourls
|
||||
DISTVERSION= 1.5
|
||||
DISTVERSION= 1.5.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
|
||||
MAINTAINER= joehorn@gmail.com
|
||||
COMMENT= Your Own URL Shortener
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
EXTRACT_AFTER_ARGS= -d ${WRKSRC}
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USE_ZIP= YES
|
||||
NO_BUILD= YES
|
||||
|
||||
USE_PHP= curl json mysql pcre xml
|
||||
USE_PHP= bcmath curl json mysql pcre xml
|
||||
|
||||
SUB_LIST+= PKGNAME=${PKGNAME}
|
||||
SUB_FILES+= pkg-message
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (yourls-1.5.zip) = e4edeee4e3597209267717e66b8c1287ae012314cb59e3d823d9d45d8495e8d9
|
||||
SIZE (yourls-1.5.zip) = 1108323
|
||||
SHA256 (yourls-1.5.1.zip) = a326e2a4d272c53646adb46395c9d2fcfe41d445e42a619221f21f7546a74884
|
||||
SIZE (yourls-1.5.1.zip) = 1333523
|
||||
|
|
|
@ -34,14 +34,13 @@
|
|||
%%WWWDIR%%/images/yourls-logo.png
|
||||
%%WWWDIR%%/includes/auth.php
|
||||
%%WWWDIR%%/includes/class-mysql.php
|
||||
%%WWWDIR%%/includes/config-sample.php
|
||||
%%WWWDIR%%/includes/functions-auth.php
|
||||
%%WWWDIR%%/includes/functions-compat.php
|
||||
%%WWWDIR%%/includes/functions-formatting.php
|
||||
%%WWWDIR%%/includes/functions-html.php
|
||||
%%WWWDIR%%/includes/functions-http.php
|
||||
%%WWWDIR%%/includes/functions-infos.php
|
||||
%%WWWDIR%%/includes/functions-install.php
|
||||
%%WWWDIR%%/includes/functions-json.php
|
||||
%%WWWDIR%%/includes/functions-plugins.php
|
||||
%%WWWDIR%%/includes/functions-upgrade.php
|
||||
%%WWWDIR%%/includes/functions-xml.php
|
||||
|
@ -314,30 +313,40 @@
|
|||
%%WWWDIR%%/includes/geo/readme.txt
|
||||
%%WWWDIR%%/includes/load-yourls.php
|
||||
%%WWWDIR%%/includes/version.php
|
||||
%%WWWDIR%%/js/ZeroClipboard.js
|
||||
%%WWWDIR%%/js/ZeroClipboard.swf
|
||||
%%WWWDIR%%/js/common.js
|
||||
%%WWWDIR%%/js/infos.js
|
||||
%%WWWDIR%%/js/insert.js
|
||||
%%WWWDIR%%/js/jquery-1.3.2.min.js
|
||||
%%WWWDIR%%/js/jquery-1.4.3.min.js
|
||||
%%WWWDIR%%/js/jquery-1.6.1.min.js
|
||||
%%WWWDIR%%/js/jquery.cal.js
|
||||
%%WWWDIR%%/js/jquery.notifybar.js
|
||||
%%WWWDIR%%/js/jquery.tablesorter.min.js
|
||||
%%WWWDIR%%/js/jquery.zclip.min.js
|
||||
%%WWWDIR%%/js/share.js
|
||||
%%WWWDIR%%/pages/about.php
|
||||
%%WWWDIR%%/license.txt
|
||||
%%WWWDIR%%/pages/examplepage.php
|
||||
%%WWWDIR%%/pages/index.html
|
||||
%%WWWDIR%%/readme.html
|
||||
%%WWWDIR%%/robots.txt
|
||||
%%WWWDIR%%/sample-public-api.php.txt
|
||||
%%WWWDIR%%/sample-public-front-page.php.txt
|
||||
%%WWWDIR%%/sample-remote-api-call.php.txt
|
||||
%%WWWDIR%%/sample-robots.txt
|
||||
%%WWWDIR%%/user/config-sample.php
|
||||
%%WWWDIR%%/user/index.html
|
||||
%%WWWDIR%%/user/plugins/hyphens-in-urls/README.txt
|
||||
%%WWWDIR%%/user/plugins/hyphens-in-urls/plugin.php
|
||||
%%WWWDIR%%/user/plugins/index.html
|
||||
%%WWWDIR%%/user/plugins/random-bg/README.txt
|
||||
%%WWWDIR%%/user/plugins/random-bg/img/bg_ants.png
|
||||
%%WWWDIR%%/user/plugins/random-bg/img/bg_boobs.png
|
||||
%%WWWDIR%%/user/plugins/random-bg/img/bg_circles.png
|
||||
%%WWWDIR%%/user/plugins/random-bg/img/bg_cross.png
|
||||
%%WWWDIR%%/user/plugins/random-bg/img/bg_diag.png
|
||||
%%WWWDIR%%/user/plugins/random-bg/img/bg_fuzzy.png
|
||||
%%WWWDIR%%/user/plugins/random-bg/img/bg_fuzzy_bits.png
|
||||
%%WWWDIR%%/user/plugins/random-bg/img/bg_life.png
|
||||
%%WWWDIR%%/user/plugins/random-bg/img/bg_yourls.png
|
||||
%%WWWDIR%%/user/plugins/random-bg/plugin.php
|
||||
%%WWWDIR%%/user/plugins/sample-page/README.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue