From owner-svn-ports-head@FreeBSD.ORG Wed Dec 17 12:03:00 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D08A16F; Wed, 17 Dec 2014 12:03:00 +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 F3B84F41; Wed, 17 Dec 2014 12:02:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBHC2xGb044852; Wed, 17 Dec 2014 12:02:59 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBHC2xB0044850; Wed, 17 Dec 2014 12:02:59 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201412171202.sBHC2xB0044850@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 17 Dec 2014 12:02:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374841 - head/www/qooxdoo 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: Wed, 17 Dec 2014 12:03:00 -0000 Author: pi Date: Wed Dec 17 12:02:58 2014 New Revision: 374841 URL: https://svnweb.freebsd.org/changeset/ports/374841 QAT: https://qat.redports.org/buildarchive/r374841/ Log: www/qooxdoo: 4.0.1 -> 4.1 Changes: http://qooxdoo.org/project/release_notes/4.1 Modified: head/www/qooxdoo/Makefile head/www/qooxdoo/distinfo Modified: head/www/qooxdoo/Makefile ============================================================================== --- head/www/qooxdoo/Makefile Wed Dec 17 11:36:55 2014 (r374840) +++ head/www/qooxdoo/Makefile Wed Dec 17 12:02:58 2014 (r374841) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qooxdoo -PORTVERSION= 4.0.1 +PORTVERSION= 4.1 CATEGORIES= www devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-current/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-sdk @@ -39,17 +39,19 @@ do-install: # build plist # make the python files executable - @${ECHO_CMD} '@mode ${BINMODE}' >> ${TMPPLIST} - @${FIND} ${STAGEDIR}${DATADIR} -type f -name '*.py' | ${SORT} | \ + ${ECHO_CMD} '@mode ${BINMODE}' >> ${TMPPLIST} + ${FIND} ${STAGEDIR}${DATADIR} -type f -name '*.py' | ${SORT} | \ ${SED} -e 's|^${STAGEDIR}${PREFIX}/||' >> ${TMPPLIST} - @${ECHO_CMD} '@mode 644' >> ${TMPPLIST} - @${FIND} ${STAGEDIR}${DATADIR} -type f \! -name '*.py' | ${SORT} | \ + ${ECHO_CMD} '@mode 644' >> ${TMPPLIST} + ${FIND} ${STAGEDIR}${DATADIR} -type f \! -name '*.py' | ${SORT} | \ ${SED} -e 's|^${STAGEDIR}${PREFIX}/||' >> ${TMPPLIST} - @${ECHO_CMD} '@mode' >> ${TMPPLIST} - @${FIND} ${STAGEDIR}${DATADIR}/* -type d | ${SORT} -r | \ - ${SED} -e 's|^${STAGEDIR}${PREFIX}/|@dirrmtry |' >> ${TMPPLIST} - @${ECHO_CMD} '@dirrmtry ${DATADIR_REL}' >> ${TMPPLIST} + ${ECHO_CMD} '@mode' >> ${TMPPLIST} + ${FIND} ${STAGEDIR}${DATADIR}/* -type d | ${SORT} -r | \ + ${SED} -e 's|^${STAGEDIR}${PREFIX}/|@dir |' >> ${TMPPLIST} + ${FIND} ${STAGEDIR}${EXAMPLESDIR}/* -type d | ${SORT} -r | \ + ${SED} -e 's|^${STAGEDIR}${PREFIX}/|@dir |' >> ${TMPPLIST} + ${ECHO_CMD} '@dir ${DATADIR_REL}' >> ${TMPPLIST} .include Modified: head/www/qooxdoo/distinfo ============================================================================== --- head/www/qooxdoo/distinfo Wed Dec 17 11:36:55 2014 (r374840) +++ head/www/qooxdoo/distinfo Wed Dec 17 12:02:58 2014 (r374841) @@ -1,2 +1,2 @@ -SHA256 (qooxdoo-4.0.1-sdk.zip) = 29f5500a64b98955a3eb66740a0c879b3ff96d12ef04c526b645879f65e4d5dc -SIZE (qooxdoo-4.0.1-sdk.zip) = 44858618 +SHA256 (qooxdoo-4.1-sdk.zip) = c4e28259097249dd90dcf3d750193e88ee3b6579b6e7f10853772df0f06043b7 +SIZE (qooxdoo-4.1-sdk.zip) = 44731452