- Update to 1.4.3.1
Changelog at <http://tt-rss.org/redmine/versions/show/56>; - Removed extraneous gettext dependency; - Added missing json php extension dependency; - Path to curl fixed. PR: ports/150928 Submitted by: decke
This commit is contained in:
parent
e8bbcc59ee
commit
3384177af5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261903
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= tt-rss
|
||||
PORTVERSION= 1.4.2
|
||||
PORTVERSION= 1.4.3.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://tt-rss.org/download/
|
||||
|
||||
@ -15,8 +15,7 @@ COMMENT= Tiny Tiny RSS: web-based news feed (RSS/Atom) aggregator
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
USE_GETTEXT= yes
|
||||
USE_PHP= mbstring pcntl session xmlrpc
|
||||
USE_PHP= json mbstring pcntl session xmlrpc
|
||||
WANT_PHP_WEB= yes
|
||||
WANT_PHP_CLI= yes
|
||||
REINPLACE_ARGS= -i ""
|
||||
@ -62,6 +61,8 @@ pre-configure:
|
||||
${REINPLACE_CMD} -e 's|/usr/bin/php|${LOCALBASE}/bin/php|' \
|
||||
${WRKSRC}/${script}
|
||||
.endfor
|
||||
${REINPLACE_CMD} -e 's|/usr/bin/curl|${LOCALBASE}/bin/curl|' \
|
||||
${WRKSRC}/lib/magpierss/extlib/Snoopy.class.inc
|
||||
|
||||
do-configure:
|
||||
.if !defined(WITH_PGSQL)
|
||||
@ -74,8 +75,7 @@ do-configure:
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${WWWDIR} ${DATADIR}
|
||||
(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${WWWDIR})
|
||||
${RM} ${WWWDIR}/LICENSE
|
||||
(cd ${WRKSRC} && ${COPYTREE_SHARE} "*" ${WWWDIR} "! -name LICENSE")
|
||||
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
|
||||
${CHMOD} ug+x ${SCRIPTS:S|^|${WWWDIR}/|}
|
||||
${INSTALL_DATA} ${WRKDIR}/httpd-tt-rss.conf ${DATADIR}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (tt-rss-1.4.2.tar.gz) = ae6cdeb072f6a2228b31ec269e1bbad9
|
||||
SHA256 (tt-rss-1.4.2.tar.gz) = 085deb46db56963c35aa0fdbe01e5e010d995420ccd8ef2a85bb86cf83c9d1da
|
||||
SIZE (tt-rss-1.4.2.tar.gz) = 1229245
|
||||
MD5 (tt-rss-1.4.3.1.tar.gz) = a6a114dda7ca43f774a3f50d0491c4b4
|
||||
SHA256 (tt-rss-1.4.3.1.tar.gz) = ccba032387c44edccb198b346063665aec9eaa3d152d9f8a435c7bd2083599ca
|
||||
SIZE (tt-rss-1.4.3.1.tar.gz) = 1235590
|
||||
|
@ -20,6 +20,7 @@
|
||||
%%WWWDIR%%/help/3.php
|
||||
%%WWWDIR%%/help/4.php
|
||||
%%WWWDIR%%/icons/.empty
|
||||
%%WWWDIR%%/infobox.css
|
||||
%%WWWDIR%%/image.php
|
||||
%%WWWDIR%%/images/archive.png
|
||||
%%WWWDIR%%/images/art-pub-note.png
|
||||
@ -93,7 +94,6 @@
|
||||
%%WWWDIR%%/lib/gettext/gettext.php
|
||||
%%WWWDIR%%/lib/gettext/streams.php
|
||||
%%WWWDIR%%/lib/htmlpurifier/CREDITS
|
||||
%%WWWDIR%%/lib/htmlpurifier/LICENSE
|
||||
%%WWWDIR%%/lib/htmlpurifier/library/HTMLPurifier.auto.php
|
||||
%%WWWDIR%%/lib/htmlpurifier/library/HTMLPurifier.autoload.php
|
||||
%%WWWDIR%%/lib/htmlpurifier/library/HTMLPurifier.func.php
|
||||
@ -516,6 +516,7 @@
|
||||
%%WWWDIR%%/mobile/index.php
|
||||
%%WWWDIR%%/mobile/login_form.php
|
||||
%%WWWDIR%%/mobile/logout.php
|
||||
%%WWWDIR%%/mobile/mobile.css
|
||||
%%WWWDIR%%/mobile/mobile.js
|
||||
%%WWWDIR%%/mobile/prefs.php
|
||||
%%WWWDIR%%/modules/backend-rpc.php
|
||||
|
Loading…
Reference in New Issue
Block a user