Bug 211566 - www/tikiwiki: Update to 15.2
Summary: www/tikiwiki: Update to 15.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-04 02:37 UTC by Danilo G. Baio
Modified: 2016-08-05 20:08 UTC (History)
1 user (show)

See Also:


Attachments
tikiwiki-15.2.patch (1.03 KB, patch)
2016-08-04 02:37 UTC, Danilo G. Baio
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Danilo G. Baio freebsd_committer freebsd_triage 2016-08-04 02:37:44 UTC
Created attachment 173263 [details]
tikiwiki-15.2.patch

- 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

portlint: OK (looks fine.)
testport: 
	poudriere: i386,  10.3 (OK)
	poudriere: amd64, 10.3 (OK)
	poudriere: i386,  9.3  (OK)
	poudriere: amd64, 9.3  (OK)
	poudriere: i386,  11   (OK)
	poudriere: amd64, 11   (OK)
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-08-05 20:08:07 UTC
A commit references this bug:

Author: pawel
Date: Fri Aug  5 20:07:07 UTC 2016
New revision: 419705
URL: https://svnweb.freebsd.org/changeset/ports/419705

Log:
  - 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

Changes:
  head/www/tikiwiki/Makefile
  head/www/tikiwiki/distinfo