From owner-svn-ports-head@FreeBSD.ORG Mon Jun 8 01:21:04 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6FDC7914; Mon, 8 Jun 2015 01:21:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 5E5761E3A; Mon, 8 Jun 2015 01:21:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t581L4NK036507; Mon, 8 Jun 2015 01:21:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t581L3YS036505; Mon, 8 Jun 2015 01:21:03 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506080121.t581L3YS036505@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 8 Jun 2015 01:21:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388815 - 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.20 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: Mon, 08 Jun 2015 01:21:04 -0000 Author: amdmi3 Date: Mon Jun 8 01:21:03 2015 New Revision: 388815 URL: https://svnweb.freebsd.org/changeset/ports/388815 Log: - Add NO_ARCH - Drop @dirrm* from plist - Fix WWW: Approved by: portmgr blanket Modified: head/www/mathjax/Makefile head/www/mathjax/pkg-descr Modified: head/www/mathjax/Makefile ============================================================================== --- head/www/mathjax/Makefile Mon Jun 8 01:20:47 2015 (r388814) +++ head/www/mathjax/Makefile Mon Jun 8 01:21:03 2015 (r388815) @@ -9,6 +9,7 @@ MAINTAINER= lukasz.stelmach@iem.pw.edu.p COMMENT= Cross-browser JavaScript display engine for mathematics NO_BUILD= yes +NO_ARCH= yes USE_GITHUB= yes GH_ACCOUNT= mathjax @@ -21,7 +22,5 @@ do-install: ${FIND} -d ${STAGEDIR}${WWWDIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 ${FIND} -d ${STAGEDIR}${WWWDIR} -type f -print0 | ${XARGS} -0 ${CHMOD} ${SHAREMODE} @(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 Modified: head/www/mathjax/pkg-descr ============================================================================== --- head/www/mathjax/pkg-descr Mon Jun 8 01:20:47 2015 (r388814) +++ head/www/mathjax/pkg-descr Mon Jun 8 01:21:03 2015 (r388815) @@ -1,4 +1,4 @@ MathJax is an open source JavaScript display engine for mathematics that works in all modern browsers. -WWW: http://www.mathjax.org +WWW: http://www.mathjax.org/