Bug 211566

Summary: www/tikiwiki: Update to 15.2
Product: Ports & Packages Reporter: Danilo G. Baio <dbaio>
Component: Individual Port(s)Assignee: Pawel Pekala <pawel>
Status: Closed FIXED    
Severity: Affects Only Me CC: pawel
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
tikiwiki-15.2.patch none

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