- Update to 15.2
- Add php extensions: .gd (needed for manipulation of images and also for CAPTCHAs) .mbstring (needed for an UTF-8 compatible lower case filter) .calendar (needed for calendar feature) .zip (needed for features such as XML Wiki Import/Export and PluginArchiveBuilder) .fileinfo (needed for the 'Validate uploaded file content' preference) .intl (intl extension is preferred for Tiki 15 onwards) .mcrypt (Enable safe, encrypted storage of data) Changelog: https://sourceforge.net/p/tikiwiki/code/HEAD/tree/tags/15.2/changelog.txt#l34 PR: 211566 Submitted by: Danilo G. Baio
This commit is contained in:
parent
fe334852f1
commit
b2a521e511
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419705
2 changed files with 8 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tikiwiki
|
||||
PORTVERSION= 15.0
|
||||
PORTVERSION= 15.2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= SF/${PORTNAME}/Tiki_15.x_Situla/${PORTVERSION}/
|
||||
DISTNAME= tiki-${PORTVERSION}
|
||||
|
@ -15,11 +15,13 @@ LICENSE_FILE= ${WRKSRC}/license.txt
|
|||
|
||||
BROKEN_powerpc64= Does not build
|
||||
|
||||
USE_PHP= dom gettext pcre posix session xml zlib
|
||||
WANT_PHP_WEB= yes
|
||||
USES= php:web
|
||||
USE_PHP= calendar dom fileinfo gd gettext intl mbstring mcrypt pcre \
|
||||
posix session xml zip zlib
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_MTREE= yes
|
||||
NO_ARCH= yes
|
||||
TIKIWIKI_DIR?= www/${PORTNAME}-${PORTVERSION}
|
||||
SUB_FILES= pkg-message
|
||||
SUB_LIST+= TIKIWIKI_DIR=${TIKIWIKI_DIR}
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (tiki-15.0.tar.gz) = 80f6c77c63a0fabd0c9545a3ec6a3028574d055645dabaad7bf066ebcee8ff08
|
||||
SIZE (tiki-15.0.tar.gz) = 42615829
|
||||
TIMESTAMP = 1470253791
|
||||
SHA256 (tiki-15.2.tar.gz) = 5facbf643c6bc0d2df23c3fc11e97318bf7d4b2342a45bf8d0a923f6c6fa8b92
|
||||
SIZE (tiki-15.2.tar.gz) = 39396360
|
||||
|
|
Loading…
Reference in a new issue