From owner-svn-ports-head@FreeBSD.ORG Sun Sep 7 10:41:53 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 C7DB9A51; Sun, 7 Sep 2014 10:41:53 +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 994D41E9A; Sun, 7 Sep 2014 10:41:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s87AfrLG006738; Sun, 7 Sep 2014 10:41:53 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s87Afrkr006733; Sun, 7 Sep 2014 10:41:53 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409071041.s87Afrkr006733@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 7 Sep 2014 10:41:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367508 - head/www/mathjax 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: Sun, 07 Sep 2014 10:41:53 -0000 Author: antoine Date: Sun Sep 7 10:41:52 2014 New Revision: 367508 URL: http://svnweb.freebsd.org/changeset/ports/367508 QAT: https://qat.redports.org/buildarchive/r367508/ Log: - Make fetchable again (no difference in the content of the distfile) - Allow staging as a regular user Modified: head/www/mathjax/Makefile head/www/mathjax/distinfo Modified: head/www/mathjax/Makefile ============================================================================== --- head/www/mathjax/Makefile Sun Sep 7 10:31:06 2014 (r367507) +++ head/www/mathjax/Makefile Sun Sep 7 10:41:52 2014 (r367508) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MathJax -PORTVERSION= 2.4 +PORTVERSION= 2.4.0 CATEGORIES= www MAINTAINER= lukasz.stelmach@iem.pw.edu.pl @@ -11,9 +11,7 @@ COMMENT= Cross-browser JavaScript displa NO_BUILD= yes USE_GITHUB= yes GH_ACCOUNT= mathjax -GH_TAGNAME= v${PORTVERSION} - -WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${PORTNAME}-f75c5d5 +GH_COMMIT= bd9f6e0 # Changing permissions of 30k files with find -exec (COPYTREE) is way # too slow. @@ -23,7 +21,6 @@ do-install: ${FIND} -d . | ${CPIO} -dumpl ${STAGEDIR}${WWWDIR} >/dev/null 2>&1) ${FIND} -d ${STAGEDIR}${WWWDIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 ${FIND} -d ${STAGEDIR}${WWWDIR} -type f -print0 | ${XARGS} -0 ${CHMOD} ${SHAREMODE} - ${CHOWN} -R ${BINOWN}:${BINGRP} ${STAGEDIR}${WWWDIR} @(cd ${STAGEDIR}${PREFIX}; ${FIND} -s ${WWWDIR_REL} -not -type d) >> ${TMPPLIST} @(cd ${STAGEDIR}${PREFIX}; ${FIND} -s -d ${WWWDIR_REL} -type d) \ | ${SED} -ne 's,^,@dirrm ,p' >> ${TMPPLIST} Modified: head/www/mathjax/distinfo ============================================================================== --- head/www/mathjax/distinfo Sun Sep 7 10:31:06 2014 (r367507) +++ head/www/mathjax/distinfo Sun Sep 7 10:41:52 2014 (r367508) @@ -1,2 +1,2 @@ -SHA256 (MathJax-2.4.tar.gz) = 1331b89c00e4422dd61a6a1dd888b5f2c454b015949e1ab10c8a1a4e963dc79a -SIZE (MathJax-2.4.tar.gz) = 23047452 +SHA256 (MathJax-2.4.0.tar.gz) = ad4ef443bb2260e201ee6b71dbef49da48cda771bed005b6191286abb99cbb36 +SIZE (MathJax-2.4.0.tar.gz) = 23047559