From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 11:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 ESMTP id C35B342E for ; Thu, 10 Oct 2013 11:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A48AC237E for ; Thu, 10 Oct 2013 11:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9ABU005045808 for ; Thu, 10 Oct 2013 11:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9ABU0Iu045807; Thu, 10 Oct 2013 11:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 10 Oct 2013 11:30:00 GMT Resent-Message-Id: <201310101130.r9ABU0Iu045807@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Carlo Strub Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C7958F94 for ; Thu, 10 Oct 2013 11:23:34 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9B59F2304 for ; Thu, 10 Oct 2013 11:23:34 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9ABNY84046828 for ; Thu, 10 Oct 2013 11:23:34 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9ABNYDc046825; Thu, 10 Oct 2013 11:23:34 GMT (envelope-from nobody) Message-Id: <201310101123.r9ABNYDc046825@oldred.freebsd.org> Date: Thu, 10 Oct 2013 11:23:34 GMT From: Carlo Strub To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182874: [UPDATE] www/mathjax X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 11:30:00 -0000 >Number: 182874 >Category: ports >Synopsis: [UPDATE] www/mathjax >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 10 11:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Carlo Strub >Release: >Organization: >Environment: >Description: - Update to 2.2 - Support staging - Support USE_GITHUB - Remove indefinite article in COMMENT >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN /usr/ports/www/mathjax/Makefile mathjax/Makefile --- /usr/ports/www/mathjax/Makefile 2013-09-21 01:36:50.000000000 +0200 +++ mathjax/Makefile 2013-10-10 13:15:41.000000000 +0200 @@ -2,32 +2,31 @@ # $FreeBSD: www/mathjax/Makefile 327776 2013-09-20 23:36:50Z bapt $ PORTNAME= MathJax -PORTVERSION= 2.0 -#PORTREVISION= 0 +PORTVERSION= 2.2 CATEGORIES= www -MASTER_SITES= https://nodeload.github.com/mathjax/MathJax/tarball/v${PORTVERSION}-latest?dummy=/ MAINTAINER= lukasz.stelmach@iem.pw.edu.pl -COMMENT= A cross-browser JavaScript display engine for mathematics +COMMENT= Cross-browser JavaScript display engine for mathematics -FETCH_BEFORE_ARGS= -o ${DISTNAME}${EXTRACT_SUFX} +NO_BUILD= yes +USE_GITHUB= yes +GH_ACCOUNT= mathjax +GH_TAGNAME= v${PORTVERSION} -NO_BUILD= yes - -WRKSRC= ${WRKDIR}/mathjax-MathJax-07669ac +WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${PORTNAME}-54280bb # Changing permissions of 30k files with find -exec (COPYTREE) is way # too slow. -NO_STAGE= yes +#NO_STAGE= yes do-install: - ${MKDIR} ${WWWDIR} + ${MKDIR} ${STAGEDIR}${WWWDIR} (cd ${WRKSRC} && \ - ${FIND} -d . | ${CPIO} -dumpl ${WWWDIR} >/dev/null 2>&1) - ${FIND} -d ${WWWDIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 - ${FIND} -d ${WWWDIR} -type f -print0 | ${XARGS} -0 ${CHMOD} ${SHAREMODE} - ${CHOWN} -R ${BINOWN}:${BINGRP} ${WWWDIR} - @(cd ${PREFIX}; ${FIND} -s ${WWWDIR_REL} -not -type d) >> ${TMPPLIST} - @(cd ${PREFIX}; ${FIND} -s -d ${WWWDIR_REL} -type d) \ + ${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} .include diff -ruN /usr/ports/www/mathjax/distinfo mathjax/distinfo --- /usr/ports/www/mathjax/distinfo 2012-07-18 17:47:48.000000000 +0200 +++ mathjax/distinfo 2013-10-10 11:56:01.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (MathJax-2.0.tar.gz) = 01ad97362b9bac25420cbffd9d733d9abd3a750ba82b68063d4b2608c43a70ae -SIZE (MathJax-2.0.tar.gz) = 9457775 +SHA256 (MathJax-2.2.tar.gz) = 3c01dc8c3fd6869311d45c15c348f7ad682aefa3ae03ccf201f9cad83e26ceb1 +SIZE (MathJax-2.2.tar.gz) = 8972964 >Release-Note: >Audit-Trail: >Unformatted: