From owner-svn-ports-head@FreeBSD.ORG Tue Sep 2 16:50:21 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1353BAAD; Tue, 2 Sep 2014 16:50:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 D993C1381; Tue, 2 Sep 2014 16:50:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s82GoK7O035546; Tue, 2 Sep 2014 16:50:20 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s82GoKVb035544; Tue, 2 Sep 2014 16:50:20 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201409021650.s82GoKVb035544@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 2 Sep 2014 16:50:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367049 - 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2014 16:50:21 -0000 Author: adamw Date: Tue Sep 2 16:50:20 2014 New Revision: 367049 URL: http://svnweb.freebsd.org/changeset/ports/367049 QAT: https://qat.redports.org/buildarchive/r367049/ Log: Update to 13.0. Modified: head/www/tikiwiki/Makefile head/www/tikiwiki/distinfo Modified: head/www/tikiwiki/Makefile ============================================================================== --- head/www/tikiwiki/Makefile Tue Sep 2 16:49:03 2014 (r367048) +++ head/www/tikiwiki/Makefile Tue Sep 2 16:50:20 2014 (r367049) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= tikiwiki -PORTVERSION= 11.0 -PORTREVISION= 1 +PORTVERSION= 13.0 CATEGORIES= www -MASTER_SITES= SF/${PORTNAME}/Tiki_11.x_Vega/${PORTVERSION}/ +MASTER_SITES= SF/${PORTNAME}/Tiki_13.x_Fomalhaut/${PORTVERSION}/ DISTNAME= tiki-${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -26,9 +25,9 @@ post-extract: @${FIND} ${WRKSRC} -name '.DS_Store' -delete do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/${TIKIWIKI_DIR} - cd ${WRKSRC} && \ - ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/${TIKIWIKI_DIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/${TIKIWIKI_DIR} + (cd ${WRKSRC} && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${TIKIWIKI_DIR}) # pkg-plist would be over 15,000 lines, consuming 1.1Mb # The benefits of a fixed pkg-plist aren't worth it, autogen! @@ -36,11 +35,11 @@ do-install: post-install: @echo "@owner ${WWWOWN}" >> ${TMPPLIST} @echo "@group ${WWWGRP}" >> ${TMPPLIST} - @cd ${STAGEDIR}${PREFIX}; ${FIND} * \( -type f -or -type l \) | \ - ${SORT} >> ${TMPPLIST} + @(cd ${STAGEDIR}${PREFIX}; ${FIND} * \( -type f -or -type l \) | \ + ${SORT} >> ${TMPPLIST}) @echo "@owner" >> ${TMPPLIST} @echo "@group" >> ${TMPPLIST} - @cd ${STAGEDIR}${PREFIX}; ${FIND} * -type d | ${AWK} '/\//' | \ - ${SORT} -r | ${SED} -e 's/^/@dirrm /g' >> ${TMPPLIST} + @(cd ${STAGEDIR}${PREFIX}; ${FIND} * -type d | ${AWK} '/\//' | \ + ${SORT} -r | ${SED} -e 's/^/@dirrm /g' >> ${TMPPLIST}) .include Modified: head/www/tikiwiki/distinfo ============================================================================== --- head/www/tikiwiki/distinfo Tue Sep 2 16:49:03 2014 (r367048) +++ head/www/tikiwiki/distinfo Tue Sep 2 16:50:20 2014 (r367049) @@ -1,2 +1,2 @@ -SHA256 (tiki-11.0.tar.gz) = 261047fc38c1d3624bc874b2f787c67e357d7116511e4d5e223afc8067cae4d0 -SIZE (tiki-11.0.tar.gz) = 40884571 +SHA256 (tiki-13.0.tar.gz) = 39d2fe4acc0f200a6202787e843fe9fe905b50e9a4e1d61c63b6c400a74f8200 +SIZE (tiki-13.0.tar.gz) = 54226385