From owner-svn-ports-all@freebsd.org Fri Aug 5 20:07:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3343BB0F55; Fri, 5 Aug 2016 20:07:08 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 975BD1CA1; Fri, 5 Aug 2016 20:07:08 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u75K77WA024107; Fri, 5 Aug 2016 20:07:07 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u75K77KN024105; Fri, 5 Aug 2016 20:07:07 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201608052007.u75K77KN024105@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 5 Aug 2016 20:07:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419705 - head/www/tikiwiki X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2016 20:07:09 -0000 Author: pawel Date: Fri Aug 5 20:07:07 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 Modified: head/www/tikiwiki/Makefile head/www/tikiwiki/distinfo Modified: head/www/tikiwiki/Makefile ============================================================================== --- head/www/tikiwiki/Makefile Fri Aug 5 18:55:02 2016 (r419704) +++ head/www/tikiwiki/Makefile Fri Aug 5 20:07:07 2016 (r419705) @@ -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} Modified: head/www/tikiwiki/distinfo ============================================================================== --- head/www/tikiwiki/distinfo Fri Aug 5 18:55:02 2016 (r419704) +++ head/www/tikiwiki/distinfo Fri Aug 5 20:07:07 2016 (r419705) @@ -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